Here is the output of zookeeper monitoring
zk_version 3.4.6-1569965, built on 02/20/2014 09:09 GMT
zk_avg_latency 0
zk_max_latency 0
zk_min_latency 0
zk_packets_received 3
zk_packets_sent 2
zk_num_alive_connections 1
zk_outstanding_requests 0
zk_server_state follower
zk_znode_count 16349
zk_watch_count 0
zk_ephemerals_count 6
zk_approximate_data_size 19502850
zk_open_file_descriptor_count 30
zk_max_file_descriptor_count 4096
I would like to understand what zk_znode_count refers to and also I want to keep (zk_znode_count & zk_approximate_data_size) values minimal to avoid sync issues with followers.
Could someone throw some insight on these values