1. Environment
System: CentOS 6.4×64 Minimal Installation
node1: 192.168.1.13
node2: 192.168 .1.14
vip: 192.168.1.15
Second, basic configuration
The operation of
Architectural design is the product of people’s subjective mapping of elements within a structure and the relationships between elements. Architecture design is a series of related abstract patterns used to guide the design of various aspects of large software systems. The architect’s job responsibility is to transform the customer’s needs into a standardized development plan and text during the development of a software project, and to formulate the overall structure of the project, and guide the entire development team to complete the plan. Architecture design is the early stage of the software design process, which connects the requirements analysis and the design process. The main task of an architect is not to write specific software programs, but to engage in higher-level development and architecture work. He must have a good understanding of development technology, and he needs to have good organizational and management skills.
1. Environment
System: CentOS 6.4×64 Minimal Installation
node1: 192.168.1.13
node2: 192.168 .1.14
vip: 192.168.1.15
Second, basic configuration
The operation of
I have read the relevant documents I can find, but I still have questions.
What did I read
From http://wiki.apache.org/cassandra/Operations#Moving_nodes up
If you add nodes to you
The network topology of a well-known enterprise and operator is as follows:
The enterprise project should be as follows: Experimental requirements:
1. As shown in the figure, the blue area is
In my opinion, agile methods encourage us to keep simple and lean rather than adding complexity and complexity before we need it. However, the speed and volume of technological change encourages th
My CouchDB (production) server is sometimes shut down, and I don’t want to do it. While checking the logs, I noticed that Erlang/CouchDB (one or the other) sends heartbeats, And monitor the heartbe
The hazelcast documentation points this out
If a member goes down, its backup replica that also holds the same data, will dynamically redistribute the data including the ownership and locks o
I have a code base that uses a lot of get and get-in for nested forms. I want to be able to use native javascript objects without (a lot of) code rewriting.
js> cljs.user.o = {foo: 42} // in
I have a series of tasks that need to be completed; there are no dependencies between the tasks. I am looking for a tool that can help me distribute these tasks to machines. The only restriction is
I have an existing Rails application, I use Prototype to write a lot of js code, I want to make jQuery the javascript framework of the default application, and then migrate the existing Prototype c
I started to design a wcf service bus that is now very small, but it grows as our business grows, so I am worried about some problems and will not try YAGNI too much. This is An e-commerce platform