Hey guys,

I'm trying to simply create collection foo in SolrCloud (to a collection 
that failed to create once due to a badly formatted schema).

I try the following:

createCollection foo -> could not create a new core 
solr/foo_shard1_replica1 as another core is already defined there
deleteCollection foo -> could not find collection foo
unload core foo_shard1_replica1 and delete data dir -> no such core exists 
'foo_shard1_replica1'

The directory 'foo_shard1_replica1' exists in my /solr directory.

How can I recover out of this state without manually deleting the 
directory and/or wiping out my ZK?

Thanks,
John

Reply via email to