Yibo Hu created SOLR-11639: ------------------------------ Summary: Improve the LBHttpSolrClient to aware of the load change faster Key: SOLR-11639 URL: https://issues.apache.org/jira/browse/SOLR-11639 Project: Solr Issue Type: Improvement Security Level: Public (Default Security Level. Issues are Public) Components: clients - java Reporter: Yibo Hu
The LBHttpSolrClient is referenced by HttpShardHandlerFactory. In my solrcloud, I config all collection with 2 replicas. When one node of the solrcloud was stopped by a long time gc ,before the liveNodes of zookeeper drop it , half of the request would be timeout. Should we add a counter of connection count of all nodes? If one node is stopped by gc(The node is not dead ),the connection count of this node would be larger then the other node. So most of the requests will lead to the low connection count node. -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org