adityamukho commented on code in PR #6549:
URL: https://github.com/apache/ignite-3/pull/6549#discussion_r2321384129
##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/raft/ValidationResult.java:
##########
@@ -25,23 +25,32 @@
public class ValidationResult {
@Nullable
private final String errorDescription;
+ private final boolean userError;
Review Comment:
It is intended to handle the broad case of all user errors. This PR treats a
specific type of misconfiguration as a user error. Please see my [earlier
comment](https://github.com/apache/ignite-3/pull/6549/files#r2321298710)
##########
modules/cluster-management/src/main/java/org/apache/ignite/internal/cluster/management/raft/ValidationResult.java:
##########
@@ -25,23 +25,32 @@
public class ValidationResult {
@Nullable
private final String errorDescription;
+ private final boolean userError;
Review Comment:
It is intended to handle the broad case of all user errors. This PR treats a
specific type of misconfiguration as a user error. Please see my [earlier
comment](https://github.com/apache/ignite-3/pull/6549/files#r2321298710).
--
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]