somandal commented on code in PR #16856:
URL: https://github.com/apache/pinot/pull/16856#discussion_r2379788700
##########
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/periodictask/ControllerPeriodicTask.java:
##########
@@ -51,6 +51,7 @@ public abstract class ControllerPeriodicTask<C> extends
BasePeriodicTask {
protected final LeadControllerManager _leadControllerManager;
protected final ControllerMetrics _controllerMetrics;
protected Set<String> _prevLeaderOfTables = new HashSet<>();
+ public static final String RUN_SEGMENT_LEVEL_VALIDATION =
"runSegmentLevelValidation";
Review Comment:
nit: prefer having constants defined near the top after the LOGGER
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]