apache / kvrocks-controller

Apache Kvrocks Controller is a cluster management tool for Apache Kvrocks.
https://kvrocks.apache.org/
Apache License 2.0
85 stars 42 forks source link

Fix data race while updating the cluster info #217

Closed git-hulk closed 4 days ago

git-hulk commented 4 days ago

Currently, we didn't lock the cluster before changing the cluster topology and it might introduce the data race.