nonbinaryprogrammer commented on code in PR #7471:
URL: https://github.com/apache/geode/pull/7471#discussion_r841947099


##########
geode-core/src/main/java/org/apache/geode/cache/client/internal/QueueManagerImpl.java:
##########
@@ -1423,6 +1424,11 @@ private void logError(String message, Throwable t) {
   protected class RedundancySatisfierTask extends PoolTask {
     private boolean isCancelled;
     private ScheduledFuture<?> future;
+    private QueueManagerImpl queueManager;

Review Comment:
   This holds a reference to the QueueManagerImpl so that it doesn't get freed 
too soon. See comments above fore more detail.



-- 
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]

Reply via email to