[MDEV-32178] MariaDB crashed with mysqld got signal 11 Created: 2023-09-15 Updated: 2024-01-23 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 10.7, 10.11.5 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical |
| Reporter: | mansi dadheech | Assignee: | Marko Mäkelä |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Master-Slave Replication between 3 nodes. Have 2 Masters and 1 Slave in MMM cluster. [root@DB1~]# cat /etc/os-release REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" [root@DB1~]# free -mh Disk: |
||
| Attachments: |
|
| Description |
|
Our environment have three DB replication cluster including 2 master nodes and 1 slave. [When writer points to 1st database 2nd one will behave like a slave]. But after doing those changes we are still facing these crashes on production nodes.
Logs during the crash are like:
Main issue is, after crashing it writes in log that cores are generating but we are not able to find the core file as well.
|
| Comments |
| Comment by Alice Sherepa [ 2023-09-15 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Is it possible for you to try a more recent MariaDb version - (10.7 is EOL) ? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by mansi dadheech [ 2023-09-18 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Is there any other workaround? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Alice Sherepa [ 2023-09-18 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
It is hard to guess without the proper way to repeat the crash. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by mansi dadheech [ 2023-09-20 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Yes it is repeatable on both master and slave. my.cnf has already been attached. Core is already enabled but it is not able to generate. And is this issue similar to this one? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by mansi dadheech [ 2023-09-21 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
As per the official document optimizer_switch='index_condition_pushdown=off' has a performance impact. Can it be used in production system? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by mansi dadheech [ 2023-09-25 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Any update on this, please? | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2023-09-28 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Yes, it can. But as you'll disable an optimization strategy, queries might become slower. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2023-09-28 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
10.7 has reached EOL, there will be no more 10.7 releases. Any bug you have hit in 10.7 can only be fixed in 10.10 or a later version. If you can repeat this but in a non-EOL-ed release, please, add a comment here and we'll reopen the issue. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by mansi dadheech [ 2024-01-18 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hello, Again, we have faced this issue with a different error in mysqld logs. As suggested we have changed innodb_flush_method to fsync. We are getting this issue on both versions of MariaDB [10.7.8 and 10.11.5]. If this was a bug in 10.7.x versions it should be fixed in the 10.11.x versions. Got the following issue in both the versions: In 10.7.8:
In 10.11.5
PFA my.cnf of both the versions. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by mansi dadheech [ 2024-01-23 ] | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Hello @Marko Mäkelä, Any update on this issue? Thanks |