tibrewalpratik17 commented on issue #13629:
URL: https://github.com/apache/pinot/issues/13629#issuecomment-2232917058

   > Have you figured out thy the metric is not emitted?
   
   I'm not entirely sure, but the `cleanupMetrics` method might be the cause. 
It specifically removes the `llcPartitionConsuming` metric from the metrics 
registry.
   Ref: 
https://github.com/apache/pinot/blob/e64ef15330f356dc96fae38d52bce80e6af2068f/pinot-core/src/main/java/org/apache/pinot/core/data/manager/realtime/RealtimeSegmentDataManager.java#L1198-L1200
   
   This method is called after every segment replacement or removal, which, in 
our case, occurs when a mutable segment becomes an immutable segment. This 
might somehow conflict with the new consuming segment metric.
   


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