Mark Miller created SOLR-4202: --------------------------------- Summary: Relax rules around accepting updates when not connected to zookeeper. Key: SOLR-4202 URL: https://issues.apache.org/jira/browse/SOLR-4202 Project: Solr Issue Type: Improvement Components: SolrCloud Reporter: Mark Miller Assignee: Mark Miller Priority: Minor Fix For: 4.1, 5.0
We are pretty tight about this currently - I think it might be a bit nicer if we relax a little. Right now, as soon we realize we cannot talk to zookeeper, we stop accepting updates in all cases. I think it might be better if we change that a bit for a non leader. It might be nicer if it would still accept updates from the leader, but fail them. This way, there is some chance that if the problem was simply a connection loss with zookeeper, when the leader asks the replica to recover because it failed the update, it's more likely to just take a peersync to catch up. Thoughts? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators 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