ankitsultana commented on issue #15997: URL: https://github.com/apache/pinot/issues/15997#issuecomment-2942567904
@Jackie-Jiang : it seems like we are starting the query server after the Helix Manager is connected. Shouldn't we start the query servers _before_ helixManager is connected? This likely explains the errors we are seeing in our experiments too. In our simple experiment even SSE queries (non multistage) are failing with with broker_request_send_error. https://github.com/apache/pinot/blob/fb2e4dff467fa19e5eec1deb53380c3ad4183699/pinot-server/src/main/java/org/apache/pinot/server/starter/helix/BaseServerStarter.java#L777-L780 -- 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