cbueche opened a new pull request, #1984: URL: https://github.com/apache/zookeeper/pull/1984
In recent Zookeeper versions, the `mntr` command sends a large amount of data. Zookeeper 3.4.14 answered with about 500 bytes. Zookeeper 3.7.1 answers with 22 Kb. The old `check_zookeeper.py` script stopped receiving after 2'048 byte. I adapted the script to accept everything returned by the command and to support Python 3.x. -- 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]
