noob-se7en opened a new pull request, #16173:
URL: https://github.com/apache/pinot/pull/16173

   **Problem:**
   There are quite a few edge-cases where ingestion metrics needs to be removed 
and for the missed edge-cases, Currently there is a backup solution: An async 
thread which checks for inactive partitions on the server and removes their 
ingestion metrics. 
   Currently if table is paused or the consumer ends consumption due to 
partition reached its endlife, Ingestion metrics are not removed.
   
   **PR:**
   For short term quick fix, This PR uses the above backup solution to remove 
ingestion metrics just before consumer ends its execution with reason either 
`REASON_FORCE_COMMIT_MESSAGE_RECEIVED` (sent during pause of table) or 
`REASON_END_OF_PARTITION_GROUP`.


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