Details
-
New Feature
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
6.1.1
-
None
-
2021-15, 2021-16, 2021-17
Description
There are known customer installations that don't use shared storage so failover mechanism might break such clusters.
There must be a knob in cmapi configuration file to disable failover facility if needed.
New
Changes has been made:
- add application section with auto_failover = False parameter to default cmapi_server.conf
- failover now is turned off by default even if there are no "application" section or no auto_failover parameter exist in cmapi_server.conf
- failover has now three different logical states:
- turned off - no failover thread started. To turn it on set auto_failover=True in application section of cmapi_server.conf file of each node and restart cmapi.
- turned on and inactive - there are failover thread but it doesn't work. It becomes active automatically if nodes count >= 3
- turned on and active - there are an active failover thread and it is activated. Can be deactivated automatically if nodes_count < 3
Guys,
1. I tend to agree that default file section created at new install should be empty
2. Let's go back to Test4 failed in https://jira.mariadb.org/browse/MCOL-4939?focusedCommentId=219832&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-219832
I am trying to repro myself, but inconclusive so far..
dleeyh and toddstoffel
Besides the discrepancy between MCS and MXS in respect to master node choice , what issues with DDL/DML update do we observe ?
Please list what has been found. My understanding is that Maxscale will direct updates to PM2.
Also Daniel , for whatever symptoms we see , please confirm in which old release we did not see them
alan.mologorsky drrtuy gdorman FYI