Re: ZooKeeper ensemble smoketest

2009-10-07 Thread Patrick Hunt
FYI: I've updated the smoketest project to also test operation latency. Take a look, it will give you additional insight into the latencies seen by zookeeper clients in your environment: http://bit.ly/2Cs6Ee Patrick Patrick Hunt wrote: I created a short smoketest script that you might find in

ZooKeeper ensemble smoketest

2009-10-05 Thread Patrick Hunt
I created a short smoketest script that you might find interesting, both as a tool to help verify new/changed ensembles, but also as an example of how to use the zkpython bindings. A link is now on the wiki: http://wiki.apache.org/hadoop/ZooKeeper/UsefulTools Patrick