apache / kvrocks-controller

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

1. fix the dead loop when slave blocked by election campaign #179

Closed greatsharp closed 3 months ago

greatsharp commented 4 months ago
  1. controller resume and suspend cluster checker
  2. use gopkg.in/yaml.v3
torwig commented 4 months ago

@greatsharp You can run go mod tidy (if you didn't) after upgrading the dependency.

greatsharp commented 4 months ago
  1. test the case of delete the lease from etcd side.
  2. test the case of delete the leader key from etcd side.
  3. test the case of shutdown etcd.
git-hulk commented 3 months ago

@greatsharp Is this PR ready to review?