phunt / zookeeper_dashboard

Django based dashboard for an Apache ZooKeeper cluster.
http://hadoop.apache.org/zookeeper/
Apache License 2.0
166 stars 47 forks source link

3.4.0 stat compatibility and dashboard robustness while zk's are restarting #3

Open ezbz opened 13 years ago

ezbz commented 13 years ago

for 3.4.0 the stat command returns clients without the closing ) modified models.py to account for this fact.

added try/except clauses for various property assignment code with simple defaults so the dashboard won't crash with an error when one of the zookeepers in the ensemble is restarting (versions/latencies were not resolving correctly)