dynomite icon indicating copy to clipboard operation
dynomite copied to clipboard

REST /ping doesn't check Redis storage status

Open haron opened this issue 6 years ago • 1 comments

http://localhost:22222/ping returns OK regardless of Redis status (e.g. when all Redis nodes are stopped). This behavior contradicts the documentation:

ping: performs a Redis inline ping to test Dynomite and storage

haron avatar Jun 18 '18 10:06 haron

You are correct. There is a bug in the response of the REST call. The PING in Dynomite works fine some there is a small disconnect there. We are not using that end-point. Let me know if you want to fix it or we can take care of it.

ipapapa avatar Jun 25 '18 03:06 ipapapa