albertogpz commented on a change in pull request #6052:
URL: https://github.com/apache/geode/pull/6052#discussion_r598474769



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/wan/AbstractGatewaySender.java
##########
@@ -126,6 +127,8 @@
 
   protected boolean groupTransactionEvents;
 
+  protected volatile boolean isStopping = false;

Review comment:
       I would prefer to leave it as it is. The variable is just indicating 
that we are in the process of stopping the gateway sender.
   I have changed the `AbstractGatewaySender.preStop()` method to make this 
more clear.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to