jinmeiliao commented on a change in pull request #7116:
URL: https://github.com/apache/geode/pull/7116#discussion_r758783560
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageDispatcher.java
##########
@@ -113,6 +113,8 @@
*/
private volatile boolean _isStopped = true;
+ private volatile long wait_for_re_auth_start_time = -1;
Review comment:
Thanks! This PR is gonna be split into two PRs. I will incorporate your
comment in the coming PR.
--
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]