tibrewalpratik17 opened a new issue, #13629:
URL: https://github.com/apache/pinot/issues/13629

   We use `llcPartitionConsuming` to monitor whether Pinot is ingesting data 
for every partition across all replicas. However, we have been experiencing 
numerous flaky alerts because Pinot sometimes fails to emit the 
`llcPartitionConsuming` metric for certain consuming segments.
   
   The metric typically resumes under the following conditions:
   - The server is explicitly restarted.
   - The segment is committed, and a new consuming segment is formed.
   
   This behavior is unexpected because we emit this metric within the 
`consumeLoop` method. Therefore, even if it is missed once, it should be 
emitted at some point during the lifecycle of the entire consuming segment.


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

Reply via email to