jackjlli opened a new pull request, #12297:
URL: https://github.com/apache/pinot/pull/12297

   This PR releases all the segments of a table in 
`releaseAndRemoveAllSegments` method. The reason of doing that by submitting 
multiple threads is that the table could have too many open segments, which 
will take time to release them one by one. Thus, introduce the thread pool to 
release them in order to speed up the stopping behavior.
   


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