Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for 
change notification.

The "WritePathForUsers" page has been changed by MichaelEdge:
https://wiki.apache.org/cassandra/WritePathForUsers?action=diff&rev1=17&rev2=18

  
  == The Local Coordinator ==
  The local coordinator receives the write request from the client and performs 
the following:
- 
- ---- /!\ '''Edit conflict - other version:''' ----
-  1. The local coordinator determines which nodes are responsible for storing 
the data:
+   1.  The local coordinator determines which nodes are responsible for 
storing the data:
-     * The first replica is chosen based on the Partitioner hashing the 
primary key
+ *     The first replica is chosen based on the Partitioner hashing the 
primary key
-     * Other replicas are chosen based on replication strategy defined for the 
keyspace
+ *     Other replicas are chosen based on replication strategy defined for the 
keyspace
-  1. The write request is then sent to all replica nodes simultaneously.
+   2.  The write request is then sent to all replica nodes simultaneously.
-  1. The total number of nodes receiving the write request is determined by 
the replication factor for the keyspace.
+   3.  The total number of nodes receiving the write request is determined by 
the replication factor for the keyspace.
- 
- ---- /!\ '''Edit conflict - your version:''' ----
- 1.  The local coordinator determines which nodes are responsible for storing 
the data:
-     * The first replica is chosen based on the Partitioner hashing the 
primary key
-     * Other replicas are chosen based on replication strategy defined for the 
keyspace
- 1.  The write request is then sent to all replica nodes simultaneously.
- 1.  The total number of nodes receiving the write request is determined by 
the replication factor for the keyspace.
- 
- ---- /!\ '''End of edit conflict''' ----
  
  == Replica Nodes ==
  Replica nodes receive the write request from the local coordinator and 
perform the following:

Reply via email to