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


##########
modules/configuration/src/main/java/org/apache/ignite/internal/configuration/util/ConfigurationFlattener.java:
##########
@@ -126,6 +139,12 @@ public Void doVisitLeafNode(Field field, String key, 
Serializable newVal) {
                 resMap.put(currentKey(), deletion ? null : newVal);
             }
 
+            processLegacyPaths(new ArrayList<>(), (legacyKey, newKey) -> {

Review Comment:
   We should call it only for leaf nodes, to process all legacy paths that lead 
to this leaf



-- 
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: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to