ankitsultana opened a new issue, #10876:
URL: https://github.com/apache/pinot/issues/10876

   Saw that a server restart caused a segment to go into error-state. Based on 
the logs, the deepstore link for the segment was missing and it wasn't able to 
find an "ONLINE" peer for the segment. Looking at the retry logic to wait for 
the EV for the peer to stabilize, it looks like we only wait a total of around 
15s or so, which I think can be too small since the segment commit for large 
segments can take longer.
   
   One option to fix this scenario is to make the retry policy configurable, or 
we could elect to increase the constants altogether.
   
   <img width="836" alt="image" 
src="https://github.com/apache/pinot/assets/8644710/9a10e0dd-60bd-47a5-be07-c28b5d683c21";>
   
   cc: @Jackie-Jiang 


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