chenboat opened a new issue #7421:
URL: https://github.com/apache/pinot/issues/7421


   For a server with a lot of segments for Upsert tables, the server start 
process may result in high GC activity and  its zk client may be disconnected 
temporarily. In such case, the server may not register itself to serve query 
traffic because the following zk config writes fails -- note that the other 
server start process still works fine. So a solution here is to at least retry 
the config write instead of giving it up after one attempt. 
   
   
https://github.com/apache/pinot/blob/7e9ca6a5a4afe0d4e283ac1307c45430e474cbf2/pinot-server/src/main/java/org/apache/pinot/server/starter/helix/BaseServerStarter.java#L468


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