itschrispeck commented on issue #15056:
URL: https://github.com/apache/pinot/issues/15056#issuecomment-2807520850

   @Jackie-Jiang the current behavior is: 
   1. CONSUMING transition handled, llcpartitionconsuming = 1
   2. Segment is full, llcpartitionconsuming = 0
   3. Next segment transition may take hours during server replacement. 
llcpartitionconsuming remains 0 until this happens
   
   If we change CONSUMING transition to be the lowest priority, iiuc we 
shouldn't have the long delay until the next segment is created. Our alert 
checks 'server was consuming partition, and server is no longer consuming 
partition for some time, so alert'. 
   
   By adjusting the delay the metric wouldn't be emitted until the first 
CONSUMING state transition is processed. Consumption is still 'stopped' until 
the transition is handled, but we have the status checker setup so we do not 
serve queries during this time anyway. 


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