jinmeiliao commented on a change in pull request #6923:
URL: https://github.com/apache/geode/pull/6923#discussion_r723532813
##########
File path:
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageDispatcher.java
##########
@@ -440,15 +440,17 @@ protected void runDispatcher() {
} else {
long elapsedTime = System.currentTimeMillis() -
wait_for_re_auth_start_time;
if (elapsedTime > reAuthenticateWaitTime) {
- logger.warn("Client did not re-authenticate back successfully in
" + elapsedTime
- + "ms. Unregister this client proxy.");
- pauseOrUnregisterProxy(expired);
+ synchronized (_stopDispatchingLock) {
Review comment:
mostly by setting "exceptionOccured=true"
--
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]