Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Incomplete
-
10.1(EOL)
-
None
Description
This is a one-time failure so far, which happened in 10.1.30 release tests. Numerous re-runs didn't reproduce it either locally or in Travis.
mariadb-10.1.30 debug build |
2017-12-24 2:14:18 140026352510784 [Note] /home/travis/server/bin/mysqld (mysqld 10.1.30-MariaDB-debug) starting as process 7466 ...
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: innodb-page-size has been changed from the default value 16384 to 4096 .
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: Using mutexes to ref count buffer pool pages
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: InnoDB: !!!!!!!! UNIV_DEBUG switched on !!!!!!!!!
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: InnoDB: !!!!!!!! UNIV_SYNC_DEBUG switched on !!!!!!!!!
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: The InnoDB memory heap is disabled
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: GCC builtin __sync_synchronize() is used for memory barrier
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: Compressed tables use zlib 1.2.3.4
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: Using Linux native AIO
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: Using SSE crc32 instructions
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: Initializing buffer pool, size = 128.0M
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: Completed initialization of buffer pool
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: Highest supported file format is Barracuda.
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: Starting crash recovery from checkpoint LSN=2591078
|
2017-12-24 2:14:18 140026352510784 [Note] InnoDB: Restoring possible half-written data pages from the doublewrite buffer...
|
InnoDB: Set innodb_force_recovery to ignore this error.
|
2017-12-24 2:14:21 140026352510784 [ERROR] Plugin 'InnoDB' init function returned error.
|
2017-12-24 2:14:21 140026352510784 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
|
2017-12-24 2:14:21 140026352510784 [Note] Plugin 'FEEDBACK' is disabled.
|
2017-12-24 2:14:21 140026352510784 [ERROR] Unknown/unsupported storage engine: InnoDB
|
2017-12-24 2:14:21 140026352510784 [ERROR] Aborting
|
 |
Error in my_thread_global_end(): 1 threads didn't exit
|
Warning: 2048 bytes lost at 0x2fddc00, allocated by T@0 at 0xf0b442, 0xf11151, 0xf3e9bb, 0xf3ee73, 0xf370a3, 0xf37a27, 0xf377c3, mysys/array.c:70
|
Warning: 2048 bytes lost at 0x2fdd380, allocated by T@0 at mysys/array.c:70, mysys/hash.c:97, mysys/thr_mutex.c:178, mysys/thr_mutex.c:320, psi/mysql_thread.h:689, mysys/my_thr_init.c:308, mysys/my_thr_init.c:190, mysys/my_init.c:105
|
Warning: 208 bytes lost at 0x2fdd230, allocated by T@0 at mysys/mulalloc.c:51, mysys/thr_mutex.c:160, mysys/thr_mutex.c:320, psi/mysql_thread.h:689, mysys/my_thr_init.c:308, mysys/my_thr_init.c:190, mysys/my_init.c:105, sql/mysqld.cc:5504
|
Memory lost: 4304 bytes in 3 chunks
|
perl /home/travis/rqg///run-scenario.pl --grammar=conf/mariadb/oltp.yy --grammar2=conf/mariadb/oltp_and_ddl.yy --gendata=conf/mariadb/innodb_upgrade.zz --gendata-advanced --mysqld=--server-id=111 --scenario=CrashUpgrade --duration=90 --basedir1=/home/travis/old --basedir2=/home/travis/server --mysqld=--innodb-page-size=4K --mysqld=--innodb-compression-algorithm=zlib --mysqld=--loose-innodb-file-format=Barracuda --mysqld=--loose-innodb-file-per-table=1 --gendata=conf/mariadb/innodb_upgrade_compression.zz --no-mask --seed=1514081580 --threads=4 --queries=100M --mysqld=--loose-max-statement-time=20 --mysqld=--loose-lock-wait-timeout=20 --mysqld=--loose-innodb-lock-wait-timeout=10 --mysqld=--loose-innodb_log_compressed_pages=on --mtr-build-thread=300 --vardir1=/home/travis/logs/current1_1
|