[
https://issues.apache.org/jira/browse/ZOOKEEPER-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16446652#comment-16446652
]
ASF GitHub Bot commented on ZOOKEEPER-2940:
-------------------------------------------
Github user rakeshadr commented on a diff in the pull request:
https://github.com/apache/zookeeper/pull/466#discussion_r183201618
--- Diff: src/java/main/org/apache/zookeeper/server/quorum/Leader.java ---
@@ -106,10 +104,10 @@ public String toString() {
private final HashSet<LearnerHandler> learners =
new HashSet<LearnerHandler>();
- private final ProposalStats proposalStats;
+ private final BufferStats bufferStats;
--- End diff --
Could you use "proposalStats" variable name instead of "bufferStats", thats
more readable.
> Deal with maxbuffer as it relates to large requests from clients
> ----------------------------------------------------------------
>
> Key: ZOOKEEPER-2940
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2940
> Project: ZooKeeper
> Issue Type: Sub-task
> Components: jute, server
> Reporter: Andor Molnar
> Assignee: Andor Molnar
> Priority: Major
> Fix For: 3.5.4, 3.6.0
>
>
> Monitor real-time Jute buffer usage as it relates to large requests from
> clients.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)