poorbarcode commented on code in PR #20568:
URL: https://github.com/apache/pulsar/pull/20568#discussion_r1230412128


##########
pulsar-broker/src/main/java/org/apache/pulsar/broker/service/ServerCnx.java:
##########
@@ -1783,6 +1784,10 @@ protected void handleAck(CommandAck ack) {
                 }
                 return null;
             });
+        } else {
+            log.warn("Consumer future is not complete(not complete or error), 
but received command ack. so discard"

Review Comment:
   Already change logger level to `DEBUG`



-- 
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]

Reply via email to