Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
Description
"Strong" consistency is not enough to prevent race conditions. The classic example is user account creation: we want to ensure usernames are unique, so we only want to signal account creation success if nobody else has created the account yet. But naive read-then-write allows clients to race and both think they have a green light to create.
Attachments
Attachments
1.
|
Add support for read at CL.SERIAL | Resolved | Jonathan Ellis | |
2.
|
Add support for specifying CAS commit CL | Resolved | Jonathan Ellis | |
3.
|
Add CAS CQL support | Resolved | Sylvain Lebresne | |
4.
|
Add Paxos TTL setting | Resolved | Unassigned |