mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-05-02 01:01:09 +08:00
Print info about slaves found. Print --progress when waiting for new table to replicate to slaves.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
Found 2 slaves:
|
||||
h=127.0.0.1,P=12346
|
||||
h=127.0.0.1,P=12347
|
||||
Will check slave lag on:
|
||||
h=127.0.0.1,P=12346
|
||||
h=127.0.0.1,P=12347
|
||||
Operation, tries, wait:
|
||||
copy_rows, 10, 0.25
|
||||
create_triggers, 10, 1
|
||||
@@ -14,6 +20,7 @@ TS Dropped triggers OK.
|
||||
Successfully altered `bug_1045317`.`bits`.
|
||||
Creating new table...
|
||||
Created new table bug_1045317._bits_new OK.
|
||||
Waiting forever for new table `bug_1045317`.`_bits_new` to replicate to h=127.0.0.1,P=12346...
|
||||
Altering new table...
|
||||
Altered `bug_1045317`.`_bits_new` OK.
|
||||
TS Creating triggers...
|
||||
|
||||
Reference in New Issue
Block a user