[
https://issues.apache.org/jira/browse/SOLR-4332?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13560792#comment-13560792
]
Jan Høydahl commented on SOLR-4332:
-----------------------------------
If we want the simplicity of being able to push content to ANY node in the
cluster, and expect it to be forwarded to the correct master (the way I've
understood the intention), then this is a "bug".
Customers using a ZK aware client should be fine as it is "intelligent", but
others need to keep track of this themselves.
+1 to finding a solution to this
> Adding documents to SolrCloud collection broken when a node doesn't have a
> core for the collection
> --------------------------------------------------------------------------------------------------
>
> Key: SOLR-4332
> URL: https://issues.apache.org/jira/browse/SOLR-4332
> Project: Solr
> Issue Type: Bug
> Components: SolrCloud
> Affects Versions: 4.1
> Reporter: Eric Falcao
> Priority: Critical
>
> In SOLR-4321, it's documented that creating a collection via API results in
> some nodes having more than one core, while other nodes have zero cores.
> Not sure if this is desired behavior, but when a node doesn't know about a
> core, it throws a 404 on select/update.
> Reproduction:
> -Create a 2 node SolrCloud cluster
> -Create a new collection with numShards=1. 50% of your cluster will have a
> core for that collection.
> -Do an update or select against the node that doesn't have the core. 404
> Like I said, not sure if this is desired behavior, but I would expect a
> cluster of nodes to be able to forward requests appropriately to nodes that
> have a core for the collection.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]