Re: Collection creation timeout

2017-12-06 Thread Shawn Heisey
On 12/6/2017 11:32 AM, Steve Pruitt wrote: > After clicking Add Collection to create it, I get a Solr lost connection > error and the admin console is frozen. Looking at the log I have >o.a.s.s.HttpSolrCall null:org.apache.solr.common.SolrException: create the > collection time out:180s > >

Collection creation timeout

2017-12-06 Thread Steve Pruitt
I have three SolrCloud nodes. Two are VM's, the other is my machine. I start Solr on each and they report running in SolrCloud mode. I can access each node via the admin console. I have a configset uploaded to my ZK ensemble. I next tried creating a collection via the admin console for my ma

Re: SolrCloud Collection creation timeout

2014-12-16 Thread E S J
Hi Shanaka, Try out this, http://:/solr/admin/collections?action=CREATE&name=&replicationFactor=<# OF REPLICATION>&numShards=<# OF SHARDS>&collection.configName=&maxShardsPerNode=<# OF MAX SHARDS>&wt=json&indent=2 ex : http://solr1.internal:7070/solr/admin/collections?action=CREATE&name=c-ins&re

SolrCloud Collection creation timeout

2014-12-15 Thread Shanaka Munasinghe
Hi All Im using solrcloud 4.10.2 with zookeepr 3.4.6. there are 3 zk servers and 4 solr instances. deployed on weblogic 12c server. zookeeper and solr servers are running without any issue. all 3 zk servers are separate physical servers. i have tested this configuration in locally using virtual