Re: Help! How to remove shards from SolrCloud. They keep come back...

2013-02-11 Thread Rene Nederhand
Hi Mark, Thanks for you response. I did delete the data directory, but that didn't help. However, upon checking my zookeeper installation I found a "clusterstate.json" item that contained references to core data directories that didn't exist anymore. I wiped this item and it seems to work fine no

Re: Help! How to remove shards from SolrCloud. They keep come back...

2013-02-09 Thread Mark Miller
Did you clear the data dir for all 3 zk's? If not, you will find ghosts coming back to haunt you :) It's often easier to clear zk programmatically - for example it's one call from the cmd line zkcli script. http://wiki.apache.org/solr/SolrCloud#Command_Line_Util - Mark On Feb 9, 2013, at 1:19

Help! How to remove shards from SolrCloud. They keep come back...

2013-02-09 Thread Rene Nederhand
Hi, I am experimenting with SolrCloud (v. 4.1) and everything seems to work fine. Now I would like to restart with a clean environment, but I cannot get rid of all the collections, shards and cores I have created. What I did: - Closed down all Zookeeper servers (I have an ensemble of 3) and Solr