You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/02/02 23:52:13 UTC

[GitHub] [incubator-pinot] mcvsubbu commented on issue #6524: Provide table ingestion status through API

mcvsubbu commented on issue #6524:
URL: https://github.com/apache/incubator-pinot/issues/6524#issuecomment-772095947


   We have a metric that is set to 1 if a stream partition is consuming correctly, 0 otherwise. In LinkedIn, we set an alert if the consumption falls to 0 for more than some period of time.
   
   Note that if the consumption fails for some stream partitions, the Realtime segment checker in the controller automatically attempts to restart consumption on the partitions. You can set the frequency of the automatic check, and set the alerts to fire after that time interval (if it is still not fixed).
   
   https://github.com/apache/incubator-pinot/blob/master/pinot-common/src/main/java/org/apache/pinot/common/metrics/ServerGauge.java#L31:3


----------------------------------------------------------------
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.

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