You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
If
update-notifications
are enabled and location A replicates events from location B, B sendsReplicationDue
messages to A when new events are written to the log (and there is no pending replication read from A). B keeps sending theseReplicationDue
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.The text was updated successfully, but these errors were encountered: