Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
OversizedPayloadException DeltaPropagation #23025
Comments
patriknw
added 1 - triaged bug t:distributed-data
labels
May 24, 2017
patriknw
referenced
this issue
in akka/akka-samples
May 24, 2017
Closed
OversizedPayloadException in VotingServiceSpec #25
patriknw
self-assigned this
May 30, 2017
patriknw
added 3 - in progress and removed 1 - triaged
labels
May 30, 2017
patriknw
added a commit
that referenced
this issue
May 30, 2017
|
|
patriknw |
df3e27e
|
patriknw
added a commit
that referenced
this issue
May 30, 2017
|
|
patriknw |
0771843
|
patriknw
added a commit
that referenced
this issue
Jun 16, 2017
|
|
patriknw |
591a41a
|
patriknw
added a commit
that referenced
this issue
Jun 16, 2017
|
|
patriknw |
2970287
|
patriknw
added a commit
that referenced
this issue
Jun 16, 2017
|
|
patriknw |
c190f14
|
patriknw
removed the
3 - in progress
label
Jun 16, 2017
patriknw
added this to the
2.5.3
milestone
Jun 16, 2017
patriknw
closed this
Jun 16, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
patriknw commentedMay 24, 2017
This can be reproduced with VotingServiceSpec in akka-samples, akka/akka-samples#25
Payload size for [akka.cluster.ddata.Replicator$Internal$DeltaPropagation] is [173178] bytes
What I think is going on is that when doing many updates quickly the delta propagations are accumulated without bounds. By slowing down the voting in the test the message size is small.
Not sure if it's a specific problem with PNCounterMap or more general.
It's not so bad as it might sound because it's fine to drop delta propagations, but marking it as a bug anyway.