MXS-1335: Disable root_node_as_master by default
Enabling the option hinders the use of maintenance mode with the root master node in most use-cases. This behavior occurs due to the fact that the maintenance mode causes a server to be treted as if it was down. The Galera monitor waits for the cluster to reorganize before assigning a new master node. This is correct (but very unexpected) behavior for single instance use-cases.
This commit is contained in:
@ -65,8 +65,9 @@ use_priority=true
|
||||
### `root_node_as_master`
|
||||
|
||||
This option controls whether the write master Galera node requires a
|
||||
_wsrep_local_index_ value of 0. This option is enabled by default and was
|
||||
introduced in MaxScale 2.1.0.
|
||||
_wsrep_local_index_ value of 0. This option was introduced in MaxScale 2.1.0 and
|
||||
it is disabled by default in versions 2.1.5 and newer. In versions 2.1.4 and
|
||||
older, the option was enabled by default.
|
||||
|
||||
A Galera cluster will always have a node which has a _wsrep_local_index_ value
|
||||
of 0. Based on this information, multiple MaxScale instances can always pick the
|
||||
|
Reference in New Issue
Block a user