Display ZooKeeper state for each server using the four-letter commands. Use the following shell script to execute the four-letter command mntr that will output a list of variables that could be used for monitoring the health of the cluster. Then look for zk_server_state and zk_synced_followers variables. #!/bin/bash # Display ZooKeeper state for each provider server […]
↧