[MDEV-15691] mariadb.service entered failed mode after power down/up event Created: 2018-03-27 Updated: 2019-12-12 Resolved: 2019-12-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Server |
| Affects Version/s: | 10.3.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Zdravelina Sokolovska (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | systemd | ||
| Environment: |
CentOS 7.4. |
||
| Attachments: |
|
| Description |
|
mariadb.service entered failed mode after power down/up event galera cluster was powered down /up after power supply problem note: cluster was in synced state before the power down
|
| Comments |
| Comment by Mario Karuza (Inactive) [ 2018-06-21 ] |
|
Cluster consists of 4 nodes: 1 - 192.168.104.191, 2 - 192.168.104.193, 3 - 192.168.104.195, 4 - 192.168.104.196: Node 3 ( 192.168.104.195 ) after non graceful restart comes alive, preservers gvwstate.dat. At this point it will try to connect to other nodes. It is only successful to connecting to node 4 ( 192.168.104.196 ). Since both of these 2 nodes are not responsible to create new PRIMARY component, they wait for other nodes to join. It is required that either all of the members of the previous primary component appear online or otherwise the wait times out. This is expected behavior. |
| Comment by Zdravelina Sokolovska (Inactive) [ 2018-10-05 ] |
|
the problem is actually that power down, power up occurred for all nodes, node1 was used also for loaded balancer and was wsrep excluded before. |