Jackie-Jiang opened a new pull request, #8785:
URL: https://github.com/apache/pinot/pull/8785

   Currently when a server starts, it starts the data manager and query server 
at the same time before loading the data. If broker hits the query server at 
this time, it will get exception that table/segment is not available on the 
server. It could happen if a server is not shut down properly and come back 
before the shut down is reflected to the broker.
   This PR fixes the issue by starting the data manager first, then wait for 
all data to be loaded, then start the query server.


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