Re: SolrCloud can't correctly create collection after zookeeper ensemble recovery

2014-02-22 Thread Mark Miller
I think this is a regression. There was code that removed the state from zk for a core that could not be created. There was a bug in that, in that you only want to do that for new cores and not existing cores (think cores that existed on startup). Someone commented out that code while working o

SolrCloud can't correctly create collection after zookeeper ensemble recovery

2014-02-20 Thread Chia-Chun Shih
Hi all, This is my test procedure: 1. start a Zookeeper ensemble and a SolrCloud node 2. stop Zookeeper ensemble 3. start Zookeeper ensemble 4. fail to create a collection (with 1 shard and 1 replica) because of timeout 5. restart the SolrCloud node 6. fail to create a collection with the same na