jadami10 commented on a change in pull request #7961: URL: https://github.com/apache/pinot/pull/7961#discussion_r777844734
########## File path: pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java ########## @@ -350,6 +350,10 @@ private CommonConstants() { public static final String CONFIG_OF_SHUTDOWN_RESOURCE_CHECK_INTERVAL_MS = "pinot.server.shutdown.resourceCheckIntervalMs"; public static final long DEFAULT_SHUTDOWN_RESOURCE_CHECK_INTERVAL_MS = 10_000L; + public static final String CONFIG_OF_STARTUP_ENABLE_TEMP_CLEANUP = + "pinot.server.startup.enablePeriodicTasks"; Review comment: good catch! this is leftover from when I implemented this as a periodic task rather than running once on startup -- 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