Search code examples
solrsolrcloud

Solr - Collections API timeouts


I've got a setup with 3x zoo keeper's and 4x solrcloud node's.

This is all working, all nodes are seeing each other and I initially had a default collection.

From there, I used the collections API to create a new collection which successfully completed and all it's successfully sharded across 2 nodes, with the other 2 being used for replica's. I can also successfully save documents to that collection. Browsing the solr web GUI on any of the boxes all works, no speed issues.

However, anytime I try to use the collections API I get timeouts. Creating a new collection, reloading one of the existing collections, deleting a collection... all of them timeout.

Any thoughts on why would be much appreciated

Cheers


Solution

  • Ended up being Zoo Keeper config mismatch