Jackie-Jiang commented on issue #10095: URL: https://github.com/apache/pinot/issues/10095#issuecomment-1380918284
The reason why we only enable queries when all tables are ready is because we don't want server to start serving queries when it is still bulk loading the segments because segment loading the take a lot of system resources. Without the extra control, pinot can route queries on segment level (start serving a segment whenever it is loaded), but that is not desired due to the same reason. -- 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