jackjlli opened a new issue, #8492: URL: https://github.com/apache/pinot/issues/8492
Currently segment reload/refresh is done asynchronously. There is no way for Pinot admin to know whether the segment reload/refresh request is fully done on server side. It could be possible that multiple reload/refresh are made, which can cause race conditions. We need some way to figure out the state of the reload/refresh request on server side. Some thoughts: * Add server level APIs to fetch the state. * Add callback when the request is done. -- 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.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