forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GEODE-8491: Do not store dropped events in stopped primary gateway se… (
apache#5509) * GEODE-8491: Do not store dropped events in stopped primary gateway sender when possible Instead of storing dropped events in tmpDroppedEvents to later send batch removal messages when the primary gateway sender is not started, try to send the batch removal message when the event to be dropped is received. That way, when the sender is stopped for a long time and there are events coming, the memory of the AbstractGatewaySender will not grow with entries in the tmpDroppedEvents member.
- Loading branch information
1 parent
502facc
commit 169ca6a
Showing
4 changed files
with
641 additions
and
60 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.