horizonzy commented on code in PR #3739:
URL: https://github.com/apache/bookkeeper/pull/3739#discussion_r1071174585


##########
bookkeeper-server/src/main/java/org/apache/bookkeeper/proto/PacketProcessorBase.java:
##########
@@ -113,6 +113,10 @@ protected void sendResponse(int rc, Object response, 
OpStatsLogger statsLogger)
                 if (response instanceof BookieProtocol.Response) {
                     ((BookieProtocol.Response) response).release();
                 }
+                if (request instanceof BookieProtocol.ParsedAddRequest) {

Review Comment:
   The `request.release` is nothing to do with channel status



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