Jackie-Jiang commented on issue #8492:
URL: https://github.com/apache/pinot/issues/8492#issuecomment-1096984369

   > We do have a `SegmentRefreshSemaphore` class which is initialized only 
once per pinot-server, something that we can use to check the number of segment 
reloads / refreshes per server.
   
   This semaphore is used to control the parallelism of the reload/refresh, but 
not the segments already reloaded/refreshed. We need a different mechanism to 
return that info, e.g. associate each reload/refresh with an id and send the id 
within the message


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