czy006 commented on code in PR #3457:
URL: https://github.com/apache/amoro/pull/3457#discussion_r2000088696
##########
amoro-ams/src/main/java/org/apache/amoro/server/AmoroManagementConf.java:
##########
@@ -380,6 +380,12 @@ public class AmoroManagementConf {
.defaultValue(Duration.ofSeconds(3))
.withDescription("Optimizer polling task timeout.");
+ public static final ConfigOption<Duration> OPTIMIZING_REFRESH_GROUP_INTERVAL
=
+ ConfigOptions.key("self-optimizing.refresh-group-interval")
+ .durationType()
+ .defaultValue(Duration.ofSeconds(30))
+ .withDescription("Optimizer group refresh interval.");
+
Review Comment:
Do we need to add this configuration to the Helm chart and configuration
document (in the next PR)?
--
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]