Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Duplicate
-
1.2.3
-
None
-
mcs on um1-pm1 /centos7
Description
mysqld got signal 11 and crashes after upgrade and perform DDL
]# /usr/local/mariadb/columnstore/mysql/bin/mysql_upgrade -u root -p1
|
This installation of MySQL is already upgraded to 10.3.11-MariaDB, use --force if you still need to run mysql_upgrade
|
MariaDB [(none)]> drop database tpcds_1000 ;
|
ERROR 2013 (HY000): Lost connection to MySQL server during query
|
or
MariaDB [tpcds_100]> drop table web_site ;
|
ERROR 2013 (HY000): Lost connection to MySQL server during query
|
|
190305 12:32:37 [ERROR] mysqld got signal 11 ;
|
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.3.11-MariaDB-log
|
key_buffer_size=536870912
|
read_buffer_size=4194304
|
max_used_connections=1
|
max_threads=153
|
thread_count=8
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 1781051 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x7fe7cc0009a8
|
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 = 0x7fe82ba04d98 thread_stack 0x80000
|
/usr/local/mariadb/columnstore/mysql//bin/mysqld(my_print_stacktrace+0x29)[0x55e64838fad9]
|
mysys/stacktrace.c:270(my_print_stacktrace)[0x55e647ecf22f]
|
sigaction.c:0(__restore_rt)[0x7fe86bda05d0]
|
/usr/local/mariadb/columnstore/mysql//bin/mysqld(+0xbe1eb7)[0x55e648372eb7]
|
sql/ha_sequence.cc:53(ha_sequence)[0x55e647ed12a0]
|
sql/handler.cc:268(get_new_handler(TABLE_SHARE*, st_mem_root*, handlerton*))[0x55e647ed70b7]
|
sql/handler.cc:2540(ha_delete_table(THD*, handlerton*, char const*, st_mysql_const_lex_string const*, st_mysql_const_lex_string const*, bool))[0x55e647d9e84b]
|
sql/sql_table.cc:2511(mysql_rm_table_no_locks(THD*, TABLE_LIST*, bool, bool, bool, bool, bool, bool))[0x55e647cee352]
|
sql/sql_db.cc:904(mysql_rm_db_internal(THD*, st_mysql_const_lex_string const*, bool, bool))[0x55e647d248e7]
|
sql/sql_parse.cc:5279(mysql_execute_command(THD*))[0x55e647d28c42]
|
sql/sql_parse.cc:8138(mysql_parse(THD*, char*, unsigned int, Parser_state*, bool, bool))[0x55e647d2e4cd]
|
sql/sql_parse.cc:1878(dispatch_command(enum_server_command, THD*, char*, unsigned int, bool, bool))[0x55e647d2eb28]
|
sql/sql_connect.cc:1402(do_handle_one_connection(CONNECT*))[0x55e647df3004]
|
sql/sql_connect.cc:1310(handle_one_connection)[0x55e647df30c4]
|
pthread_create.c:0(start_thread)[0x7fe86bd98dd5]
|
/lib64/libc.so.6(clone+0x6d)[0x7fe869f5aead]
|
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Query (0x7fe7cc011680): is an invalid pointer
|
Connection ID (thread ID): 9
|
Status: NOT_KILLED
|
|
Optimizer switch: index_merge=off,index_merge_union=off,index_merge_sort_union=off,index_merge_intersection=off,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=off,derived_merge=off,derived_with_keys=off,firstmatch=off,loosescan=off,materialization=off,in_to_exists=on,semijoin=off,partial_match_rowid_merge=off,partial_match_table_scan=off,subquery_cache=off,mrr=off,mrr_cost_based=off,mrr_sort_keys=off,outer_join_with_cache=off,semijoin_with_cache=off,join_cache_incremental=off,join_cache_hashed=off,join_cache_bka=off,optimize_join_buffer_size=off,table_elimination=off,extended_keys=off,exists_to_in=on,orderby_uses_equalities=off,condition_pushdown_for_derived=on,split_materialized=off
|
|
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.
|
|
We think the query pointer is invalid, but we will try to print it anyway.
|
Query: drop database tpcds_1000
|
|
190305 12:32:38 Columnstore: Started; Version: 1.2.3-1
|
190305 12:32:38 Columnstore: Started; Version: 1.2.3-1
|
2019-03-05 12:32:38 0 [Note] InnoDB: Using Linux native AIO
|
2019-03-05 12:32:38 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
|
2019-03-05 12:32:38 0 [Note] InnoDB: Uses event mutexes
|
2019-03-05 12:32:38 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
|
2019-03-05 12:32:38 0 [Note] InnoDB: Number of pools: 1
|
2019-03-05 12:32:38 0 [Note] InnoDB: Using SSE2 crc32 instructions
|
2019-03-05 12:32:38 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
|
2019-03-05 12:32:38 0 [Note] InnoDB: Completed initialization of buffer pool
|
2019-03-05 12:32:38 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
|
2019-03-05 12:32:38 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=4663921168
|
2019-03-05 12:32:38 0 [Note] InnoDB: Last binlog file '/usr/local/mariadb/columnstore/mysql/db/mysql-bin.000010', position 971097454
|
2019-03-05 12:32:38 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
|
2019-03-05 12:32:38 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
|
2019-03-05 12:32:38 0 [Note] InnoDB: Creating shared tablespace for temporary tables
|
2019-03-05 12:32:38 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
|
2019-03-05 12:32:38 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
|
2019-03-05 12:32:38 0 [Note] InnoDB: Waiting for purge to start
|
2019-03-05 12:32:38 0 [Note] InnoDB: 10.3.11 started; log sequence number 4663921177; transaction id 24605
|
2019-03-05 12:32:38 0 [Note] InnoDB: Loading buffer pool(s) from /usr/local/mariadb/columnstore/mysql/db/ib_buffer_pool
|
2019-03-05 12:32:38 0 [Note] Plugin 'FEEDBACK' is disabled.
|
2019-03-05 12:32:38 0 [Note] Recovering after a crash using /usr/local/mariadb/columnstore/mysql/db/mysql-bin
|
2019-03-05 12:32:38 0 [Note] Starting crash recovery...
|
2019-03-05 12:32:38 0 [Note] Crash recovery finished.
|
2019-03-05 12:32:38 0 [Note] Server socket created on IP: '::'.
|
2019-03-05 12:32:38 0 [Note] Reading of all Master_info entries succeded
|
2019-03-05 12:32:38 0 [Note] Added new Master_info '' to hash table
|
2019-03-05 12:32:38 0 [Note] /usr/local/mariadb/columnstore/mysql//bin/mysqld: ready for connections.
|
Version: '10.3.11-MariaDB-log' socket: '/usr/local/mariadb/columnstore/mysql/lib/mysql/mysql.sock' port: 3306 Columnstore 1.2.3-1
|
2019-03-05 12:32:38 0 [Note] InnoDB: Buffer pool(s) load completed at 190305 12:32:38
|
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/call_center.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/catalog_page.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/catalog_returns.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/catalog_sales.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/customer.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/customer_address.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/customer_demographics.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/date_dim.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/household_demographics.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/income_band.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/inventory.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/item.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/promotion.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/reason.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/ship_mode.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/store.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/store_returns.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/store_sales.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/time_dim.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/warehouse.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/web_page.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/web_returns.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/web_sales.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_100/web_site.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/call_center.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/catalog_page.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/catalog_returns.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/catalog_sales.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/customer.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/customer_address.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/customer_demographics.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/date_dim.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/household_demographics.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/income_band.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/inventory.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/item.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/promotion.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/reason.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/ship_mode.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/store.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/store_returns.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/store_sales.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/time_dim.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/warehouse.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/web_page.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/web_returns.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/web_sales.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
2019-03-05 12:38:09 17 [Warning] ./tpcds_1000/web_site.frm is inconsistent: engine typecode 44, engine name Columnstore (45)
|
[root@um1 ~]#
|
|