mhansonp commented on a change in pull request #5630:
URL: https://github.com/apache/geode/pull/5630#discussion_r584962949
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/wan/GatewaySenderAttributes.java
##########
@@ -88,6 +88,20 @@
public boolean enforceThreadsConnectSameReceiver =
GatewaySender.DEFAULT_ENFORCE_THREADS_CONNECT_SAME_RECEIVER;
+ // Added due to "alter gateway-sender" command
+
+ public boolean modifyAlertThreshold = false;
Review comment:
+1 to rewrite. Direct access is almost always a bad idea in a
multithreaded system.
----------------------------------------------------------------
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]