[ https://issues.apache.org/jira/browse/SOLR-3730?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13434803#comment-13434803 ]
Mark Miller commented on SOLR-3730: ----------------------------------- So somehow this screwed up ref counting (which had anther problem as well - rollback did not release the dir) - that combined with mock dir opening a writer when you close a dir seemed to be most of the issue here. So a lot of it test related, but real bugs overall. > 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 > Priority: Minor > 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