[ 
https://issues.apache.org/jira/browse/LUCENE-2083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jason Rutherglen closed LUCENE-2083.
------------------------------------

    Resolution: Won't Fix

Sorry if this spam's things, however it's unlikely that I'll work on these.

> Use ReadWriteLock in IndexWriter
> --------------------------------
>
>                 Key: LUCENE-2083
>                 URL: https://issues.apache.org/jira/browse/LUCENE-2083
>             Project: Lucene - Java
>          Issue Type: Improvement
>          Components: Index
>    Affects Versions: 2.9.1
>            Reporter: Jason Rutherglen
>            Priority: Minor
>             Fix For: 4.0
>
>
> Doing a small patch to make sure things don't break in a big
> way, we'll use RRWL replacing some of the global synchronized
> locks in IndexWriter. 
> We'll read lock during operations that for example delete from a
> segment, and gwrite lock when we're changing the main segment
> infos collection (i.e. we're swapping in new segments after a
> merge, or flushing a new segment). 
> I want to implement this, see if any tests break. 
> Spin off from LUCENE-2047.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to