[
https://issues.apache.org/jira/browse/SOLR-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707572#action_12707572
]
Jayson Minard edited comment on SOLR-1155 at 5/8/09 7:52 PM:
-------------------------------------------------------------
This will involve a change to locking as seen in the thread mentioned above
between add/delete/commit methods, but there are also synchronized methods on
the CommitTracker scehduleCommitWithin method, run method, and getCommitCount
method that will cause similar blocking at least for deletes.
was (Author: jminard):
This will involve a change to locking as seen in the thread mentioned above
between add/delete/commit methods, but there are also synchronized methods on
the CommitTracker scehduleCommitWithin method, run method, and getCommitCount
method that will cause similar blocking.
> Change DirectUpdateHandler2 to allow concurrent adds during an autocommit
> -------------------------------------------------------------------------
>
> Key: SOLR-1155
> URL: https://issues.apache.org/jira/browse/SOLR-1155
> Project: Solr
> Issue Type: Improvement
> Components: search
> Affects Versions: 1.3
> Reporter: Jayson Minard
>
> Currently DirectUpdateHandler2 will block adds during a commit, and it seems
> to be possible with recent changes to Lucene to allow them to run
> concurrently.
> See:
> http://www.nabble.com/Autocommit-blocking-adds---AutoCommit-Speedup--td23435224.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.