Re: CLUSTERSTATUS API and Error loading specified collection / config in Solr 5.3.2.

2018-03-13 Thread Atita Arora
Hi Hendrik and Shalin, Really appreciate your valuable inputs on this. I looked up to the two issues that were being referred to (SOLR-8804 and SOLR-10720) and thats exactly what I'm running into. Glad they have been fixed in later versions. Thanks much , Atita On Tue, Mar 13, 2018 at 10:38

Re: CLUSTERSTATUS API and Error loading specified collection / config in Solr 5.3.2.

2018-03-12 Thread Shalin Shekhar Mangar
I think you are running into race conditions in the API which have been fixed. See SOLR-8804 and SOLR-10720. The first is available in 5.5.1 but the latter fix will be released in the upcoming 7.3 release. The best workaround for your version is to just retry a few times until the API succeeds.

Re: CLUSTERSTATUS API and Error loading specified collection / config in Solr 5.3.2.

2018-03-12 Thread Hendrik Haddorp
Hi, are your collections using stateFormat 1 or 2? In version 1 all state was stored in one file while in version 2 each collection has its own state.json. I assume that in the old version it could happen that the common file still contains state for a collection that was deleted. So I would

CLUSTERSTATUS API and Error loading specified collection / config in Solr 5.3.2.

2018-03-11 Thread Atita Arora
Hi , I am working on an application which involves working on a highly distributed Solr cloud environment. The application supports multi-tenancy and we have around 250-300 collections on Solr where each client has their own collection with a new shard being created as clientid- where the