Annette Bieniusa
Annette Bieniusa
In #477 we relaxed the requirements on squashing updates on the same CRDT in a single transactions into one operation as this is infeasible for some operations and CRDT types....
When testing it would be convenient to have the possibility to dump the current system state to some file. This is non-trivial as it is not clear what the current...
Allowing different sharding patterns at different DCs gives more flexibility when implementing protocols (e.g. regarding partial replication).
We need a reset operation to clean the system state as this would highly simplify testing the datastore.
When transforming a list into an vector orddict, we need to check that the list is indeed sorted.
A note from that pull request for further reference: There are currently two issues that will be fixed in the future. First is that if a new DC is added...