sd4324530 commented on code in PR #2279:
URL: https://github.com/apache/fluss/pull/2279#discussion_r2667412483


##########
fluss-server/src/main/java/org/apache/fluss/server/DynamicConfigManager.java:
##########
@@ -133,7 +133,7 @@ private void prepareIncrementalConfigs(
                     if (!dynamicServerConfig.isAllowedConfig(configPropName)) {
                         throw new ConfigException(
                                 String.format(
-                                        "The config key %s is not allowed to 
be changed dynamically.",
+                                        "The config key %s is not allowed to 
be changed dynamically or invalid (non-existent).",
                                         configPropName));

Review Comment:
   @platinumhamburg Okay, I think this issue might require a design adjustment 
to `DynamicConfigManager.alterConfigs`.



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