Netflix / dynomite

A generic dynamo implementation for different k-v storage engines
Apache License 2.0
4.2k stars 532 forks source link

Dynomite API calling is taking time to respond ( ~ 35 second) #705

Closed mkumar87 closed 5 years ago

mkumar87 commented 5 years ago

Hi, I have a cluster running with Dynomite and when we trying to check for node status ( whether it is alive) using this API : /api/management/node/stop , It takes at least 35 seconds to get the response back..

Is that because Dynomite is effectively stopping the process which is taking time?

mkumar87 commented 5 years ago

Never mind.. It is internal issue!