[MDEV-20928] Galera test failure on galera.galera_var_innodb_disallow_writes: Result length mismatch Created: 2019-10-30 Updated: 2020-07-27 Resolved: 2020-07-24 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Tests |
| Affects Version/s: | 10.3.21, 10.4.9 |
| Fix Version/s: | 10.2.33, 10.3.24, 10.4.14, 10.5.5 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Stepan Patryshev (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
OS: CentOS Linux release 7.6.1810 (Core). TestTarball_2 rhel-8. |
||
| Attachments: |
|
| Description |
|
It sporadically fails on bb and local suite runs. MariaDB Version 10.4.9-MariaDB-debug: Repository: MariaDB/server; branch 10.4; Revision 9afbb1069ab4178741b76adefacd3f6a0ed51369; debug built from sources. Galera lib 26.4.3(r4535): Repository: MariaDB/galera; branch mariadb-4.x; Revision 752664dc3c7065d8e0c73ac99d0028a5f84eb250; debug built from sources. Run:
stdout.log (the whole file is attached: 191029_HDD_stdout.log mysqltest: Result length mismatch
See also other logs attached: 191030_galera_var_innodb_disallow_writes.zip |
| Comments |
| Comment by Stepan Patryshev (Inactive) [ 2020-01-15 ] | ||||||||||||||||||||||||||||||
|
It also sporadically fails on Azure.
| ||||||||||||||||||||||||||||||
| Comment by Stepan Patryshev (Inactive) [ 2020-01-15 ] | ||||||||||||||||||||||||||||||
|
Increased the priority since it failed on Azure. | ||||||||||||||||||||||||||||||
| Comment by Seppo Jaakola [ 2020-06-26 ] | ||||||||||||||||||||||||||||||
|
This test can end up in mutex deadlock between innodb background threads and two test connection thread executions: 2020-06-18 15:37:20 0 [Warning] InnoDB: A long semaphore wait: 1. test connection processing INSERT, hangs 2. test connection processing SELECT, hangs: 3. innodb background thread hangs: 4. another innodb background threads hangs for the actual innodb_disallow_writes block: | ||||||||||||||||||||||||||||||
| Comment by Seppo Jaakola [ 2020-06-26 ] | ||||||||||||||||||||||||||||||
|
a PR proposal to fix this will be submitted soon'ish, it contains test logic refactoring | ||||||||||||||||||||||||||||||
| Comment by Seppo Jaakola [ 2020-07-02 ] | ||||||||||||||||||||||||||||||
|
a PR was submitted | ||||||||||||||||||||||||||||||
| Comment by Seppo Jaakola [ 2020-07-02 ] | ||||||||||||||||||||||||||||||
|
note: the test was not enabled as part of the PR, it probably should be enabled if PR passes reviews |