jadami10 commented on issue #11448:
URL: https://github.com/apache/pinot/issues/11448#issuecomment-1712133418

   Hmmm, so if i'm understanding the issue, the events are:
   - segment goes from consuming -> online which happens every time it seals
   - at this point, several things might happen
     - the server keeps consuming, and we keep updating the ingestion delay 
(happy path)
     - the partition has moved, but we keep updating ingestion delay (our issue)
     - the server should keep consuming, but something is broken and it's not 
consuming anymore
   
   and the issue is we can't distinguish between 2 and 3 without confirming 
with the controller. Though I still need to go look at the code for what 
happens during a rebalance to understand why the same helix message can't be 
threaded through here.


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