mcvsubbu commented on a change in pull request #3644: Split ValidationManager duties into separate ControllerPeriodicTasks URL: https://github.com/apache/incubator-pinot/pull/3644#discussion_r245797842
########## File path: pinot-controller/src/main/java/com/linkedin/pinot/controller/ControllerConf.java ########## @@ -51,15 +51,42 @@ private static final String CONSOLE_WEBAPP_ROOT_PATH = "controller.query.console"; private static final String CONSOLE_WEBAPP_USE_HTTPS = "controller.query.console.useHttps"; private static final String EXTERNAL_VIEW_ONLINE_TO_OFFLINE_TIMEOUT = "controller.upload.onlineToOfflineTimeout"; - private static final String RETENTION_MANAGER_FREQUENCY_IN_SECONDS = "controller.retention.frequencyInSeconds"; - private static final String VALIDATION_MANAGER_FREQUENCY_IN_SECONDS = "controller.validation.frequencyInSeconds"; Review comment: rename to DEPRECATED_VALIDATION_MANAGER_FREQUENCY_IN_SECONDS ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
