Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.2(EOL), 10.3(EOL), 10.4(EOL)
-
None
Description
10.4 30da40bb8c3 |
2019-01-10 19:10:10 0 [Note] RocksDB: Got ENOENT when listing column families
|
2019-01-10 19:10:10 0 [Note] RocksDB: assuming that we're creating a new database
|
2019-01-10 19:10:10 0 [Note] RocksDB: Column Families at start:
|
2019-01-10 19:10:10 0 [Note] cf=default
|
2019-01-10 19:10:10 0 [Note] write_buffer_size=67108864
|
2019-01-10 19:10:10 0 [Note] target_file_size_base=67108864
|
2019-01-10 19:10:11 0 [Note] RocksDB: creating a column family __system__
|
2019-01-10 19:10:11 0 [Note] write_buffer_size=67108864
|
2019-01-10 19:10:11 0 [Note] target_file_size_base=67108864
|
2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t8, but that table is not registered in RocksDB
|
2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t7, but that table is not registered in RocksDB
|
2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t2, but that table is not registered in RocksDB
|
2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t6, but that table is not registered in RocksDB
|
2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t3, but that table is not registered in RocksDB
|
2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t1, but that table is not registered in RocksDB
|
2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t9, but that table is not registered in RocksDB
|
2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t4, but that table is not registered in RocksDB
|
2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t5, but that table is not registered in RocksDB
|
2019-01-10 19:10:11 0 [ERROR] RocksDB: Problems validating data dictionary against .frm files, exiting
|
2019-01-10 19:10:11 0 [ERROR] RocksDB: Failed to initialize DDL manager.
|
2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' init function returned error.
|
2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' registration as a STORAGE ENGINE failed.
|
Backup dirs are attached.
backup_before_prepare_0 is the initial full backup
backup_before_prepare_1 is the 1st incremental backup
backup_before_prepare_2 is the 1st incremental backup
backup_0 is the prepared backup after all prepare were executed on it.
To reproduce the failure, restore backup_0.tar.gz and start the server with
--plugin-load-add=ha_rocksdb --binlog-format=row
|
other options can be default.
If you have doubts about the correctness of prepare, you can run it on non-prepared backups.
mariabackup logs from all stages are attached with hopefully self-explanatory names (mbackup*.log).
Please be aware it's not necessarily reproducible the same way.
elenst-dev 0ebbe452a69f mariadb-toolbox 17ab77fe268d |
perl ./runall-new.pl --basedir=/home/travis/server/10.4 --vardir=/home/travis/logs/vardir --duration=350 --threads=4 --seed=1547101908 --reporters=Backtrace,ErrorLog,Deadlock --skip-gendata --gendata-advanced --views --grammar=conf/mariadb/generic-dml.yy --redefine=conf/mariadb/bulk_insert.yy --mysqld=--log_output=FILE --mysqld=--max-statement-time=20 --mysqld=--lock-wait-timeout=10 --mysqld=--loose-innodb-lock-wait-timeout=5 --mysqld=--loose-debug_assert_on_not_freed_memory=0 --filter=/home/travis/mariadb-toolbox/travis/10.4-combo-filter.ff --mysqld=--plugin-load-add=ha_rocksdb --mysqld=--binlog-format=row --engine=RocksDB --scenario=MariaBackupIncremental
|
The test log is attached as trial.log
On 10.2: https://travis-ci.org/elenst/travis-tests/jobs/481810951
Attachments
Activity
Field | Original Value | New Value |
---|---|---|
Assignee | Vladislav Vaintroub [ wlad ] |
Fix Version/s | 10.3 [ 22126 ] | |
Affects Version/s | 10.3 [ 22126 ] | |
Description |
{noformat:title=10.4 30da40bb8c3}
2019-01-10 19:10:10 0 [Note] RocksDB: Got ENOENT when listing column families 2019-01-10 19:10:10 0 [Note] RocksDB: assuming that we're creating a new database 2019-01-10 19:10:10 0 [Note] RocksDB: Column Families at start: 2019-01-10 19:10:10 0 [Note] cf=default 2019-01-10 19:10:10 0 [Note] write_buffer_size=67108864 2019-01-10 19:10:10 0 [Note] target_file_size_base=67108864 2019-01-10 19:10:11 0 [Note] RocksDB: creating a column family __system__ 2019-01-10 19:10:11 0 [Note] write_buffer_size=67108864 2019-01-10 19:10:11 0 [Note] target_file_size_base=67108864 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t8, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t7, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t2, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t6, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t3, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t1, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t9, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t4, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t5, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [ERROR] RocksDB: Problems validating data dictionary against .frm files, exiting 2019-01-10 19:10:11 0 [ERROR] RocksDB: Failed to initialize DDL manager. 2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' init function returned error. 2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' registration as a STORAGE ENGINE failed. {noformat} Backup dirs are attached. backup_before_prepare_0 is the initial full backup backup_before_prepare_1 is the 1st incremental backup backup_before_prepare_2 is the 1st incremental backup backup_0 is the prepared backup after all prepare were executed on it. To reproduce the failure, restore [^backup_0.tar.gz] and start the server with {noformat} --plugin-load-add=ha_rocksdb --binlog-format=row {noformat} other options can be default. If you have doubts about the correctness of prepare, you can run it on non-prepared backups. mariabackup logs from all stages are attached with hopefully self-explanatory names (mbackup*.log). *I have no information yet whether it affects previous versions.* ---- {color:gray} {panel:title=Notes on the origin of the report|bgColor=#EEEEEE} Please be aware it's not necessarily reproducible the same way. {noformat:title=elenst-dev 0ebbe452a69f mariadb-toolbox 17ab77fe268d} perl ./runall-new.pl --basedir=/home/travis/server/10.4 --vardir=/home/travis/logs/vardir --duration=350 --threads=4 --seed=1547101908 --reporters=Backtrace,ErrorLog,Deadlock --skip-gendata --gendata-advanced --views --grammar=conf/mariadb/generic-dml.yy --redefine=conf/mariadb/bulk_insert.yy --mysqld=--log_output=FILE --mysqld=--max-statement-time=20 --mysqld=--lock-wait-timeout=10 --mysqld=--loose-innodb-lock-wait-timeout=5 --mysqld=--loose-debug_assert_on_not_freed_memory=0 --filter=/home/travis/mariadb-toolbox/travis/10.4-combo-filter.ff --mysqld=--plugin-load-add=ha_rocksdb --mysqld=--binlog-format=row --engine=RocksDB --scenario=MariaBackupIncremental {noformat} The test log is attached as [^trial.log] {panel} {color} |
{noformat:title=10.4 30da40bb8c3}
2019-01-10 19:10:10 0 [Note] RocksDB: Got ENOENT when listing column families 2019-01-10 19:10:10 0 [Note] RocksDB: assuming that we're creating a new database 2019-01-10 19:10:10 0 [Note] RocksDB: Column Families at start: 2019-01-10 19:10:10 0 [Note] cf=default 2019-01-10 19:10:10 0 [Note] write_buffer_size=67108864 2019-01-10 19:10:10 0 [Note] target_file_size_base=67108864 2019-01-10 19:10:11 0 [Note] RocksDB: creating a column family __system__ 2019-01-10 19:10:11 0 [Note] write_buffer_size=67108864 2019-01-10 19:10:11 0 [Note] target_file_size_base=67108864 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t8, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t7, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t2, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t6, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t3, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t1, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t9, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t4, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t5, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [ERROR] RocksDB: Problems validating data dictionary against .frm files, exiting 2019-01-10 19:10:11 0 [ERROR] RocksDB: Failed to initialize DDL manager. 2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' init function returned error. 2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' registration as a STORAGE ENGINE failed. {noformat} Backup dirs are attached. backup_before_prepare_0 is the initial full backup backup_before_prepare_1 is the 1st incremental backup backup_before_prepare_2 is the 1st incremental backup backup_0 is the prepared backup after all prepare were executed on it. To reproduce the failure, restore [^backup_0.tar.gz] and start the server with {noformat} --plugin-load-add=ha_rocksdb --binlog-format=row {noformat} other options can be default. If you have doubts about the correctness of prepare, you can run it on non-prepared backups. mariabackup logs from all stages are attached with hopefully self-explanatory names (mbackup*.log). *I have no information yet whether it affects 10.2.* ---- {color:gray} {panel:title=Notes on the origin of the report|bgColor=#EEEEEE} Please be aware it's not necessarily reproducible the same way. {noformat:title=elenst-dev 0ebbe452a69f mariadb-toolbox 17ab77fe268d} perl ./runall-new.pl --basedir=/home/travis/server/10.4 --vardir=/home/travis/logs/vardir --duration=350 --threads=4 --seed=1547101908 --reporters=Backtrace,ErrorLog,Deadlock --skip-gendata --gendata-advanced --views --grammar=conf/mariadb/generic-dml.yy --redefine=conf/mariadb/bulk_insert.yy --mysqld=--log_output=FILE --mysqld=--max-statement-time=20 --mysqld=--lock-wait-timeout=10 --mysqld=--loose-innodb-lock-wait-timeout=5 --mysqld=--loose-debug_assert_on_not_freed_memory=0 --filter=/home/travis/mariadb-toolbox/travis/10.4-combo-filter.ff --mysqld=--plugin-load-add=ha_rocksdb --mysqld=--binlog-format=row --engine=RocksDB --scenario=MariaBackupIncremental {noformat} The test log is attached as [^trial.log] {panel} {color} |
Fix Version/s | 10.2 [ 14601 ] | |
Affects Version/s | 10.2 [ 14601 ] | |
Description |
{noformat:title=10.4 30da40bb8c3}
2019-01-10 19:10:10 0 [Note] RocksDB: Got ENOENT when listing column families 2019-01-10 19:10:10 0 [Note] RocksDB: assuming that we're creating a new database 2019-01-10 19:10:10 0 [Note] RocksDB: Column Families at start: 2019-01-10 19:10:10 0 [Note] cf=default 2019-01-10 19:10:10 0 [Note] write_buffer_size=67108864 2019-01-10 19:10:10 0 [Note] target_file_size_base=67108864 2019-01-10 19:10:11 0 [Note] RocksDB: creating a column family __system__ 2019-01-10 19:10:11 0 [Note] write_buffer_size=67108864 2019-01-10 19:10:11 0 [Note] target_file_size_base=67108864 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t8, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t7, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t2, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t6, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t3, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t1, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t9, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t4, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t5, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [ERROR] RocksDB: Problems validating data dictionary against .frm files, exiting 2019-01-10 19:10:11 0 [ERROR] RocksDB: Failed to initialize DDL manager. 2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' init function returned error. 2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' registration as a STORAGE ENGINE failed. {noformat} Backup dirs are attached. backup_before_prepare_0 is the initial full backup backup_before_prepare_1 is the 1st incremental backup backup_before_prepare_2 is the 1st incremental backup backup_0 is the prepared backup after all prepare were executed on it. To reproduce the failure, restore [^backup_0.tar.gz] and start the server with {noformat} --plugin-load-add=ha_rocksdb --binlog-format=row {noformat} other options can be default. If you have doubts about the correctness of prepare, you can run it on non-prepared backups. mariabackup logs from all stages are attached with hopefully self-explanatory names (mbackup*.log). *I have no information yet whether it affects 10.2.* ---- {color:gray} {panel:title=Notes on the origin of the report|bgColor=#EEEEEE} Please be aware it's not necessarily reproducible the same way. {noformat:title=elenst-dev 0ebbe452a69f mariadb-toolbox 17ab77fe268d} perl ./runall-new.pl --basedir=/home/travis/server/10.4 --vardir=/home/travis/logs/vardir --duration=350 --threads=4 --seed=1547101908 --reporters=Backtrace,ErrorLog,Deadlock --skip-gendata --gendata-advanced --views --grammar=conf/mariadb/generic-dml.yy --redefine=conf/mariadb/bulk_insert.yy --mysqld=--log_output=FILE --mysqld=--max-statement-time=20 --mysqld=--lock-wait-timeout=10 --mysqld=--loose-innodb-lock-wait-timeout=5 --mysqld=--loose-debug_assert_on_not_freed_memory=0 --filter=/home/travis/mariadb-toolbox/travis/10.4-combo-filter.ff --mysqld=--plugin-load-add=ha_rocksdb --mysqld=--binlog-format=row --engine=RocksDB --scenario=MariaBackupIncremental {noformat} The test log is attached as [^trial.log] {panel} {color} |
{noformat:title=10.4 30da40bb8c3}
2019-01-10 19:10:10 0 [Note] RocksDB: Got ENOENT when listing column families 2019-01-10 19:10:10 0 [Note] RocksDB: assuming that we're creating a new database 2019-01-10 19:10:10 0 [Note] RocksDB: Column Families at start: 2019-01-10 19:10:10 0 [Note] cf=default 2019-01-10 19:10:10 0 [Note] write_buffer_size=67108864 2019-01-10 19:10:10 0 [Note] target_file_size_base=67108864 2019-01-10 19:10:11 0 [Note] RocksDB: creating a column family __system__ 2019-01-10 19:10:11 0 [Note] write_buffer_size=67108864 2019-01-10 19:10:11 0 [Note] target_file_size_base=67108864 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t8, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t7, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t2, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t6, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t3, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t1, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t9, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t4, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t5, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [ERROR] RocksDB: Problems validating data dictionary against .frm files, exiting 2019-01-10 19:10:11 0 [ERROR] RocksDB: Failed to initialize DDL manager. 2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' init function returned error. 2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' registration as a STORAGE ENGINE failed. {noformat} Backup dirs are attached. backup_before_prepare_0 is the initial full backup backup_before_prepare_1 is the 1st incremental backup backup_before_prepare_2 is the 1st incremental backup backup_0 is the prepared backup after all prepare were executed on it. To reproduce the failure, restore [^backup_0.tar.gz] and start the server with {noformat} --plugin-load-add=ha_rocksdb --binlog-format=row {noformat} other options can be default. If you have doubts about the correctness of prepare, you can run it on non-prepared backups. mariabackup logs from all stages are attached with hopefully self-explanatory names (mbackup*.log). ---- {color:gray} {panel:title=Notes on the origin of the report|bgColor=#EEEEEE} Please be aware it's not necessarily reproducible the same way. {noformat:title=elenst-dev 0ebbe452a69f mariadb-toolbox 17ab77fe268d} perl ./runall-new.pl --basedir=/home/travis/server/10.4 --vardir=/home/travis/logs/vardir --duration=350 --threads=4 --seed=1547101908 --reporters=Backtrace,ErrorLog,Deadlock --skip-gendata --gendata-advanced --views --grammar=conf/mariadb/generic-dml.yy --redefine=conf/mariadb/bulk_insert.yy --mysqld=--log_output=FILE --mysqld=--max-statement-time=20 --mysqld=--lock-wait-timeout=10 --mysqld=--loose-innodb-lock-wait-timeout=5 --mysqld=--loose-debug_assert_on_not_freed_memory=0 --filter=/home/travis/mariadb-toolbox/travis/10.4-combo-filter.ff --mysqld=--plugin-load-add=ha_rocksdb --mysqld=--binlog-format=row --engine=RocksDB --scenario=MariaBackupIncremental {noformat} The test log is attached as [^trial.log] {panel} {color} |
Description |
{noformat:title=10.4 30da40bb8c3}
2019-01-10 19:10:10 0 [Note] RocksDB: Got ENOENT when listing column families 2019-01-10 19:10:10 0 [Note] RocksDB: assuming that we're creating a new database 2019-01-10 19:10:10 0 [Note] RocksDB: Column Families at start: 2019-01-10 19:10:10 0 [Note] cf=default 2019-01-10 19:10:10 0 [Note] write_buffer_size=67108864 2019-01-10 19:10:10 0 [Note] target_file_size_base=67108864 2019-01-10 19:10:11 0 [Note] RocksDB: creating a column family __system__ 2019-01-10 19:10:11 0 [Note] write_buffer_size=67108864 2019-01-10 19:10:11 0 [Note] target_file_size_base=67108864 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t8, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t7, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t2, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t6, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t3, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t1, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t9, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t4, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t5, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [ERROR] RocksDB: Problems validating data dictionary against .frm files, exiting 2019-01-10 19:10:11 0 [ERROR] RocksDB: Failed to initialize DDL manager. 2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' init function returned error. 2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' registration as a STORAGE ENGINE failed. {noformat} Backup dirs are attached. backup_before_prepare_0 is the initial full backup backup_before_prepare_1 is the 1st incremental backup backup_before_prepare_2 is the 1st incremental backup backup_0 is the prepared backup after all prepare were executed on it. To reproduce the failure, restore [^backup_0.tar.gz] and start the server with {noformat} --plugin-load-add=ha_rocksdb --binlog-format=row {noformat} other options can be default. If you have doubts about the correctness of prepare, you can run it on non-prepared backups. mariabackup logs from all stages are attached with hopefully self-explanatory names (mbackup*.log). ---- {color:gray} {panel:title=Notes on the origin of the report|bgColor=#EEEEEE} Please be aware it's not necessarily reproducible the same way. {noformat:title=elenst-dev 0ebbe452a69f mariadb-toolbox 17ab77fe268d} perl ./runall-new.pl --basedir=/home/travis/server/10.4 --vardir=/home/travis/logs/vardir --duration=350 --threads=4 --seed=1547101908 --reporters=Backtrace,ErrorLog,Deadlock --skip-gendata --gendata-advanced --views --grammar=conf/mariadb/generic-dml.yy --redefine=conf/mariadb/bulk_insert.yy --mysqld=--log_output=FILE --mysqld=--max-statement-time=20 --mysqld=--lock-wait-timeout=10 --mysqld=--loose-innodb-lock-wait-timeout=5 --mysqld=--loose-debug_assert_on_not_freed_memory=0 --filter=/home/travis/mariadb-toolbox/travis/10.4-combo-filter.ff --mysqld=--plugin-load-add=ha_rocksdb --mysqld=--binlog-format=row --engine=RocksDB --scenario=MariaBackupIncremental {noformat} The test log is attached as [^trial.log] {panel} {color} |
{noformat:title=10.4 30da40bb8c3}
2019-01-10 19:10:10 0 [Note] RocksDB: Got ENOENT when listing column families 2019-01-10 19:10:10 0 [Note] RocksDB: assuming that we're creating a new database 2019-01-10 19:10:10 0 [Note] RocksDB: Column Families at start: 2019-01-10 19:10:10 0 [Note] cf=default 2019-01-10 19:10:10 0 [Note] write_buffer_size=67108864 2019-01-10 19:10:10 0 [Note] target_file_size_base=67108864 2019-01-10 19:10:11 0 [Note] RocksDB: creating a column family __system__ 2019-01-10 19:10:11 0 [Note] write_buffer_size=67108864 2019-01-10 19:10:11 0 [Note] target_file_size_base=67108864 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t8, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t7, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t2, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t6, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t3, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t1, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t9, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t4, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [Warning] RocksDB: Schema mismatch - A .frm file exists for table test.t5, but that table is not registered in RocksDB 2019-01-10 19:10:11 0 [ERROR] RocksDB: Problems validating data dictionary against .frm files, exiting 2019-01-10 19:10:11 0 [ERROR] RocksDB: Failed to initialize DDL manager. 2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' init function returned error. 2019-01-10 19:10:11 0 [ERROR] Plugin 'ROCKSDB' registration as a STORAGE ENGINE failed. {noformat} Backup dirs are attached. backup_before_prepare_0 is the initial full backup backup_before_prepare_1 is the 1st incremental backup backup_before_prepare_2 is the 1st incremental backup backup_0 is the prepared backup after all prepare were executed on it. To reproduce the failure, restore [^backup_0.tar.gz] and start the server with {noformat} --plugin-load-add=ha_rocksdb --binlog-format=row {noformat} other options can be default. If you have doubts about the correctness of prepare, you can run it on non-prepared backups. mariabackup logs from all stages are attached with hopefully self-explanatory names (mbackup*.log). ---- {color:gray} {panel:title=Notes on the origin of the report|bgColor=#EEEEEE} Please be aware it's not necessarily reproducible the same way. {noformat:title=elenst-dev 0ebbe452a69f mariadb-toolbox 17ab77fe268d} perl ./runall-new.pl --basedir=/home/travis/server/10.4 --vardir=/home/travis/logs/vardir --duration=350 --threads=4 --seed=1547101908 --reporters=Backtrace,ErrorLog,Deadlock --skip-gendata --gendata-advanced --views --grammar=conf/mariadb/generic-dml.yy --redefine=conf/mariadb/bulk_insert.yy --mysqld=--log_output=FILE --mysqld=--max-statement-time=20 --mysqld=--lock-wait-timeout=10 --mysqld=--loose-innodb-lock-wait-timeout=5 --mysqld=--loose-debug_assert_on_not_freed_memory=0 --filter=/home/travis/mariadb-toolbox/travis/10.4-combo-filter.ff --mysqld=--plugin-load-add=ha_rocksdb --mysqld=--binlog-format=row --engine=RocksDB --scenario=MariaBackupIncremental {noformat} The test log is attached as [^trial.log] On 10.2: https://travis-ci.org/elenst/travis-tests/jobs/481810951 {panel} {color} |
Fix Version/s | 10.4.3 [ 23230 ] | |
Fix Version/s | 10.3.13 [ 23215 ] | |
Fix Version/s | 10.2.23 [ 23307 ] | |
Fix Version/s | 10.2 [ 14601 ] | |
Fix Version/s | 10.3 [ 22126 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 91630 ] | MariaDB v4 [ 155490 ] |