Since yesterday mariadb suddenly failed to start on our entire mariadb cluster.
We are using master-slave replication with GTID's and master-master replication between 2 datacenters.
This the error log of one of the slaves after I was able to start the master server with innodb_force_recovery = 6 set.
2020-05-28 5:58:27 0 [Note] InnoDB: Using Linux native AIO
|
2020-05-28 5:58:27 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
|
2020-05-28 5:58:27 0 [Note] InnoDB: Uses event mutexes
|
2020-05-28 5:58:27 0 [Note] InnoDB: Compressed tables use zlib 1.2.7
|
2020-05-28 5:58:27 0 [Note] InnoDB: Number of pools: 1
|
2020-05-28 5:58:27 0 [Note] InnoDB: Using SSE2 crc32 instructions
|
2020-05-28 5:58:27 0 [Note] InnoDB: Initializing buffer pool, total size = 8G, instances = 4, chunk size = 128M
|
2020-05-28 5:58:28 0 [Note] InnoDB: Completed initialization of buffer pool
|
2020-05-28 5:58:28 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
|
2020-05-28 5:58:28 0 [Note] InnoDB: Starting crash recovery from checkpoint LSN=1395344903391
|
2020-05-28 5:58:34 0 [Note] InnoDB: Starting final batch to recover 81885 pages from redo log.
|
2020-05-28 5:58:37 0 [Note] InnoDB: Last binlog file './mariadb-bin.003482', position 1688
|
2020-05-28 5:58:38 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
|
2020-05-28 5:58:38 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
|
2020-05-28 5:58:38 0 [Note] InnoDB: Creating shared tablespace for temporary tables
|
2020-05-28 5:58:38 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
|
2020-05-28 5:58:38 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
|
2020-05-28 5:58:38 0 [Note] InnoDB: 10.3.14 started; log sequence number 1395538094571; transaction id 766830539
|
2020-05-28 5:58:38 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
|
2020-05-28 5:58:38 0 [Note] Plugin 'FEEDBACK' is disabled.
|
2020-05-28 5:58:38 0 [Note] Recovering after a crash using mariadb-bin
|
2020-05-28 5:58:38 0 [Note] Starting crash recovery...
|
2020-05-28 5:58:38 0 [Note] Crash recovery finished.
|
2020-05-28 05:58:38 0x7f09f2dcd700 InnoDB: Assertion failure in file /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.3.14/storage/innobase/rem/rem0rec.cc line 814
|
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: https://mariadb.com/kb/en/library/innodb-recovery-modes/
|
InnoDB: about forcing recovery.
|
200528 5:58:38 [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.3.14-MariaDB-log
|
key_buffer_size=16777216
|
read_buffer_size=131072
|
max_used_connections=0
|
max_threads=1002
|
thread_count=6
|
It is possible that mysqld could use up to
|
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 2219062 K bytes of memory
|
Hope that's ok; if not, decrease some variables in the equation.
|
|
Thread pointer: 0x7f09b40009a8
|
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 = 0x7f09f2dccbf0 thread_stack 0x40000
|
2020-05-28 5:58:38 0 [Note] Server socket created on IP: '0.0.0.0'.
|
2020-05-28 5:58:38 0 [Note] Reading of all Master_info entries succeded
|
2020-05-28 5:58:38 0 [Note] Added new Master_info '' to hash table
|
/usr/sbin/mysqld(my_print_stacktrace+0x2e)[0x5610ac707dfe]
|
/usr/sbin/mysqld(handle_fatal_signal+0x357)[0x5610ac1a7cc7]
|
2020-05-28 5:58:38 10 [Note] Slave I/O thread: Start asynchronous replication to master 'slave@master:3306' in log 'mariadb-bin.001462' at position 424
|
2020-05-28 5:58:38 11 [Note] Slave SQL thread initialized, starting replication in log 'mariadb-bin.001462' at position 424, relay log './mariadb-relay-bin.000001' position: 4; GTID position '1-3117982927-205587455,2-2811022535-23281327,100-1-140363414'
|
2020-05-28 5:58:38 0 [Note] /usr/sbin/mysqld: ready for connections.
|
Version: '10.3.14-MariaDB-log' socket: '/var/lib/mysql/mysql.sock' port: 3306 MariaDB Server
|
2020-05-28 5:58:38 10 [Note] Slave I/O thread: connected to master 'slave@master:3306',replication starts at GTID position '1-3117982927-205587455,2-2811022535-23281327,100-1-140363414'
|
sigaction.c:0(__restore_rt)[0x7f0c68771630]
|
:0(__GI_raise)[0x7f0c66a42387]
|
:0(__GI_abort)[0x7f0c66a43a78]
|
/usr/sbin/mysqld(+0x4c4b3a)[0x5610abee9b3a]
|
/usr/sbin/mysqld(+0x9b83c3)[0x5610ac3dd3c3]
|
/usr/sbin/mysqld(+0x99576c)[0x5610ac3ba76c]
|
/usr/sbin/mysqld(+0xa91413)[0x5610ac4b6413]
|
/usr/sbin/mysqld(+0x9f92cb)[0x5610ac41e2cb]
|
/usr/sbin/mysqld(+0x9fa8e7)[0x5610ac41f8e7]
|
/usr/sbin/mysqld(+0x9f4d52)[0x5610ac419d52]
|
/usr/sbin/mysqld(+0x9f76d3)[0x5610ac41c6d3]
|
/usr/sbin/mysqld(+0x9f859b)[0x5610ac41d59b]
|
/usr/sbin/mysqld(+0x9b3d7a)[0x5610ac3d8d7a]
|
/usr/sbin/mysqld(+0xa3eb88)[0x5610ac463b88]
|
/usr/sbin/mysqld(+0xa22de2)[0x5610ac447de2]
|
pthread_create.c:0(start_thread)[0x7f0c68769ea5]
|
/lib64/libc.so.6(clone+0x6d)[0x7f0c66b0a8dd]
|
|
Trying to get some variables.
|
Some pointers may be invalid and cause the dump to abort.
|
Query (0x0):
|
Connection ID (thread ID): 1
|
Status: NOT_KILLED
|
|
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=off,mrr_cost_based=off,mrr_sort_keys=off,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=on,exists_to_in=on,orderby_uses_equalities=on,condition_pushdown_for_derived=on,split_materialized=on
|
|
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 have rebuild the entire cluster from one slave that was still working, but a few hours later the same thing happened again.
Each server has 16GB of memory, so the notice about the required memory keyspace isn't the issue.
{"report":{"fcp":783.6999998092651,"ttfb":196.10000038146973,"pageVisibility":"visible","entityId":87543,"key":"jira.project.issue.view-issue","isInitial":true,"threshold":1000,"elementTimings":{},"userDeviceMemory":8,"userDeviceProcessors":64,"apdex":1,"journeyId":"c222b8db-bddd-4ceb-82e2-e3a70bf05f58","navigationType":0,"readyForUser":882.9000005722046,"redirectCount":0,"resourceLoadedEnd":877.4000005722046,"resourceLoadedStart":201.80000019073486,"resourceTiming":[{"duration":9.600000381469727,"initiatorType":"link","name":"https://jira.mariadb.org/s/2c21342762a6a02add1c328bed317ffd-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/css/_super/batch.css","startTime":201.80000019073486,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":201.80000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":211.4000005722046,"responseStart":0,"secureConnectionStart":0},{"duration":9.699999809265137,"initiatorType":"link","name":"https://jira.mariadb.org/s/7ebd35e77e471bc30ff0eba799ebc151-CDN/lu2cib/820016/12ta74/2bf333562ca6724060a9d5f1535471f6/_/download/contextbatch/css/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":202.10000038146973,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":202.10000038146973,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":211.80000019073486,"responseStart":0,"secureConnectionStart":0},{"duration":67.30000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/0917945aaa57108d00c5076fea35e069-CDN/lu2cib/820016/12ta74/0a8bac35585be7fc6c9cc5a0464cd4cf/_/download/contextbatch/js/_super/batch.js?locale=en","startTime":202.30000019073486,"connectEnd":202.30000019073486,"connectStart":202.30000019073486,"domainLookupEnd":202.30000019073486,"domainLookupStart":202.30000019073486,"fetchStart":202.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":202.30000019073486,"responseEnd":269.6000003814697,"responseStart":269.6000003814697,"secureConnectionStart":202.30000019073486},{"duration":120.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/2d8175ec2fa4c816e8023260bd8c1786-CDN/lu2cib/820016/12ta74/2bf333562ca6724060a9d5f1535471f6/_/download/contextbatch/js/jira.browse.project,project.issue.navigator,jira.view.issue,jira.general,jira.global,atl.general,-_super/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":202.4000005722046,"connectEnd":202.4000005722046,"connectStart":202.4000005722046,"domainLookupEnd":202.4000005722046,"domainLookupStart":202.4000005722046,"fetchStart":202.4000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":202.4000005722046,"responseEnd":322.9000005722046,"responseStart":322.80000019073486,"secureConnectionStart":202.4000005722046},{"duration":123.90000057220459,"initiatorType":"script","name":"https://jira.mariadb.org/s/a9324d6758d385eb45c462685ad88f1d-CDN/lu2cib/820016/12ta74/c92c0caa9a024ae85b0ebdbed7fb4bd7/_/download/contextbatch/js/atl.global,-_super/batch.js?locale=en","startTime":202.69999980926514,"connectEnd":202.69999980926514,"connectStart":202.69999980926514,"domainLookupEnd":202.69999980926514,"domainLookupStart":202.69999980926514,"fetchStart":202.69999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":202.69999980926514,"responseEnd":326.6000003814697,"responseStart":326.6000003814697,"secureConnectionStart":202.69999980926514},{"duration":124.19999980926514,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-en/jira.webresources:calendar-en.js","startTime":202.9000005722046,"connectEnd":202.9000005722046,"connectStart":202.9000005722046,"domainLookupEnd":202.9000005722046,"domainLookupStart":202.9000005722046,"fetchStart":202.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":202.9000005722046,"responseEnd":327.1000003814697,"responseStart":327.1000003814697,"secureConnectionStart":202.9000005722046},{"duration":124.5,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:calendar-localisation-moment/jira.webresources:calendar-localisation-moment.js","startTime":203,"connectEnd":203,"connectStart":203,"domainLookupEnd":203,"domainLookupStart":203,"fetchStart":203,"redirectEnd":0,"redirectStart":0,"requestStart":203,"responseEnd":327.5,"responseStart":327.5,"secureConnectionStart":203},{"duration":208.4000005722046,"initiatorType":"link","name":"https://jira.mariadb.org/s/b04b06a02d1959df322d9cded3aeecc1-CDN/lu2cib/820016/12ta74/a2ff6aa845ffc9a1d22fe23d9ee791fc/_/download/contextbatch/css/jira.global.look-and-feel,-_super/batch.css","startTime":203.19999980926514,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":203.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":411.6000003814697,"responseStart":0,"secureConnectionStart":0},{"duration":124.60000038146973,"initiatorType":"script","name":"https://jira.mariadb.org/rest/api/1.0/shortcuts/820016/47140b6e0a9bc2e4913da06536125810/shortcuts.js?context=issuenavigation&context=issueaction","startTime":203.30000019073486,"connectEnd":203.30000019073486,"connectStart":203.30000019073486,"domainLookupEnd":203.30000019073486,"domainLookupStart":203.30000019073486,"fetchStart":203.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":203.30000019073486,"responseEnd":327.9000005722046,"responseStart":327.9000005722046,"secureConnectionStart":203.30000019073486},{"duration":208.19999980926514,"initiatorType":"link","name":"https://jira.mariadb.org/s/3ac36323ba5e4eb0af2aa7ac7211b4bb-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/css/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.css?jira.create.linked.issue=true","startTime":203.5,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":203.5,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":411.69999980926514,"responseStart":0,"secureConnectionStart":0},{"duration":124.80000019073486,"initiatorType":"script","name":"https://jira.mariadb.org/s/5d5e8fe91fbc506585e83ea3b62ccc4b-CDN/lu2cib/820016/12ta74/d176f0986478cc64f24226b3d20c140d/_/download/contextbatch/js/com.atlassian.jira.projects.sidebar.init,-_super,-project.issue.navigator,-jira.view.issue/batch.js?jira.create.linked.issue=true&locale=en","startTime":203.60000038146973,"connectEnd":203.60000038146973,"connectStart":203.60000038146973,"domainLookupEnd":203.60000038146973,"domainLookupStart":203.60000038146973,"fetchStart":203.60000038146973,"redirectEnd":0,"redirectStart":0,"requestStart":203.60000038146973,"responseEnd":328.4000005722046,"responseStart":328.4000005722046,"secureConnectionStart":203.60000038146973},{"duration":400.1000003814697,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-js/jira.webresources:bigpipe-js.js","startTime":204.5,"connectEnd":204.5,"connectStart":204.5,"domainLookupEnd":204.5,"domainLookupStart":204.5,"fetchStart":204.5,"redirectEnd":0,"redirectStart":0,"requestStart":204.5,"responseEnd":604.6000003814697,"responseStart":604.6000003814697,"secureConnectionStart":204.5},{"duration":519.4000005722046,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/1.0/_/download/batch/jira.webresources:bigpipe-init/jira.webresources:bigpipe-init.js","startTime":209.19999980926514,"connectEnd":209.19999980926514,"connectStart":209.19999980926514,"domainLookupEnd":209.19999980926514,"domainLookupStart":209.19999980926514,"fetchStart":209.19999980926514,"redirectEnd":0,"redirectStart":0,"requestStart":209.19999980926514,"responseEnd":728.6000003814697,"responseStart":728.6000003814697,"secureConnectionStart":209.19999980926514},{"duration":181.60000038146973,"initiatorType":"xmlhttprequest","name":"https://jira.mariadb.org/rest/webResources/1.0/resources","startTime":423.30000019073486,"connectEnd":423.30000019073486,"connectStart":423.30000019073486,"domainLookupEnd":423.30000019073486,"domainLookupStart":423.30000019073486,"fetchStart":423.30000019073486,"redirectEnd":0,"redirectStart":0,"requestStart":423.30000019073486,"responseEnd":604.9000005722046,"responseStart":604.9000005722046,"secureConnectionStart":423.30000019073486},{"duration":79.5,"initiatorType":"link","name":"https://jira.mariadb.org/s/d5715adaadd168a9002b108b2b039b50-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/css/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.css?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":698,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":698,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":777.5,"responseStart":0,"secureConnectionStart":0},{"duration":173.39999961853027,"initiatorType":"script","name":"https://jira.mariadb.org/s/d41d8cd98f00b204e9800998ecf8427e-CDN/lu2cib/820016/12ta74/e65b778d185daf5aee24936755b43da6/_/download/contextbatch/js/browser-metrics-plugin.contrib,-_super,-project.issue.navigator,-jira.view.issue,-atl.general/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&slack-enabled=true","startTime":698.9000005722046,"connectEnd":698.9000005722046,"connectStart":698.9000005722046,"domainLookupEnd":698.9000005722046,"domainLookupStart":698.9000005722046,"fetchStart":698.9000005722046,"redirectEnd":0,"redirectStart":0,"requestStart":698.9000005722046,"responseEnd":872.3000001907349,"responseStart":872.3000001907349,"secureConnectionStart":698.9000005722046},{"duration":178.10000038146973,"initiatorType":"script","name":"https://jira.mariadb.org/s/097ae97cb8fbec7d6ea4bbb1f26955b9-CDN/lu2cib/820016/12ta74/be4b45e9cec53099498fa61c8b7acba4/_/download/contextbatch/js/jira.project.sidebar,-_super,-project.issue.navigator,-jira.general,-jira.browse.project,-jira.view.issue,-jira.global,-atl.general,-com.atlassian.jira.projects.sidebar.init/batch.js?agile_global_admin_condition=true&jag=true&jira.create.linked.issue=true&locale=en&slack-enabled=true","startTime":699.3000001907349,"connectEnd":699.3000001907349,"connectStart":699.3000001907349,"domainLookupEnd":699.3000001907349,"domainLookupStart":699.3000001907349,"fetchStart":699.3000001907349,"redirectEnd":0,"redirectStart":0,"requestStart":699.3000001907349,"responseEnd":877.4000005722046,"responseStart":877.4000005722046,"secureConnectionStart":699.3000001907349},{"duration":153,"initiatorType":"script","name":"https://www.google-analytics.com/analytics.js","startTime":777,"connectEnd":0,"connectStart":0,"domainLookupEnd":0,"domainLookupStart":0,"fetchStart":777,"redirectEnd":0,"redirectStart":0,"requestStart":0,"responseEnd":930,"responseStart":0,"secureConnectionStart":0}],"fetchStart":0,"domainLookupStart":0,"domainLookupEnd":0,"connectStart":0,"connectEnd":0,"requestStart":23,"responseStart":196,"responseEnd":203,"domLoading":200,"domInteractive":976,"domContentLoadedEventStart":976,"domContentLoadedEventEnd":1038,"domComplete":1353,"loadEventStart":1353,"loadEventEnd":1354,"userAgent":"Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)","marks":[{"name":"bigPipe.sidebar-id.start","time":933.1999998092651},{"name":"bigPipe.sidebar-id.end","time":933.9000005722046},{"name":"bigPipe.activity-panel-pipe-id.start","time":934.1000003814697},{"name":"bigPipe.activity-panel-pipe-id.end","time":937.6000003814697},{"name":"activityTabFullyLoaded","time":1055.9000005722046}],"measures":[],"correlationId":"8f5b3ccac506c7","effectiveType":"4g","downlink":10,"rtt":0,"serverDuration":102,"dbReadsTimeInMs":13,"dbConnsTimeInMs":20,"applicationHash":"9d11dbea5f4be3d4cc21f03a88dd11d8c8687422","experiments":[]}}
We have, what appears to be, encountered a similar problem with a single node installation of mariadb 10.3.22 on a Debian 10 server.
After what appeared to be a clean shutdown, mariadb refused to start. The shutdown and first failed start looked like this in the log:
2020-07-17 10:32:56 0 [Note] InnoDB: Starting shutdown...
2020-07-17 10:32:56 0 [Note] InnoDB: Dumping buffer pool(s) to /var/lib/mysql/ib_buffer_pool
2020-07-17 10:32:56 0 [Note] InnoDB: Instance 0, restricted to 2047 pages due to innodb_buf_pool_dump_pct=25
2020-07-17 10:32:56 0 [Note] InnoDB: Buffer pool(s) dump completed at 200717 10:32:56
2020-07-17 10:32:59 0 [Note] InnoDB: Shutdown completed; log sequence number 41371175619; transaction id 218033773
2020-07-17 10:32:59 0 [Note] InnoDB: Removed temporary tablespace data file: "ibtmp1"
2020-07-17 10:32:59 0 [Note] /usr/sbin/mysqld: Shutdown complete
2020-07-17 11:37:23 0 [Note] Using unique option prefix 'myisam-recover' is error-prone and can break in the future. Please use the full name 'myisam-recover-options' instead.
2020-07-17 11:37:25 0 [Note] InnoDB: Using Linux native AIO
2020-07-17 11:37:25 0 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2020-07-17 11:37:25 0 [Note] InnoDB: Uses event mutexes
2020-07-17 11:37:25 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
2020-07-17 11:37:25 0 [Note] InnoDB: Number of pools: 1
2020-07-17 11:37:25 0 [Note] InnoDB: Using generic crc32 instructions
2020-07-17 11:37:25 0 [Note] InnoDB: Initializing buffer pool, total size = 128M, instances = 1, chunk size = 128M
2020-07-17 11:37:26 0 [Note] InnoDB: Completed initialization of buffer pool
2020-07-17 11:37:26 0 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority().
2020-07-17 11:37:31 0 [Note] InnoDB: 128 out of 128 rollback segments are active.
2020-07-17 11:37:31 0 [Note] InnoDB: Creating shared tablespace for temporary tables
2020-07-17 11:37:31 0 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ...
2020-07-17 11:37:31 0 [Note] InnoDB: File './ibtmp1' size is now 12 MB.
2020-07-17 11:37:31 0 [Note] InnoDB: Waiting for purge to start
2020-07-17 11:37:31 0 [Note] InnoDB: 10.3.22 started; log sequence number 41371175619; transaction id 218033775
2020-07-17 11:37:31 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
2020-07-17 11:37:31 0 [Note] Plugin 'FEEDBACK' is disabled.
2020-07-17 11:37:32 0xdc002b40 InnoDB: Assertion failure in file /build/mariadb-10.3-PCCNAU/mariadb-10.3-10.3.22/storage/innobase/rem/rem0rec.cc line 815
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: https://mariadb.com/kb/en/library/innodb-recovery-modes/
InnoDB: about forcing recovery.
200717 11:37:32 [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.3.22-MariaDB-0+deb10u1-log
key_buffer_size=16777216
read_buffer_size=131072
max_used_connections=0
max_threads=202
thread_count=6
It is possible that mysqld could use up to
key_buffer_size + (read_buffer_size + sort_buffer_size)*max_threads = 458822 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 0x30000
/usr/sbin/mysqld(my_print_stacktrace+0x28)[0x570fa1d8]
/usr/sbin/mysqld(handle_fatal_signal+0x557)[0x56be0507]
addr2line: 'linux-gate.so.1': No such file
linux-gate.so.1(__kernel_sigreturn+0x0)[0xf7f52080]
linux-gate.so.1(__kernel_vsyscall+0x9)[0xf7f52069]
/lib/i386-linux-gnu/libc.so.6(gsignal+0xc2)[0xf792b382]
/lib/i386-linux-gnu/libc.so.6(abort+0xf0)[0xf79152b6]
2020-07-17 11:37:36 0 [Note] Server socket created on IP: '0.0.0.0'.
/usr/sbin/mysqld(+0x2a24c2)[0x568f14c2]
/usr/sbin/mysqld(+0x2868a8)[0x568d58a8]
/usr/sbin/mysqld(+0x787364)[0x56dd6364]
/usr/sbin/mysqld(+0x74c317)[0x56d9b317]
/usr/sbin/mysqld(+0x7529b2)[0x56da19b2]
/usr/sbin/mysqld(+0x874d5b)[0x56ec3d5b]
/usr/sbin/mysqld(+0x8c763b)[0x56f1663b]
/usr/sbin/mysqld(+0x800d59)[0x56e4fd59]
/lib/i386-linux-gnu/libpthread.so.0(+0x6fd2)[0xf7f11fd2]
i386/clone.S:110(clone)[0xf79f66d6]
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...
Working directory at /var/lib/mysql
Resource Limits:
Fatal signal 11 while backtracing
However, the server was able to recover with innodb_force_recovery set to 4.