rclabo commented on issue #763:
URL: https://github.com/apache/lucenenet/issues/763#issuecomment-1319355153

   @tonyguo2022 I'm surprised by that stack trace.  That's not my recollection. 
 But facts are facts.  Thank you for that.  I always appreciate learning 
something new. 
    
   But even still, it just shows that the new segment written to storage 
happened on the same thread as IndexWriter.Commit().  Unless you are using the 
`SerialMergeScheduler`, the heavy lifting of the storage writing will still be 
done on a background thread when the merging of segments happens.


-- 
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: dev-unsubscr...@lucenenet.apache.org

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

Reply via email to