[MXS-4259] warning: [xpandmon] 'late' is an unknown sub-state for a Xpand node Created: 2022-08-25 Updated: 2022-08-29 Resolved: 2022-08-29 |
|
| Status: | Closed |
| Project: | MariaDB MaxScale |
| Component/s: | xpandmon |
| Affects Version/s: | 6.4.1 |
| Fix Version/s: | 6.4.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Manjinder Nijjar | Assignee: | Johan Wikman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Sprint: | MXS-SPRINT-165 |
| Description |
|
In upcoming Xpand release 6.1 (code name: Isolation Peak), we are making a change to node state. Objective of this feature is to reduce number of group changes when a node is added to the cluster or an existing node rejoins a cluster after recovering from a downtime. When a new node is added to the cluster (or when it rejoins), (in most cases but not all) there will not be any group change. A newly added node will join the cluster and will be marked as "Late" until next group change (i.e. hard group change). On a next group change, this node will move from 'Late' to 'Normal' sub-state. While in 'Late' state, its available for all incoming transactions. Late nodes do not participate in some aspects of the system (e.g. lock manager, sequence manager) however that should not affect Maxscale. This new sub state is unknown to maxscale and hence is unable to make sense of this and therefore throws an error. I see following in logs when I add a new node to already existing cluster. New node appears fine and accepts workload via maxscale without any issues.
On Xpand:
On Maxscale:
I am not sure how maxscale utilizes sub state from xpand but i did not see any impact of this on maxscale. In my opinion, We can safely ignore this sub-state and instead of Warning we should make it Info or simply not show it. |
| Comments |
| Comment by Johan Wikman [ 2022-08-26 ] |
|
Currently it's actually not used for anything, but merely collected. I'll add knowledge about that new state and for the future turn that warning into an info-level message. |