[MDEV-4830] Isolation / Rejoin instability using MariaDb and Galera Created: 2013-08-01 Updated: 2017-09-25 Resolved: 2017-09-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera |
| Affects Version/s: | 5.5.29-galera |
| Fix Version/s: | 5.5.33a-galera |
| Type: | Bug | Priority: | Major |
| Reporter: | Stefano Simonelli (Inactive) | Assignee: | Seppo Jaakola |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera | ||
| Environment: |
|
||
| Attachments: |
|
| Description |
|
The tests consisted on successive stop/start and isolate/rejoin commands executed on 1 node, repeated 5-10 times. The stop/stat test went fine, but we have observed instability of the functionalities testing the isolate/rejoin, sometimes it works and sometimes it doesn’t. |
| Comments |
| Comment by Seppo Jaakola [ 2013-08-05 ] |
|
Setting wsrep_provider=none hangs in mariaDB build. Problem seems to be that closing slave applier thread does not broadcast COND_thread_count. Strange thing is that MySQL version works well, although the relevant code path seems to be identical. MySQL version bug is tracked here: https://bugs.launchpad.net/codership-mysql/+bug/1208493 |
| Comment by Seppo Jaakola [ 2013-08-05 ] |
|
Fix for MariaDB branch pushed in revision: http://bazaar.launchpad.net/~maria-captains/maria/maria-5.5-galera/revision/3410 |