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
I created two PRs that aims to resolve this issue: 1. citusdata/membership-manager#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. #187 (a) updates the docker images to properly detect dependencies, (b) introduce Compose V3 definitions
Once they are merged, this issue should be resolved
@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.
mahajanankur
changed the title
High CPU utilisation due to membership-manager docker.
High CPU utilisation of wokers due to membership-manager docker.
Apr 14, 2020
mahajanankur
changed the title
High CPU utilisation of wokers due to membership-manager docker.
High CPU utilisation of woker container.
Apr 14, 2020
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.
The text was updated successfully, but these errors were encountered: