RE: poor performance when connecting to CloudSolrServer(zkHosts) using solrJ

2015-01-01 Thread steve
straints of the Domain's configuration). In other words, while there is "overhead" between the local workstation/computer and the DNS client, it will NOT require access to the configured DNS server "upstream". Enjoy,Steve > Date: Thu, 1 Jan 2015 14:30:19 -0800 > Su

Re: poor performance when connecting to CloudSolrServer(zkHosts) using solrJ

2015-01-01 Thread Mohmed Hussain
My two cents, do check network connectivity. In past I remember changing the zookeeper server name to actual IP improved the speed a bit. DNS sometimes take time to resolve hostname. Could be worth trying this option. Thanks -Hussain On Mon, Dec 29, 2014 at 6:31 PM, Shawn Heisey wrote: > On 12

Re: poor performance when connecting to CloudSolrServer(zkHosts) using solrJ

2014-12-29 Thread Shawn Heisey
On 12/29/2014 6:52 PM, zhangjia...@dcits.com wrote: > I setups a SolrCloud, and code a simple solrJ program to query solr > data as below, but it takes about 40 seconds to new CloudSolrServer > instance,less than 100 miliseconds is acceptable. what is going on when new > CloudSolrServer? and