[ https://issues.apache.org/jira/browse/SOLR-9253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15352848#comment-15352848 ]
Junfeng Mu commented on SOLR-9253: ---------------------------------- Thanks for your reply! I also suppose it should be a usage problem, but I do not know where to post the issue, so I posted here. as you mentioned up, you mean I need to config the solr.xml? Is there any examples I can refer? and the configurations in solr.xml are global settings? they will override the configuration we defined in solrj? in the <apache-solr-ref-guide-4.9.pdf>, I see configuration like what is below, but I can not find where the connection num defined. in the end, could you show me the link of "the solr-user mailing list "? so I can raise usage issues. <solr> <solrcloud> <str name="host">${host:}</str> <int name="hostPort">${jetty.port:8983}</int> <str name="hostContext">${hostContext:solr}</str> <int name="zkClientTimeout">${zkClientTimeout:15000}</int> <bool name="genericCoreNodeNames">${genericCoreNodeNames:true}</bool> </solrcloud> <shardHandlerFactory name="shardHandlerFactory" class="HttpShardHandlerFactory"> <int name="socketTimeout">${socketTimeout:0}</int> <int name="connTimeout">${connTimeout:0}</int> </shardHandlerFactory> </solr> > 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: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org