wernerdv commented on code in PR #12614:
URL: https://github.com/apache/ignite/pull/12614#discussion_r2681198100
##########
modules/core/src/main/java/org/apache/ignite/internal/managers/discovery/GridDiscoveryManager.java:
##########
@@ -1383,6 +1393,21 @@ private void checkAttributes(Iterable<ClusterNode>
nodes) throws IgniteCheckedEx
", locNodeId=" + locNode.id() + ", rmtNode=" +
U.toShortString(n) + "]");
}
}
+
+ WALMode rmtWalMode = n.attribute(ATTR_WAL_MODE);
+
+ if (locWalMode != rmtWalMode) {
+ throw new IgniteCheckedException("WAL mode validation failed.
" +
+ " Local node(locNodeAddrs=" +
U.addressesAsString(locNode) +
Review Comment:
Required indent is 4 characters, currently it is 8.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]