Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Limit number of ReplicationDue sent per ReplicationRead #364

Closed
volkerstampa opened this issue Nov 30, 2016 · 0 comments · Fixed by #365
Closed

Limit number of ReplicationDue sent per ReplicationRead #364

volkerstampa opened this issue Nov 30, 2016 · 0 comments · Fixed by #365
Assignees
Milestone

Comments

@volkerstampa
Copy link
Contributor

volkerstampa commented Nov 30, 2016

If update-notifications are enabled and location A replicates events from location B, B sends ReplicationDue messages to A when new events are written to the log (and there is no pending replication read from A). B keeps sending these ReplicationDue messages even after A was shutdown resulting in corresponding WARN logs from akka-remote in B's application log.

To avoid spamming the application log in such circumstances the number of ReplicationDue sent to other locations on received replication read requests should be limited.

@volkerstampa volkerstampa added this to the 0.9 milestone Nov 30, 2016
@volkerstampa volkerstampa self-assigned this Nov 30, 2016
volkerstampa added a commit that referenced this issue Nov 30, 2016
Do not send update notifications forever to avoid spamming the
application log due to akka remoting problems when partner was shutdown.

closes #364
volkerstampa added a commit that referenced this issue Dec 1, 2016
- this avoids spamming the application log due to akka remoting
  problems when partner was shutdown.
- closes #364
volkerstampa added a commit that referenced this issue Dec 5, 2016
- this avoids spamming the application log due to akka remoting
  problems when partner was shutdown.
- closes #364
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant