Mark Miller created SOLR-3730: --------------------------------- Summary: Rollback is not implemented quite right and can cause corner case fails in SolrCloud tests. Key: SOLR-3730 URL: https://issues.apache.org/jira/browse/SOLR-3730 Project: Solr Issue Type: Bug Components: SolrCloud Reporter: Mark Miller Assignee: Mark Miller Fix For: 5.0, 4.0
Rollback was calling a rollback and then close rather than just a rollback - an oversight on my part - somehow this allowed two indexwriters to be open at once in some seemingly rare cases...this could cause havoc and was easy to miss due to tests using the single lock type. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org