orchestrator
orchestrator copied to clipboard
Whether ORC provides APIs that enable/disable recovery for specific clusters?
hey,guys。
When the cluster is constantly switching between the master and the slave, I want to temporarily shut down its ORC for this MySQL cluster in order to locate the problem。
However, ORC only provides an HTTP interface for the global ORC forbidden: "api/disable-global-recoveries" and "api/enable-global-recoveries".
两种方式:
- api/forget-cluster
- global_recovery_disable表增加字段,需要修改源代码