[ https://issues.apache.org/jira/browse/LUCENE-1484?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12670027#action_12670027 ]
Michael McCandless commented on LUCENE-1484: -------------------------------------------- bq. Is there any chance this patch could be released in 2.4.1, instead of waiting for 2.9? Most likely not. It's really a new feature, and it touched a fair amount of code. We normally only backport bug fixes. Also, 2.4.0 has proven quite stable and I don't think at this point we're planning on a 2.4.1 release (at least it hasn't been discussed yet). I'm hoping, instead, that we can release 2.9 in not too much time. > Remove SegmentReader.document synchronization > --------------------------------------------- > > Key: LUCENE-1484 > URL: https://issues.apache.org/jira/browse/LUCENE-1484 > Project: Lucene - Java > Issue Type: Improvement > Components: Index > Affects Versions: 2.4 > Reporter: Jason Rutherglen > Assignee: Michael McCandless > Fix For: 2.9 > > Attachments: LUCENE-1484.patch, LUCENE-1484.patch > > Original Estimate: 96h > Remaining Estimate: 96h > > This is probably the last synchronization issue in Lucene. It is the > document method in SegmentReader. It is avoidable by using a threadlocal for > FieldsReader. -- 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: java-dev-unsubscr...@lucene.apache.org For additional commands, e-mail: java-dev-h...@lucene.apache.org