Jackie-Jiang commented on code in PR #15257: URL: https://github.com/apache/pinot/pull/15257#discussion_r2006623788
########## pinot-controller/src/main/java/org/apache/pinot/controller/ControllerConf.java: ########## @@ -344,6 +346,9 @@ private static long getRandomInitialDelayInSeconds() { private static final long DEFAULT_RESOURCE_UTILIZATION_CHECKER_INITIAL_DELAY = 300L; // 5 minutes private static final long DEFAULT_RESOURCE_UTILIZATION_CHECKER_FREQUENCY = 300L; // 5 minutes private static final boolean DEFAULT_ENABLE_BATCH_MESSAGE_MODE = false; + private static final boolean DEFAULT_ENABLE_HYBRID_TABLE_RETENTION_STRATEGY = false; + // Disallow any high level consumer (HLC) table + private static final boolean DEFAULT_ALLOW_HLC_TABLES = false; Review Comment: Revert ```suggestion ``` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org