encryption.create_or_replace 'cbc,innodb_plugin' w1 [ fail ]
|
Test ended at 2017-11-04 03:48:55
|
|
CURRENT_TEST: encryption.create_or_replace
|
mysqltest: At line 101: Cannot reap on a connection without pending send
|
|
The result from queries just before the failure was:
|
SET default_storage_engine = InnoDB;
|
CREATE TABLE t1 (pk INT PRIMARY KEY, c VARCHAR(256));
|
CREATE TABLE t2 AS SELECT * FROM t1;
|
drop table t1,t2;
|
SET GLOBAL innodb_encryption_threads = 0;
|
SET GLOBAL innodb_encryption_threads = 4;
|
CREATE TABLE `table10_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int, key (`col_int_key` ),primary key (pk)) engine=innodb;
|
INSERT /*! IGNORE */ INTO table10_int_autoinc VALUES (NULL, NULL, -474021888) , (1, NULL, NULL) , (1141047296, NULL, NULL) , (NULL, NULL, NULL) , (NULL, NULL, 1) , (NULL, NULL, 9) , (0, NULL, 1225785344) , (NULL, NULL, 1574174720) , (2, NULL, NULL) , (6, NULL, 3);
|
CREATE TABLE `table1_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int,key (`col_int_key` ), primary key (pk)) engine=innodb;
|
CREATE TABLE `table0_int_autoinc` (`col_int_key` int, pk int auto_increment, `col_int` int, key (`col_int_key` ),primary key (pk)) engine=innodb;
|
INSERT /*! IGNORE */ INTO table1_int_autoinc VALUES (4, NULL, NULL);
|
INSERT IGNORE INTO `table0_int_autoinc` ( `col_int_key` ) VALUES ( 1 ), ( 3 ), ( 4 ), ( 1 );
|
INSERT IGNORE INTO `table1_int_autoinc` ( `col_int` ) VALUES ( 1 ), ( 0 ), ( 7 ), ( 9 );
|
INSERT IGNORE INTO `table10_int_autoinc` ( `col_int` ) VALUES ( 6 ), ( 2 ), ( 3 ), ( 6 );
|
ERROR HY000: Lost connection to MySQL server during query
|
ERROR HY000: Lost connection to MySQL server during query
|
ERROR HY000: MySQL server has gone away
|
ERROR HY000: MySQL server has gone away
|
ERROR HY000: MySQL server has gone away
|
|
|
Server [mysqld.1 - pid: 11367, winpid: 11367, exit: 256] failed during test run
|
Server log from this test:
|
----------SERVER LOG START-----------
|
2017-11-04 3:47:54 140526137735424 [Note] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld (mysqld 10.1.29-MariaDB) starting as process 11368 ...
|
2017-11-04 3:47:54 140526137735424 [Warning] Could not increase number of max_open_files to more than 1024 (request: 4162)
|
2017-11-04 3:47:54 140526137735424 [Warning] setrlimit could not change the size of core files to 'infinity'; We may not be able to generate a core file on signals
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'partition' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'SEQUENCE' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Using mutexes to ref count buffer pool pages
|
2017-11-04 3:47:54 140526137735424 [Note] InnoDB: The InnoDB memory heap is disabled
|
2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
|
2017-11-04 3:47:54 140526137735424 [Note] InnoDB: GCC builtin __atomic_thread_fence() is used for memory barrier
|
2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Compressed tables use zlib 1.2.3
|
2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Using Linux native AIO
|
2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Using generic crc32 instructions
|
2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Initializing buffer pool, size = 8.0M
|
2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Completed initialization of buffer pool
|
2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Highest supported file format is Barracuda.
|
2017-11-04 3:47:54 140526137735424 [Note] InnoDB: 128 rollback segment(s) are active.
|
2017-11-04 3:47:54 140526137735424 [Note] InnoDB: Waiting for purge to start
|
2017-11-04 3:47:54 140526137735424 [Note] InnoDB: 5.6.37 started; log sequence number 1629415
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_DATAFILES' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_TABLESTATS' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_CMP' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'XTRADB_READ_VIEW' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'XTRADB_RSEG' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_DELETED' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_LOCK_WAITS' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'CHANGED_PAGE_BITMAPS' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_FIELDS' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'XTRADB_INTERNAL_HASH_TABLES' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_TABLESPACES_SCRUBBING' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_CMPMEM_RESET' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_INDEX_TABLE' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_BEING_DELETED' is disabled.
|
2017-11-04 3:47:54 140525787178752 [Note] InnoDB: Dumping buffer pool(s) not yet started
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_MUTEXES' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_CONFIG' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'FEEDBACK' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_INDEX_CACHE' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_FT_DEFAULT_STOPWORD' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_CMP_RESET' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_COLUMNS' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_CMP_PER_INDEX_RESET' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_TABLESPACES' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_SEMAPHORE_WAITS' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Note] Plugin 'INNODB_SYS_INDEXES' is disabled.
|
2017-11-04 3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown variable 'loose-feedback-debug-startup-interval=20'
|
2017-11-04 3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown variable 'loose-feedback-debug-first-interval=60'
|
2017-11-04 3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown variable 'loose-feedback-debug-interval=60'
|
2017-11-04 3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown option '--loose-pam-debug'
|
2017-11-04 3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown option '--loose-skip-plugin-innodb-changed-pages'
|
2017-11-04 3:47:54 140526137735424 [Warning] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: unknown variable 'loose-debug-sync-timeout=300'
|
2017-11-04 3:47:54 140526137735424 [Note] Server socket created on IP: '127.0.0.1'.
|
2017-11-04 3:47:54 140526137735424 [Note] /mnt/buildbot/build/mariadb-10.1.29/sql/mysqld: ready for connections.
|
Version: '10.1.29-MariaDB' socket: '/mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/tmp/1/mysqld.1.sock' port: 16020 MariaDB Server
|
2017-11-04 3:47:56 140525749070592 [Note] InnoDB: Creating #1 encryption thread id 140525745616640 total threads 1.
|
2017-11-04 3:48:07 140525749070592 [Note] InnoDB: Creating #1 encryption thread id 140525745616640 total threads 4.
|
2017-11-04 3:48:07 140525749070592 [Note] InnoDB: Creating #2 encryption thread id 140525735864064 total threads 4.
|
2017-11-04 3:48:07 140525749070592 [Note] InnoDB: Creating #3 encryption thread id 140525727352576 total threads 4.
|
2017-11-04 3:48:07 140525749070592 [Note] InnoDB: Creating #4 encryption thread id 140525718841088 total threads 4.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Trying to access page [space=941: page=4] but the tablespace does not exist or is just being dropped.
|
2017-11-04 3:48:52 140525727352576 [ERROR] InnoDB: Unable to read tablespace 941 page no 4 into the buffer pool after 100 attempts. The most probable cause of this error may be that the table has been corrupted. You can try to fix this problem by using innodb_force_recovery. Please see http://dev.mysql.com/doc/refman/5.6/en/ for more details. Aborting...
|
2017-11-04 03:48:52 7fceb20f8700 InnoDB: Assertion failure in thread 140525727352576 in file ha_innodb.cc line 20669
|
InnoDB: We intentionally generate a memory trap.
|
InnoDB: Submit a detailed bug report to https://jira.mariadb.org/
|
InnoDB: If you get repeated assertion failures or crashes, even
|
InnoDB: immediately after the mysqld startup, there may be
|
InnoDB: corruption in the InnoDB tablespace. Please refer to
|
InnoDB: http://dev.mysql.com/doc/refman/5.6/en/forcing-innodb-recovery.html
|
InnoDB: about forcing recovery.
|
171104 3:48:52 [ERROR] mysqld got signal 6 ;
|
This could be because you hit a bug. It is also possible that this binary
|
or one of the libraries it was linked against is corrupt, improperly built,
|
or misconfigured. This error can also be caused by malfunctioning hardware.
|
|
To report this bug, see https://mariadb.com/kb/en/reporting-bugs
|
|
We will try our best to scrape up some info that will hopefully help
|
diagnose the problem, but since we have already crashed,
|
something is definitely wrong and this may fail.
|
|
Server version: 10.1.29-MariaDB
|
key_buffer_size=1048576
|
read_buffer_size=131072
|
max_used_connections=3
|
max_threads=153
|
thread_count=3
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 62914 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x0
|
Attempting backtrace. You can use the following information to find out
|
where mysqld died. If you see no messages after this, something went
|
terribly wrong...
|
stack_bottom = 0x0 thread_stack 0x48400
|
/usr/lib/x86_64-linux-gnu/libasan.so.2(+0x4a077)[0x7fcec97af077]
|
/mnt/buildbot/build/mariadb-10.1.29/sql/mysqld(my_print_stacktrace+0xdc)[0x55b3e74bd6fc]
|
/mnt/buildbot/build/mariadb-10.1.29/sql/mysqld(handle_fatal_signal+0x766)[0x55b3e6969917]
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x11390)[0x7fcec8656390]
|
/lib/x86_64-linux-gnu/libc.so.6(gsignal+0x38)[0x7fcec7c26428]
|
/lib/x86_64-linux-gnu/libc.so.6(abort+0x16a)[0x7fcec7c2802a]
|
/mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/1/plugins/ha_innodb.so(+0x2b94c0)[0x7fcebf60a4c0]
|
/mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/1/plugins/ha_innodb.so(+0x134fa8)[0x7fcebf485fa8]
|
/mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/1/plugins/ha_innodb.so(+0x2086f6)[0x7fcebf5596f6]
|
/mnt/buildbot/build/mariadb-10.1.29/mysql-test/var/1/plugins/ha_innodb.so(+0x2116ea)[0x7fcebf5626ea]
|
/lib/x86_64-linux-gnu/libpthread.so.0(+0x76ba)[0x7fcec864c6ba]
|
/lib/x86_64-linux-gnu/libc.so.6(clone+0x6d)[0x7fcec7cf782d]
|
The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains
|
information that should help you find out what is causing the crash.
|
Writing a core file
|
----------SERVER LOG END-------------
|
There is also a selection of failures in
MDEV-9359.