[MDEV-21718] mysqld crash Created: 2020-02-12 Updated: 2020-07-24 Resolved: 2020-07-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Tests |
| Affects Version/s: | 10.4.11, 10.4.12, 10.4.13 |
| Fix Version/s: | 10.4.14, 10.5.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kent Hoover | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | crash | ||
| Environment: |
|
||
| Attachments: |
|
| Description |
|
Hosts in this cluster are occasionally crashing, with this message each time. Here's what got written to our mysql-error.log ... mysqld: /home/buildbot/buildbot/padding_for_CPACK_RPM_BUILD_SOURCE_DIRS_PREFIX/mariadb-10.4.11/wsrep-lib/src/client_state.cpp:121: int wsrep::client_state::before_command(): Assertion `server_state_.rollback_mode() == wsrep::server_state::rm_async' failed. 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 Server version: 10.4.11-MariaDB Thread pointer: 0x7f113c0c73b8
|
| Comments |
| Comment by Elena Stepanova [ 2020-02-12 ] |
|
khoov, what did you mean by setting the label `buildbot`? Have you seen it happen in MariaDB buildbot? Or in your buildbot? Or in someone else's? |
| Comment by Kent Hoover [ 2020-02-12 ] |
|
Hi, Elena: Thanks, |
| Comment by Kent Hoover [ 2020-06-25 ] |
|
Hello, Elena: Any update/progress regarding this error... We've upgraded this environment to 10.4.12, and are still encountering this crash. Thanks, |
| Comment by Robert Klikics [ 2020-07-21 ] |
|
Hi, we're experiencing the same issue with 10.4.13. Any news on this? |
| Comment by Kent Hoover [ 2020-07-22 ] |
|
I upgraded my site to 10.4.13/galera-4-26.4.4-1 , still experiencing these occasional crashes. Typically, mysqld dies on 2 of my 3 servers, with the WSREP complaint about the failed assertion. The surviving host refuses updates at that point. Any updates? Thanks, |
| Comment by Kent Hoover [ 2020-07-22 ] |
|
This Percona bug [ https://jira.percona.com/browse/PXC-2935 ] (recently fixed) looks the same as this one . |
| Comment by Kent Hoover [ 2020-07-23 ] |
|
Thanks, Jan and Teemu for digging in... Question: If this does match the Percona case, is it reasonable that we could work around this by changing configuration from pool-of-threads to one-thread-per-connection (as long as our application can tolerate the effect of this change)? Cheers, |
| Comment by Teemu Ollakka [ 2020-07-23 ] |
|
Hi, It looks that changing to one-thread-per-connection should make this crash to go away.
|
| Comment by Kent Hoover [ 2020-07-23 ] |
|
Thanks for the quick reply, Teemu. Kent |