diff --git a/doc/throttle.md b/doc/throttle.md index 923d6f64e..7b923b663 100644 --- a/doc/throttle.md +++ b/doc/throttle.md @@ -26,6 +26,8 @@ Otherwise you may specify your own list of replica servers you wish it to observ Example: `--throttle-control-replicas=myhost1.com:3306,myhost2.com,myhost3.com:3307` + Note that these must be replicas within the migrated table's replication chain. `gh-ost` does not verify that the hosts in the list are part of it, so unrelated hosts will report healthy lag while your real replicas go unmonitored. + - `--max-lag-millis`: maximum allowed lag; any controlled replica lagging more than this value will cause throttling to kick in. When all control replicas have smaller lag than indicated, operation resumes. Note that you may dynamically change both `--max-lag-millis` and the `throttle-control-replicas` list via [interactive commands](interactive-commands.md)