siddharthteotia commented on PR #12297:
URL: https://github.com/apache/pinot/pull/12297#issuecomment-1905457451

   Another qq - Will the same release method be called if the table is dropped 
/ deleted ?
   
   I ask because we start the executor service with threads = numSegments
   
   When the call is being made during deployment / shutdown, it is fine to 
spawn these many threads which could be a very high multiple of numCores. 
   
   But during steady state, if this code is invoked then spawning so many 
threads can affect query performance of other tables on the host. 


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