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

variable diff output hardly legible in console

Open bmillemathias opened this issue 3 years ago • 2 comments

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 ?

bmillemathias avatar Jul 09 '21 06:07 bmillemathias

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 !

svaroqui avatar Jul 09 '21 07:07 svaroqui

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"

svaroqui avatar Feb 23 '22 08:02 svaroqui