pekko/akka-distributed-data/src/multi-jvm/scala/akka/cluster/ddata
Patrik Nordwall 9855e2896f Handle delta None correctly, #22655
When a DeltaReplicatedData returns None from delta it must still be
treated as a delta that increase the version counter in DeltaPropagationSelector.
Otherwise a later delta might be applied before the full state gossip is received
and thereby violating RequiresCausalDeliveryOfDeltas.
2017-03-30 08:12:03 +02:00
..
DurableDataSpec.scala make pruning of CRDT garbage work, #21647 2017-01-23 16:54:02 +01:00
DurablePruningSpec.scala make pruning of CRDT garbage work, #21647 2017-01-23 16:54:02 +01:00
JepsenInspiredInsertSpec.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00
PerformanceSpec.scala causal delivery of deltas, #22188 2017-02-22 14:27:36 +01:00
ReplicatorChaosSpec.scala Updated DistributedData Delete API to include optional request context. 2017-01-14 14:30:58 +02:00
ReplicatorDeltaSpec.scala Handle delta None correctly, #22655 2017-03-30 08:12:03 +02:00
ReplicatorMapDeltaSpec.scala fix serialization of delta ops, #22604 2017-03-21 09:43:27 +02:00
ReplicatorORSetDeltaSpec.scala fix serialization of delta ops, #22604 2017-03-21 09:43:27 +02:00
ReplicatorPruningSpec.scala fix serialization of delta ops, #22604 2017-03-21 09:43:27 +02:00
ReplicatorSpec.scala causal delivery of deltas, #22188 2017-02-22 14:27:36 +01:00
STMultiNodeSpec.scala extended copyright into 2017 2017-01-04 17:37:15 +01:00