You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
After restarting the scheduler, the mr-redis UI dashboard redis instance list is empty, but the redis instance is still running in mesos slave, and they are also stored in zookeeper. Api v1/STATUS will return empty at this time, after trying to run v1/STATUS/<redis_name> which exist in zookeeper, v1/STATUS can return the value, this is very odd.
Hi Zousheng.
I received your email but cannot reply as I cannot send emails.
Please contact @dhilipkumars as he is the one who has more knowledge on this.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
After restarting the scheduler, the mr-redis UI dashboard redis instance list is empty, but the redis instance is still running in mesos slave, and they are also stored in zookeeper. Api v1/STATUS will return empty at this time, after trying to run v1/STATUS/<redis_name> which exist in zookeeper, v1/STATUS can return the value, this is very odd.
eg:
$curl 10.47.70.59:5656/v1/STATUS
[]
$ curl 10.47.70.59:5656/v1/STATUS/zousheng_redis_01
{"Name":"zousheng_redis_01","Type":"S","Status":"RUNNING","Capacity":100,"Master":{"IP":"10.25.234.193","Port":"6382","MemoryCapacity":100,"MemoryUsed":814000,"Uptime":18522,"ClientsConnected":1,"LastSyncedToMaster":0},"Slaves":null}
The text was updated successfully, but these errors were encountered: