Maxim Pankovich created IGNITE-27473:
----------------------------------------
Summary: Add WALMode consistency validation when node joins cluster
Key: IGNITE-27473
URL: https://issues.apache.org/jira/browse/IGNITE-27473
Project: Ignite
Issue Type: Improvement
Components: persistence
Reporter: Maxim Pankovich
Assignee: Maxim Pankovich
Currently, when a node joins cluster, there is no validation that
{code:java}
IgniteConfiguration#DataStorageConfiguration#WalMode{code}
is the same as on other nodes. This can lead to hard-to-detect problems,
especially with persistence and recovery.
We must validate WalMode before joining cluster
--
This message was sent by Atlassian Jira
(v8.20.10#820010)