s1monw commented on pull request #1623:
URL: https://github.com/apache/lucene-solr/pull/1623#issuecomment-671301636


   @mikemccand I do understand the issue now why holding the _flushLock_ is 
illegal here. The problem is again the lock ordering in combination with the 
_commitLock_. One option that we have here is to remove the _flushLock_ 
altogether and replace it's usage with the _commitLock_. I guess we need to 
find a better or new name for it but I don't see where having two different 
locks buys us much since they are both really just used to sync on 
administration of the IW. I personally also don't see why it would buys us 
anything in terms of concurrency. WDYT


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