Re: Collection deleted still in zookeeper

2020-12-09 Thread Marisol Redondo
Yes, maybe it's more complicated I was thinking. But it's good to know that newer version of Solr still work in the same way. Thanks again On Mon, 7 Dec 2020 at 13:08, Erick Erickson wrote: > What should happen when you delete a collection and _only_ that > collection references the configset

Re: Collection deleted still in zookeeper

2020-12-07 Thread Erick Erickson
What should happen when you delete a collection and _only_ that collection references the configset has been discussed several times, and… whatever is chosen is wrong ;) 1> if we delete the configset, then if you want to delete a collection to insure that you’re starting all over for whatever reas

Re: Collection deleted still in zookeeper

2020-12-07 Thread Marisol Redondo
Thanks Erick for the answer, you gave me the clue to find the issue. The real problem is that when I removed the collection using the solr API (http://solrintance:port/solr/admin/collections?action=DELETE&name=collectionname) the config files are not deleted. I don't know if this is the normal beh

Re: Collection deleted still in zookeeper

2020-12-04 Thread Erick Erickson
This almost always a result of one of two things: 1> you didn’t upload the config to the correct place or the ZK that Solr uses. or 2> you still have a syntax problem in the config. The solr.log file on the node that’s failing may have a more useful error message about what’s wrong. Also, you can

Collection deleted still in zookeeper

2020-12-04 Thread Marisol Redondo
Hi, When trying to modify the config.xml file for a collection I made a mistake and the config was wrong. So I removed the collection to create it again from a backend. But, although I'm sure I'm using a correct config.xml, solr is still complaining about the error in the older solrconfig.xml I h