[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16439767#comment-16439767
 ] 

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_r181824379
  
    --- Diff: src/java/main/org/apache/zookeeper/server/admin/Commands.java ---
    @@ -329,12 +329,20 @@ public CommandResponse run(ZooKeeperServer zkServer, 
Map<String, String> kwargs)
                 response.put("open_file_descriptor_count", 
osMbean.getOpenFileDescriptorCount());
                 response.put("max_file_descriptor_count", 
osMbean.getMaxFileDescriptorCount());
     
    +            response.put("last_client_response_size", 
stats.getClientResponseStats().getLast());
    --- End diff --
    
    Please update zookeeperAdmin.xml about these commands. Please refer 
monitoring the health of the cluster section in this page.



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

Reply via email to