Bill commented on code in PR #7471:
URL: https://github.com/apache/geode/pull/7471#discussion_r841945490
##########
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:
@nonbinaryprogrammer what is the purpose of this new field? I don't think it
changes the behavior of this class.
--
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]