Ben Hartshorne created ZOOKEEPER-1826:
-----------------------------------------
Summary: zookeeper ganglia module fails to read the output of stat
when too many clients are connected
Key: ZOOKEEPER-1826
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1826
Project: ZooKeeper
Issue Type: Bug
Reporter: Ben Hartshorne
Priority: Minor
The ganglia zookeeper module uses a single 2048 byte socket.recv to get the
response from the 'stat' command. When there are more than a few clients
connected, the list of connected clients fills the buffer before the script
gets to the actual metrics its trying to report.
This bug is fixed in
https://github.com/maplebed/zookeeper-monitoring/tree/ben.fetch_more_data
--
This message was sent by Atlassian JIRA
(v6.1#6144)