RE: [SolrCloud] is softcommit cluster-wide for the collection ?

2012-11-21 Thread GIROLAMI Philippe
Hi Mark, Thanks for the details >> If the answer is b), what would happen on a 1-replica setup if one commit >> succeeded and the replica commit failed ? >What's the reason the commit failed? Either a really bad problem and that node >will need to be restarted and either won't answer requests or

[SolrCloud] is softcommit cluster-wide for the collection ?

2012-11-21 Thread GIROLAMI Philippe
Hello, We're working on integrating SolrCloud andwe're wondering whether issuing a softCommit via Solrj forces the soft commit : a) only on the receiving core or b) to the whole cluster and the receiving cores forwards the soft commit to all replicas. If the answer is a), what is the best prac