s1monw opened a new pull request #1454:
URL: https://github.com/apache/lucene-solr/pull/1454


   Today we still have one class that runs some trickly logic that should
   be in the IndexWriter in the first place since it requires locking on
   the IndexWriter itself. This change inverts the API and now 
FrozendBufferedUpdates
   does not get the IndexWriter passed in, instead the IndexWriter owns most of 
the logic
   and executes on a FrozenBufferedUpdates object. This prevent locking on 
IndexWriter out
   side of the writer itself and paves the way to simplify some concurrency 
down the road


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

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