[MDEV-27682] Bundled wsrep_notify.sh causes mariadbd to freeze during start Created: 2022-01-30 Updated: 2022-11-22 Resolved: 2022-10-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera SST |
| Affects Version/s: | 10.5.12 |
| Fix Version/s: | 10.3.37, 10.4.27, 10.5.18, 10.6.11, 10.7.7, 10.8.6, 10.9.4, 10.10.2, 10.11.1 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Michal Kozlowski | Assignee: | Julius Goryavsky |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Environment: |
Debian 11 5.10.0-11-amd64 #1 SMP Debian 5.10.92-1 (2022-01-18) x86_64 GNU/Linux |
||
| Attachments: |
|
| Description |
|
starting with galera_new_cluster stuck at this point
There are connection errors in error.log on every attempt to execute wsrep_notify.sh
But: Config I'm running:
|
| Comments |
| Comment by Nilnandan Joshi [ 2022-04-05 ] | ||||||||||||||||||||||||||||||||||||||
|
I'm facing almost same issue. When I use wsrep_notify_cmd=/home/mh/instances/10508/wsrep_notify.sh in my.cnf and try to bootstrap very first node, it's getting started but hanging.
Even I can't login to server.
I've created user like below, add details into wsrep_notify.sh script something like below
My script has below changes. (I have created neel@localhost user at MariaDB server)
| ||||||||||||||||||||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2022-09-28 ] | ||||||||||||||||||||||||||||||||||||||
|
ok to push | ||||||||||||||||||||||||||||||||||||||
| Comment by Julius Goryavsky [ 2022-10-04 ] | ||||||||||||||||||||||||||||||||||||||
|
Fixed, https://github.com/MariaDB/server/commit/19f0b96d53dec47d7b8680c44997afba2ed7431e | ||||||||||||||||||||||||||||||||||||||
| Comment by Marko Mäkelä [ 2022-10-06 ] | ||||||||||||||||||||||||||||||||||||||
|
sysprg, this patch caused conflicts on merge to 10.4, and the test galera.galera_var_notify_ssl_ipv6 started to hang in both local environments where I tested it. Also, some test (name unknown, but hopefully it is that one) started to hang on several buildbot workers. Please fix. In the future, please provide branches for newer versions if there are conflicts. 10.3 uses Galera 3 and newer versions use Galera 4. That can make a huge difference. |