jvarenina commented on a change in pull request #6036:
URL: https://github.com/apache/geode/pull/6036#discussion_r733743016
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/wan/AbstractGatewaySender.java
##########
@@ -185,6 +188,16 @@
protected volatile ConcurrentLinkedQueue<EntryEventImpl> tmpDroppedEvents =
new ConcurrentLinkedQueue<>();
+
+ /**
+ * Contains all events that were stored in temporary dropped events queue
when
+ * hook to collect tmp dropped events is enabled
+ */
+ private volatile ConcurrentLinkedQueue<EntryEventImpl>
hookForTmpDroppedEvents;
+
+ @MutableForTesting
+ public static boolean ENABLE_HOOK_TMP_DROPPED_EVENTS = false;
Review comment:
Ok, will do that
--
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]