transactions ids should be 32 bits or less
Bug #1001333 reported by
Lucio Torre
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
U1DB |
Confirmed
|
Low
|
Unassigned |
Bug Description
If we have two replicas with the same replica id that create changes and by chance the two replicas ids they generate are the same, some stuff wont get synced. But on the next sync this will be resolved with high probability.
We can then reduce the size of the id a lot.
To post a comment you must log in.
we cant do this. if peers A and B get a txid conflict, then one of them will have data that they did not push, and if they write next, they never get asked for those records.