simoorg icon indicating copy to clipboard operation
simoorg copied to clipboard

kafka-server-hc.sh missing from repo

Open srikanth-viswanathan opened this issue 10 years ago • 3 comments

kafka-server-hc.sh is missing from repo. User guide suggests it should be present:

We set the plugin to KafkaHealthCheck, the coordinate should be the location of the kafka-server-hc.sh, which will be used by the health check plugin to check if any nodes have a non zero under replicated partition count. We can find this script in our repo, under the location Simoorg/helper_Script/health_check/kafka-server-hc.sh.

srikanth-viswanathan avatar Oct 28 '15 14:10 srikanth-viswanathan

Ah. It should have been there. If not I think I remember, the reason for this might be because the script that we used at Linkedin, was specific to Linkedin. Let me see if I can get a general script for this. Thanks for pointing this out. :)

MayureshGharat avatar Oct 28 '15 20:10 MayureshGharat

@MayureshGharat any update on this? Could you at least describe what kind of values the script is expected to return?

szwed avatar Jul 26 '16 13:07 szwed

Sorry for the late reply. The script can check the health of the kafka cluster. For eg : In some cases you might want to say that the cluster is healthy if there are no under replicated partitions in the cluster. In that case your script should check for URP's on your kafka cluster. It might mean different for different people. Does that answer your question?

MayureshGharat avatar Aug 04 '16 22:08 MayureshGharat