Open mahajanankur opened 4 years ago
Thanks @mahajanankur for reporting this.
~I created two PRs that aims to resolve this issue:~ ~1. https://github.com/citusdata/membership-manager/pull/9 implements a polling mechanism in Membership Manager, so that (a) it will detect the readiness of the coordinator node, (b) properly report that it is ready to accept new Citus worker services~
~2. https://github.com/citusdata/docker/pull/187 (a) updates the docker images to properly detect dependencies, (b) introduce Compose V3 definitions~
~Once they are merged, this issue should be resolved~
Edit: this issue seems unrelated to my fixes
@hanefi, just to inform you, the issue is still there even after shutting down the membership-manager container. Server with load
Idle server
Update: The Citus docker ecosystem pooling the data frequently due to which CPU and I/O gets chocked. This happens even if there is no load or even no schema.
I found the membership-manager docker is utilising a lot CPU due to which master and workers are also heating up the environment.
When I stop the membership-manager docker, everything goes to normal.
This might be due to membership-manager has connected to Citus cluster and firing the events repeatedly.