jpountz commented on PR #13124:
URL: https://github.com/apache/lucene/pull/13124#issuecomment-1957581351

   Thinking out loud: since merge schedulers already have the ability to merge 
concurrently (across multiple merges rather than within a merge though), it 
would be nice to fully encapsulate the merging concurrency there instead of 
having two sources of merging concurrency that are not aware of one another.
   
   I'm also keen on keeping the codec API as simple as possible and adding the 
executor as a member of the `MergeState` rather than a new parameter of all 
codec write APIs.


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