apache / kvrocks-controller

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

Remove the migrate and failover history from the storage #121

Closed git-hulk closed 9 months ago

git-hulk commented 9 months ago

Currently, all failover/migrate operations will be recorded in storage which may slowdown the service if users frequently migrate or failover. So it'd be better to remove history records before thinking through how do we use and retain them.