albertogpz commented on a change in pull request #6036:
URL: https://github.com/apache/geode/pull/6036#discussion_r682627692
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/wan/AbstractGatewaySender.java
##########
@@ -1230,6 +1239,22 @@ public void enqueueTempEvents() {
}
}
+ /**
+ * During sender is recovered in stopped state, if there are any cache
operations while
+ * queue and event processor is being created then these events should be
stored in
+ * tmpDroppedEvents temporary queue. Once event processor is created then
queue will be
+ * drained and ParallelQueueRemovalMessage will be sent.
+ */
+ public void enqueueTempDroppedEvents() {
Review comment:
This method could be better called. `processTempDroppedEvents()`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]