I have a Solr Cloud with 1 external zookeeper where it has 2 collections and each collection is divided into 2 shards as follows:
solr#1 --> collection 1 - shard 1, collection 2 - shard 1
solr#2 --> collection 1 - shard 2, collection 2 - shard 2
Everything was running fine in Solr 4.2.1 until i upgraded(setup from scratch) to 4.3.1. All the setting were kept the same but now any query to cloud returns 404 error. However all the shards do appear to Admin UI Solr Cloud section. Any reason why? Did anything got changed in 4.3 ?
`host:port/solr/collection1/select?q=*&wt=xml&indent=true`
Result:
Server at host:port/collection1 returned non ok status:404, message:Not Found
</str>
<int name="code">404</int>
</lst>
</response>