replication-manager
replication-manager copied to clipboard
variable diff output hardly legible in console
Hello,
The line that display difference of configuration can be very long in the console, that's make it hardly legible and so useful.
STATE - OPENED WARN0084 : Variable diff: + Master Variable: RELAY_LOG -> - Slave: bmm-2:3306 -> RELAY-BIN + Master Variable: RELAY_LOG -> - Slave: bmm-3:3306 -> RELAY-B.....
perhaps is it better in the web view but I don't use it.
is there a way to display it manually to make the appropriate changes ?
Hello Mathias,
RELAY_LOG have absolutely no reason to be printed i will fix this , we can probably add an extra view instead of printing inside the log i'll check what i can do !
One can view variables diff via this api call /api/clusters/{clusterName}/diffvariables ./replication-manager-cli api --url="https://127.0.0.1:10005/api/clusters/bench/diffvariables"