suddendust commented on code in PR #12000:
URL: https://github.com/apache/pinot/pull/12000#discussion_r1414507420
##########
pinot-controller/src/main/java/org/apache/pinot/controller/helix/SegmentStatusChecker.java:
##########
@@ -61,6 +61,7 @@
public class SegmentStatusChecker extends
ControllerPeriodicTask<SegmentStatusChecker.Context> {
private static final Logger LOGGER =
LoggerFactory.getLogger(SegmentStatusChecker.class);
private static final int MAX_OFFLINE_SEGMENTS_TO_LOG = 5;
+ private static final String TABLE_CONSUMPTION_PAUSED = "isTablePaused";
Review Comment:
Actually, this is the key that is set is the table idealstate when a table
is paused. So will have to use it to for lookup.
--
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]