[
https://issues.apache.org/jira/browse/SOLR-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15352902#comment-15352902
]
Shalin Shekhar Mangar commented on SOLR-9253:
---------------------------------------------
What you need to do here is to add "maxConnections" and "maxConnectionsPerHost"
in the "<shardHandlerFactory>" section such as the following:
{code}
<solr>
<solrcloud>
<str name="host">${host:}</str>
<int name="hostPort">${jetty.port:8983}</int>
<str name="hostContext">${hostContext:solr}</str>
<bool name="genericCoreNodeNames">${genericCoreNodeNames:true}</bool>
<int name="zkClientTimeout">${zkClientTimeout:30000}</int>
<int name="distribUpdateSoTimeout">${distribUpdateSoTimeout:600000}</int>
<int name="distribUpdateConnTimeout">${distribUpdateConnTimeout:60000}</int>
<str
name="zkCredentialsProvider">${zkCredentialsProvider:org.apache.solr.common.cloud.DefaultZkCredentialsProvider}</str>
<str
name="zkACLProvider">${zkACLProvider:org.apache.solr.common.cloud.DefaultZkACLProvider}</str>
</solrcloud>
<shardHandlerFactory name="shardHandlerFactory"
class="HttpShardHandlerFactory">
<int name="socketTimeout">${socketTimeout:600000}</int>
<int name="connTimeout">${connTimeout:60000}</int>
<int name="maxConnections">10000</int>
<int name="maxConnectionsPerHost">20</int>
</shardHandlerFactory>
</solr>
{code}
bq. in the end, could you show me the link of "the solr-user mailing list "? so
I can raise usage issues.
Look at the "Mailing List" section at
http://lucene.apache.org/solr/resources.html#community
> solrcloud goes dowm
> -------------------
>
> Key: SOLR-9253
> URL: https://issues.apache.org/jira/browse/SOLR-9253
> Project: Solr
> Issue Type: Wish
> Security Level: Public(Default Security Level. Issues are Public)
> Components: clients - java
> Affects Versions: 4.9.1
> Environment: jboss, zookeeper
> Reporter: Junfeng Mu
> Attachments: 20160627161845.png, javacore.165.txt
>
> Original Estimate: 96h
> Remaining Estimate: 96h
>
> We use solrcloud in our project. now we use solr, but the data grows bigger
> and bigger, so we want to switch to solrcloud, however, once we switch to
> solrcloud, solrcloud goes down, It seems that solrcloud blocked, can not deal
> with the new query, please see the attachments and help us ASAP. Thanks!
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]