Unclear status information of backup state while taking backups using TokuBackup

Bug #1519643 reported by Shahriyar Rzayev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona Server moved to https://jira.percona.com/projects/PS
Status tracked in 5.7
5.6
Triaged
Medium
Unassigned
5.7
Triaged
Medium
Unassigned

Bug Description

While taking backups, from processlist there are some unclear status information such as -> 515% done or even 6047% done:

mysql> set tokudb_backup_dir='/home/tokubackupdir';
Query OK, 0 rows affected (3 min 43.89 sec)

From processlist:

tokudb backup about 515% done: Backup progress 12546179248 bytes, 264 files. Copying file: 1437597696/2243379200 bytes done of /home/tokudb_data_dir/_dbtest_sql_439f_40d_main_326f9_1_1c_B_0.tokudb to /home/tokubackupdir/tokudb_data_dir/_dbtest_sql_439f_40d_main_326f9_1_1c_B_0.tokudb. | set tokudb_backup_dir='/home/tokubackupdir'

Running with:

sh@percona-XPS-15:~$ sysbench --test=/usr/share/doc/sysbench/tests/db/insert.lua --oltp-test-mode=complex --num-threads=1000 --oltp-table-size=1000000 --mysql-db=dbtest --mysql-user=root --mysql-password=12345 --db-driver=mysql --max-requests=0 run

Table:
mysql> show create table sbtest1;

| sbtest1 | CREATE TABLE `sbtest1` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `k` int(10) unsigned NOT NULL DEFAULT '0',
  `c` char(120) NOT NULL DEFAULT '',
  `pad` char(60) NOT NULL DEFAULT '',
  PRIMARY KEY (`id`),
  KEY `k_1` (`k`)
) ENGINE=TokuDB AUTO_INCREMENT=21830576 DEFAULT CHARSET=latin1 MAX_ROWS=1000000 |

Tags: tokubackup
Revision history for this message
George Ormond Lorch III (gl-az) wrote :
tags: removed: tokudb
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PS-1672

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.