anmolnar commented on a change in pull request #919: ZOOKEEPER-3356: Implement
advanced Netty flow control based on feedback from ZK
URL: https://github.com/apache/zookeeper/pull/919#discussion_r298980017
##########
File path:
zookeeper-server/src/main/java/org/apache/zookeeper/server/NettyServerCnxnFactory.java
##########
@@ -378,8 +411,33 @@ public void operationComplete(Future<Channel> future) {
}
}
}
+
+ @Sharable
+ static class ReadIssuedTrackingHandler extends ChannelDuplexHandler {
+
Review comment:
I like this approach. What do you think @lvfangmin ?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services