saurabhd336 commented on code in PR #8828: URL: https://github.com/apache/pinot/pull/8828#discussion_r930666999
########## pinot-spi/src/main/java/org/apache/pinot/spi/utils/CommonConstants.java: ########## @@ -557,6 +557,23 @@ public static class Minion { public static final String CONFIG_OF_MINION_QUERY_REWRITER_CLASS_NAMES = "pinot.minion.query.rewriter.class.names"; } + public static class ControllerJob { + /** + * Task ZK props + */ + public static final String CONTROLLER_JOB_TYPE = "controller.job.type"; + public static final String CONTROLLER_JOB_TABLE_NAME_WITH_TYPE = "controller.job.table.name"; + public static final String CONTROLLER_JOB_ID = "controller.job.id"; + public static final String CONTROLLER_JOB_SUBMISSION_TIME = "controller.job.submission.time"; + public static final String CONTROLLER_JOB_MESSAGES_COUNT = "controller.job.messages.count"; + + /** + * Segment reload task ZK props + */ + public static final Integer MAXIMUM_RELOAD_JOBS_IN_ZK = 100; Review Comment: Ack -- 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