Details
-
Bug
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Fixed
-
10.1.8
-
None
-
Centos 6.7 64bit
-
10.1.9-2
Description
After the upgrade via yum the server gets into a restart loop...
2015-10-28 13:25:06 140165019297824 [Note] Recovering after a crash using tc.log
2015-10-28 13:25:06 140165019297824 [Note] Starting crash recovery...
2015-10-28 13:25:06 140165019297824 [Note] Crash recovery finished.
2015-10-28 13:25:06 140165019297824 [Note] Event Scheduler: Loaded 0 events
2015-10-28 13:25:06 7f7a109a5700 InnoDB: Error: Column last_update in table "mysql"."innodb_table_stats" is INT UNSIGNED NOT NULL but should be BINARY(4) NOT NULL (type mismatch).
2015-10-28 13:25:06 7f7a109a5700 InnoDB: Error: Fetch of persistent statistics requested for table "mysql"."gtid_slave_pos" but the required system tables mysql.innodb_table_stats and mysql.innodb_index_stats are not present or have unexpected structure. Using transient stats instead.
2015-10-28 13:25:06 140165019297824 [Note] /usr/sbin/mysqld: ready for connections.
Version: '10.1.8-MariaDB-log' socket: '/var/lib/mysql/mysql.sock' port: 0 MariaDB Server
151028 13:25:06 [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 http://kb.askmonty.org/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.8-MariaDB-log
key_buffer_size=16777216
read_buffer_size=4194304
max_used_connections=1
max_threads=130
thread_count=0
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 817738 K bytes of memory
Hope that's ok; if not, decrease some variables in the equation.
Thread pointer: 0x0x0
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 0x48000
mysys/stacktrace.c:247(my_print_stacktrace)[0x7f7ab6d636cb]
sql/signal_handler.cc:160(handle_fatal_signal)[0x7f7ab68c50d5]
/lib64/libpthread.so.0(+0xf790)[0x7f7ab5ede790]
include/dict0dict.ic:1244(dict_index_get_nth_col)[0x7f7ab6b1557d]
row/row0purge.cc:850(row_purge_record_func)[0x7f7ab6ae45d5]
que/que0que.cc:1089(que_thr_step)[0x7f7ab6aaa84f]
trx/trx0purge.cc:1254(trx_purge(unsigned long, unsigned long, bool))[0x7f7ab6b121e1]
srv/srv0srv.cc:3432(srv_do_purge)[0x7f7ab6affdc5]
/lib64/libpthread.so.0(+0x7a51)[0x7f7ab5ed6a51]
/lib64/libc.so.6(clone+0x6d)[0x7f7ab43bc93d]
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.
Attachments
Issue Links
- relates to
-
MDEV-19016 Table in InnoDB data dictionary contains invalid flags upon undo-upgrade from 10.1.8
-
- Closed
-
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | mysqld_log_2015-10-28-14-07-01.save [ 40309 ] |
Assignee | Jan Lindström [ jplindst ] |
Comment |
[ I could give access via phpMyAdmin with a temporary password On Fri, Oct 30, 2015 at 7:06 PM, Kym Farnik (JIRA) < -- Regards, Kym Farnik mailto:kym.farnik@gmail.com mailto:kym@farnik.com http://www.farnik.com Trivia: My 1st Computer http://en.wikipedia.org/wiki/IBM_1130 Phone: +61 8 8265 5324 Mobile: 0438 014 007 ] |
Fix Version/s | 10.1 [ 16100 ] |
Priority | Major [ 3 ] | Critical [ 2 ] |
Sprint | 10.1.9-2 [ 19 ] |
Rank | Ranked higher |
Status | Open [ 1 ] | In Progress [ 3 ] |
Fix Version/s | 10.1.9 [ 20301 ] | |
Fix Version/s | 10.1 [ 16100 ] | |
Resolution | Fixed [ 1 ] | |
Status | In Progress [ 3 ] | Closed [ 6 ] |
Assignee | Jan Lindström [ jplindst ] | Elena Stepanova [ elenst ] |
Assignee | Elena Stepanova [ elenst ] | Jan Lindström [ jplindst ] |
Link |
This issue relates to |
Workflow | MariaDB v3 [ 72343 ] | MariaDB v4 [ 149777 ] |
8 GB memory 64 bit XEN based VM
/etc/my.cnf
[mysqld]
aria_pagecache_buffer_size=512M
character_set_server=utf8
collation_server=utf8_unicode_ci
connect_timeout=10
default-storage-engine=MyISAM
explicit_defaults_for_timestamp=1
ft_min_word_len=3
innodb_buffer_pool_instances=1
innodb_buffer_pool_size=1536M
innodb_data_file_path=ibdata1:10M:autoextend
innodb_file_per_table=1
innodb_flush_log_at_trx_commit=2
innodb_flush_method=O_DIRECT
innodb_log_buffer_size=256M
innodb_log_buffer_size=8M
innodb_log_file_size=128M
innodb_log_files_in_group=2
innodb_open_files=512
innodb_thread_concurrency=0
innodb_read_io_threads=2
innodb_write_io_threads=2
innodb_adaptive_hash_index=0
innodb_use_native_aio=0
interactive_timeout=3600
join_buffer_size=1M
key_buffer_size=16M
local-infile=0
max_allowed_packet=268435456
max_connect_errors=10000
max_connections=128
max_heap_table_size=256M
max_user_connections=96
myisam_sort_buffer_size=2M
open_files_limit=10000
query_cache_limit=1M
query_cache_size=128M
query_cache_type=1
read_buffer_size=4M
read_rnd_buffer_size=2M
skip-networking
slow_query_log_file=/var/log/mysql/slow_query_log_file.log
slow_query_log=1
long_query_time=8
sort_buffer_size=2M
table_open_cache=4096
table_definition_cache=2048
thread_cache_size=128
tmp_table_size=256M
tmpdir="/dev/shm"
wait_timeout=600
[mysqld_safe]
nice=-5
innodb_file_per_table=1
open-files-limit=8192
log-error="/var/log/mysqld.log"
default-storage-engine=MyISAM
[myisamchk]
sort_buffer_size=16M
read_buffer_size=16M
key_buffer_size=64M
write_buffer_size=16M
[mysqldump]
max_allowed_packet=64M
quick