noob-se7en opened a new pull request, #16657: URL: https://github.com/apache/pinot/pull/16657
**Problem:** Consider a case where consumer encounters an exception and controller marks the consuming segment as offline. Now when RVM restarts the consumption, there might be a segment movement, i.e, the server hosting the partition before will no longer host the same partition of the stream and hence consuming segment is going to be assigned to a new server. For such cases ingestion metrics are not removed. **Solution** Make `consuming -> offline` transition equivalent of `consuming -> dropped` in terms of handling ingestion metrics. -- 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]
