orchestrator icon indicating copy to clipboard operation
orchestrator copied to clipboard

Whether ORC provides APIs that enable/disable recovery for specific clusters?

Open qchenzi opened this issue 2 years ago • 1 comments

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".

qchenzi avatar Apr 18 '23 10:04 qchenzi

两种方式:

  1. api/forget-cluster
  2. global_recovery_disable表增加字段,需要修改源代码

jxs-2022 avatar Sep 27 '23 06:09 jxs-2022