You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by GitBox <gi...@apache.org> on 2021/10/06 16:31:29 UTC

[GitHub] [geode] echobravopapa commented on a change in pull request #6923: GEODE-9534: add tests to verify peer connection

echobravopapa commented on a change in pull request #6923:
URL: https://github.com/apache/geode/pull/6923#discussion_r723470822



##########
File path: geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageDispatcher.java
##########
@@ -422,7 +422,7 @@ protected void runDispatcher() {
           wait_for_re_auth_start_time = -1;
         } catch (NotAuthorizedException notAuthorized) {
           // behave as if the message is dispatched, remove from the queue
-          logger.info("skip delivering message: " + clientMessage, notAuthorized);
+          logger.warn("skip delivering message: " + clientMessage, notAuthorized);

Review comment:
       what's the reason for changing log level?




-- 
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: notifications-unsubscribe@geode.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org