[ 
https://issues.apache.org/jira/browse/SOLR-7451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14693972#comment-14693972
 ] 

Erick Erickson edited comment on SOLR-7451 at 8/12/15 6:28 PM:
---------------------------------------------------------------

Could you add your cluster state for the collection when it fails? It's in your 
admin UI/cloud/tree either under

/clusterstate.json (older style)
or
/collections/collection_name/state.json (newer 5x versions).

Oh, and to help Ishan, it would also be good if you added the _exact_ commands 
you used to create the collection in the failing case and the code you use for 
adding docs. Otherwise it's really hard for anyone to have confidence that 
they're doing the same thing you're doing.

Best,
Erick




was (Author: erickerickson):
Could you add your cluster state for the collection when it fails? It's in your 
admin UI/cloud/tree either under

/clusterstate.json (older style)
or
/collections/collection_name/state.json (newer 5x versions).



> ”Not enough nodes to handle the request“ when inserting data to solrcloud
> -------------------------------------------------------------------------
>
>                 Key: SOLR-7451
>                 URL: https://issues.apache.org/jira/browse/SOLR-7451
>             Project: Solr
>          Issue Type: Bug
>          Components: clients - java
>    Affects Versions: 5.1
>            Reporter: laigood
>
> I use solr5.1.0 and deploy one node with solrcloud,and create a collection 
> with 1 shard and 2 replica,when i use solrj to insert data,it throw ”Not 
> enough nodes to handle the request“,but if i create collection with 1 shard 
> and 1 replica,it can insert successfully,also i create another replica with 
> admin api,it still work fine,no longer throw that exception
> the full exception stack
> Exception in thread "main" org.apache.solr.client.solrj.SolrServerException: 
> org.apache.solr.common.SolrException: Not enough nodes to handle the request
>       at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:929)
>       at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:922)
>       at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:922)
>       at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:922)
>       at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:922)
>       at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:922)
>       at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.request(CloudSolrClient.java:782)
>       at 
> org.apache.solr.client.solrj.SolrRequest.process(SolrRequest.java:135)
>       at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:107)
>       at org.apache.solr.client.solrj.SolrClient.add(SolrClient.java:72)
> Caused by: org.apache.solr.common.SolrException: Not enough nodes to handle 
> the request
>       at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.sendRequest(CloudSolrClient.java:1052)
>       at 
> org.apache.solr.client.solrj.impl.CloudSolrClient.requestWithRetryOnStaleState(CloudSolrClient.java:839)
>       ... 10 more



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to