pekko/akka-distributed-data/src
Patrik Nordwall 180ef934bc Improve performance of DData delta updates, #25310
* Use deterministic order of the target nodes for the writes when
  type RequiresCausalDeliveryOfDeltas, otherwise the random pick
  of targets caused that delta sequence numbers were missing for
  susequent updates
* Resend immediately when receiving DeltaNack instead of waiting
  for timeout. DeltaNack can happen when there are multiple
  concurrent updates from same node because each starts a WriteAggregator
  and a later Update might bypass an earlier
2018-07-11 13:14:25 +02:00
..
main Improve performance of DData delta updates, #25310 2018-07-11 13:14:25 +02:00
multi-jvm/scala/akka/cluster/ddata Improve performance of DData delta updates, #25310 2018-07-11 13:14:25 +02:00
test Optimized serializer for ORSet[ActorRef], #23703 2018-07-10 20:54:51 +02:00