You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "ankitsultana (via GitHub)" <gi...@apache.org> on 2023/06/09 03:47:37 UTC

[GitHub] [pinot] ankitsultana opened a new issue, #10876: Increase Total Wait Time for Peer to be Online

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

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


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