replication-manager icon indicating copy to clipboard operation
replication-manager copied to clipboard

monitoring-ignore-errors does not apply.

Open nyxneuf opened this issue 2 years ago • 0 comments

[config.toml]

monitoring-ignore-errors = "WARN0066,WARN0067,WARN0056,WARN0068,WARN0101,WARN0070,WARN0058"

-- Log --

time="2022-07-15 16:47:21" level=warning msg="No GTID strict mode on slave 192.168.50.32:3307" cluster=cluster_mariadb code=WARN0058 status=OPENED type=state time="2022-07-15 16:47:21" level=warning msg="No compression of binlog on slave 192.168.50.32:3307" cluster=cluster_mariadb code=WARN0056 status=OPENED type=state time="2022-07-15 16:47:21" level=warning msg="No compression of binlog on slave 192.168.50.31:3307" cluster=cluster_mariadb code=WARN0068 status=OPENED type=state time="2022-07-15 16:47:21" level=warning msg="No GTID strict mode on master 192.168.50.31:3307" cluster=cluster_mariadb code=WARN0070 status=OPENED type=state


https://github.com/signal18/replication-manager/blob/develop/cluster/error.go

"WARN0056": "No compression of binlog on slave %s", "WARN0068": "No compression of binlog on slave %s", --> "WARN0068": "No compression of binlog on master %s",

nyxneuf avatar Jul 15 '22 07:07 nyxneuf