Description
It only check the local collection or core when searching, doesn't look on other nodes. e.g. a cluster have 4 nodes. 1th 2th 3th contribute to "collection1". 2th 3th 4th contribute to "collection2". now send query to 4th to searching "collection1" will failed.
It is an imperfect feature for searching. it is a TODO part in SolrDispatchFilter-line 220.
Attachments
Attachments
Issue Links
- is blocked by
-
SOLR-4716 this bug for fixed bug SOLR-4210. proxy request for remote core
- Resolved
- is duplicated by
-
SOLR-4332 Adding documents to SolrCloud collection broken when a node doesn't have a core for the collection
- Resolved
-
SOLR-3119 If a distrib request using collection rather than corename in the url cannot find a local core that is part of the collection, a random core should proxy the request to a valid node.
- Resolved