Reputation: 461
There is one question on the Cassandra practice exam (https://academy.datastax.com/node/1291/take):
«Which of the following statements about writes is incorrect?»
Answer «4» is marked as «true». But I assume that is not correct, and «1» is the correct answer. Please explain this question.
Upvotes: 0
Views: 225
Reputation: 9130
Independent of the CL, the coordinator will send the write to all replicas. The CL controls how many responses are required before the coordinator responds to the client.
Upvotes: 2