zhaih commented on PR #12660:
URL: https://github.com/apache/lucene/pull/12660#issuecomment-1787383067

   > For my understanding, how does it play out with merge throttling, could we 
end up sleeping within tasks that get passed to the configured executor service?
   
   I think we rate limit the IndexOutput only in CMS? If my understand is 
correct then **I think** this is not affected by throttling as it's all memory 
operation and we'll write to disk after all the tasks are completed


-- 
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: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to