kirklund commented on a change in pull request #7416:
URL: https://github.com/apache/geode/pull/7416#discussion_r825185094
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageDispatcher.java
##########
@@ -113,6 +113,7 @@
private volatile boolean _isStopped = true;
private volatile long waitForReAuthenticationStartTime = -1;
+ private final Object re_auth_lock = new Object();
Review comment:
Lots of the existing code in this area uses underscores but you really
should name it something better without them. "reauthenticationLock" would be a
good name.
--
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]