Comment 2 for bug 1706829

Revision history for this message
Muhammad Irfan (muhammad-irfan) wrote :

That's how the output likes:

170801 07:37:19 [01] Copying ./test_2/t.ibd to /home/mirfan/backups//2017-08-01_07-37-18/test_2/t.ibd
170801 07:37:19 [01] ...done
170801 07:37:20 >> log scanned up to (2544336)
170801 07:37:20 Slave open temp tables: 0
170801 07:37:20 Slave is safe to backup
170801 07:37:20 Executing LOCK TABLES FOR BACKUP...
170801 07:37:20 Starting to backup non-InnoDB tables and files
170801 07:37:20 [01] Copying ./test/t.frm to /home/mirfan/backups//2017-08-01_07-37-18/test/t.frm
170801 07:37:20 [01] ...done
.
.
170801 07:37:20 Finished backing up non-InnoDB tables and files
170801 07:37:20 Executing LOCK BINLOG FOR BACKUP...
170801 07:37:20 [00] Writing xtrabackup_slave_info
170801 07:37:20 [00] ...done
170801 07:37:20 [00] Writing xtrabackup_binlog_info
170801 07:37:20 [00] ...done
170801 07:37:20 Executing FLUSH NO_WRITE_TO_BINLOG ENGINE LOGS...
xtrabackup: The latest check point (for incremental): '2540297'
xtrabackup: Stopping log copying thread.
.170801 07:37:20 >> log scanned up to (2544343)

170801 07:37:21 Executing UNLOCK BINLOG
170801 07:37:21 Executing UNLOCK TABLES
170801 07:37:21 All tables unlocked
Starting slave SQL thread
170801 07:37:21 Backup created in directory '/home/mirfan/backups//2017-08-01_07-37-18'

With that output, It seems that slave stopped message is there.

>> 170801 07:37:20 Slave open temp tables: 0
>> 170801 07:37:20 Slave is safe to backup

Resuming slave operation message is there too.

>> Starting slave SQL thread

To summarize, It seems like that messages are there but missing timestamp. Along with that, It's better to change wording in log to make it more clear.