Bug #81818 | Mysqld crash | ||
---|---|---|---|
Submitted: | 11 Jun 2016 21:09 | Modified: | 18 Nov 2018 10:34 |
Reporter: | Arjan Franzen | Email Updates: | |
Status: | Can't repeat | Impact on me: | |
Category: | MySQL Server: InnoDB storage engine | Severity: | S1 (Critical) |
Version: | 5.7.12 | OS: | Ubuntu (xenial) |
Assigned to: | CPU Architecture: | Any | |
Tags: | docker ubuntu xenial |
[11 Jun 2016 21:09]
Arjan Franzen
[11 Jun 2016 21:10]
Arjan Franzen
Full crashdump
Attachment: crash.txt (text/plain), 20.01 KiB.
[11 Jun 2016 21:16]
Arjan Franzen
RecoveryFails too
Attachment: recoveryfail.txt (text/plain), 6.41 KiB.
[12 Jun 2016 11:40]
Hartmut Holzgraefe
Duplicate of fixed Bug #74596? => https://bugs.mysql.com/74596
[15 Jun 2016 8:46]
MySQL Verification Team
Hello Arjan Franzen, Thank you for the report. I tried to reproduce on 5.7.13(with conf, linkbench from Bug #74596) but still no sign of the crash even after running for ~12hr's. Any chance you can provide MySQL conf file from your environment, and most importantly repeatable test case if any so that we can reproduce the issue at our end? Please mark it as private after posting here. Thanks, Umesh
[15 Jun 2016 14:37]
Arjan Franzen
Hi, thanks for the follow-up and testing. Essentially it's a 12Gig SQL file that consistently crashes on docker mysql:5.6 and mysql:5.7 (9Gig into the import). I was able to restore the entire SQL using docker and the mysql:5.5 image: no crash I'll provide the (standard) mysqlconfig that Docker uses inside the image. (5.7)
[15 Jun 2016 15:00]
Arjan Franzen
my.cnf # Copyright (c) 2014, 2015, Oracle and/or its affiliates. All rights reserved. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; version 2 of the License. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA # # The MySQL Community Server configuration file. # # For explanations see # http://dev.mysql.com/doc/mysql/en/server-system-variables.html [client] port = 3306 socket = /var/run/mysqld/mysqld.sock [mysqld_safe] pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock nice = 0 [mysqld] skip-host-cache skip-name-resolve user = mysql pid-file = /var/run/mysqld/mysqld.pid socket = /var/run/mysqld/mysqld.sock port = 3306 basedir = /usr datadir = /var/lib/mysql tmpdir = /tmp lc-messages-dir = /usr/share/mysql explicit_defaults_for_timestamp # Instead of skip-networking the default is now to listen only on # localhost which is more compatible and is not less secure. #bind-address = 127.0.0.1 #log-error = /var/log/mysql/error.log # Disabling symbolic-links is recommended to prevent assorted security risks symbolic-links=0 # * IMPORTANT: Additional settings that can override those from this file! # The files must end with '.cnf', otherwise they'll be ignored. # !includedir /etc/mysql/conf.d/
[15 Jun 2016 15:09]
MySQL Verification Team
what we also need is : SHOW CREATE TABLE stocklevels ;
[15 Jun 2016 18:40]
Arjan Franzen
trusty64 MysqlDocker57 crash
Attachment: trustycrash57.json (application/octet-stream, text), 87.74 KiB.
[15 Jun 2016 19:21]
Arjan Franzen
for stocklevel create table; I'm happy to send it directly, please reach out via mail (or other) thanks
[16 Jun 2016 12:46]
MySQL Verification Team
Thank you, Arjan Franzen for the conf files. I'm still not seeing the issue with provided conf file(imho, no special settings and all defaults.) and after loading >118G data. As my colleague Shane mentioned, we need the exact table as well. I would suggest you to post here and mark your comment as private(hide comment from public for the comment option) or alternatively, please see the other options available in http://bugs.mysql.com/bug.php?id=81818&files=1 Thanks, Umesh
[18 Nov 2018 10:34]
MySQL Verification Team
sorry, i could never repeat this in tests. If it's still repeatable on a different system with 5.7.24 or 8.0.13, let us know