Jackie-Jiang opened a new pull request, #13668:
URL: https://github.com/apache/pinot/pull/13668

   Solve #11448 
   
   When controller detects the new consuming segment is relocated to different 
servers, it sends a Helix message to the servers no longer hosting the stream 
partition to remove the ingestion metrics. This way, there is no delay removing 
ingestion metrics, so that we can prevent false high ingestion delay alert.
   One thing worth noting is that when the message is sent, the previous 
consuming segment might still consume. To handle that, we introduce a cache to 
store the previous consuming segment, and ignore ingestion metrics update from 
it.


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to