Phillippko commented on code in PR #5166:
URL: https://github.com/apache/ignite-3/pull/5166#discussion_r1940996584


##########
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/storage/ConfigurationStorage.java:
##########
@@ -87,4 +90,10 @@ public interface ConfigurationStorage extends 
ManuallyCloseable {
      */
     @Override
     void close();
+
+    /** Validate that there are no duplicates in the stored configuration. */
+    default Collection<ValidationIssue> validateDuplicates() {

Review Comment:
   Not sure about this, maybe we should validate duplicates in in 
LocalFileConfigurationStorage.readDataOnRecovery. But then user won't receive 
other validation issues until duplicated keys are removed



-- 
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]

Reply via email to