You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "suddendust (via GitHub)" <gi...@apache.org> on 2023/12/01 06:56:45 UTC

Re: [PR] Expose a Gauge for Table Disabled and Consumption Paused [pinot]

suddendust commented on code in PR #12000:
URL: https://github.com/apache/pinot/pull/12000#discussion_r1411684672


##########
pinot-controller/src/main/java/org/apache/pinot/controller/helix/core/periodictask/ControllerPeriodicTask.java:
##########
@@ -120,6 +126,7 @@ protected void processTables(List<String> tableNamesWithType, Properties periodi
             ControllerMeter.PERIODIC_TASK_ERROR, 1L);
       }
       numTablesProcessed++;
+      exposeTableStates(tableNameWithType);

Review Comment:
   Noted, moved to SegmentStatusChecker. 
   



-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org