[ https://issues.apache.org/jira/browse/SOLR-1155?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707692#action_12707692 ]
Jayson Minard commented on SOLR-1155: ------------------------------------- new TODO... Right now auto commit will eventually fire off a commit that might run into a manual commit or optimize and sit at the syncrhonization block, then fire off on the tail of the other action. I would rather it wait until those running commands clear and THEN evaluate if it needs to do a commit or not since its information it used to make the decision could be moot due to the other action that beat it in. So if a commit or optimize is running it will not evaluate for auto commit until they complete. > 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 > Attachments: SOLR-1155.patch, SOLR-1155.patch > > > 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.