-
Type:
New Feature
-
Status: Resolved
-
Priority:
Normal
-
Resolution: Fixed
-
Fix Version/s: 2.0 beta 1
-
Component/s: Feature/Lightweight Transactions, Legacy/CQL
-
Labels:
"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.
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 |