You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2021/11/16 06:57:52 UTC

[GitHub] [pulsar] merlimat commented on a change in pull request #12823: modify log level for disconnction

merlimat commented on a change in pull request #12823:
URL: https://github.com/apache/pulsar/pull/12823#discussion_r749955805



##########
File path: pulsar-client/src/main/java/org/apache/pulsar/client/impl/ClientCnx.java
##########
@@ -253,7 +253,7 @@ protected ByteBuf newConnectCommand() throws Exception {
     @Override
     public void channelInactive(ChannelHandlerContext ctx) throws Exception {
         super.channelInactive(ctx);
-        log.info("{} Disconnected", ctx.channel());
+        log.warn("{} Disconnected", ctx.channel());

Review comment:
       Disconnection from broker is a normal event in the vast majority of cases. I don't think we should warn here.




-- 
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: commits-unsubscribe@pulsar.apache.org

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