[MDEV-4158] Crash on applying updates in MariaDB-Galera Created: 2013-02-09 Updated: 2013-03-08 Resolved: 2013-03-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | Aleksey Sanin (Inactive) | Assignee: | Elena Stepanova |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Centos 5.8 |
||
| Description |
|
130209 5:48:19 [ERROR] mysqld got signal 11 ; 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 Server version: 5.5.28a-MariaDB-log Thread pointer: 0x0x14c383b0 Trying to get some variables. Optimizer switch: index_merge=on,index_merge_union=on,index_merge_sort_union=on,index_merge_intersection=on,index_merge_sort_intersection=off,engine_condition_pushdown=off,index_condition_pushdown=on,derived_merge=on,derived_with_keys=on,firstmatch=on,loosescan=on,materialization=on,in_to_exists=on,semijoin=on,partial_match_rowid_merge=on,partial_match_table_scan=on,subquery_cache=on,mrr=on,mrr_cost_based=on,mrr_sort_keys=on,outer_join_with_cache=on,semijoin_with_cache=on,join_cache_incremental=on,join_cache_hashed=on,join_cache_bka=on,optimize_join_buffer_size=off,table_elimination=on,extended_keys=off The manual page at http://dev.mysql.com/doc/mysql/en/crashing.html contains |
| Comments |
| Comment by Elena Stepanova [ 2013-02-09 ] |
|
Hi Aleksey, There isn't really much for investigation to go with.. Thanks |
| Comment by Aleksey Sanin (Inactive) [ 2013-02-09 ] |
|
I've seen the crash a couple times in 3 days. Same stack trace in plugin_lock() and same NULL pointer access. There were nothing interesting in the logs on this or other nodes. I am continuing testing and if I see it again I will definitely get all the data you've asked about. |
| Comment by Elena Stepanova [ 2013-02-19 ] |
|
Moving discussion regarding this bug from the recent comment from >> Lastly, I've actually remembered that we've seen similar issue on dev environment though stack trace was different: >> https://mariadb.atlassian.net/browse/MDEV-4158 >> It was the same upgrade process though it didn't crash 100% of the time. May be it is a timing issue somewhere? If it was also happening on slave restart, I guess it might be the same issue. To make sure, I will need to get a confirmation that on wsrep-recovery not only a slave is started and IO thread runs, but SQL thread can start applying events too. If that's the case, it could explain both the stack trace in this report, and the database corruption in A side note: |
| Comment by Aleksey Sanin (Inactive) [ 2013-02-19 ] |
|
The For key_buffer_size, I think that MySQL sets it to the default 32K value if it is set to 0 in the config. |
| Comment by Elena Stepanova [ 2013-03-08 ] |
|
I suppose for now we can assume it's the same issue as |