Hi How is the locking implemented in cassandra? Say, I have 10 nodes and I want to write to 6 nodes which is (n+1)/2. Will it lock 6 nodes first and then start writing? Or will it write one by one and see if it can write to 6 nodes. How is this implemented? What package does this locking? Thanks in advance.
thanks