Failed to create collection

2019-02-10 Thread Issei Nishigata
me=collection2&numShards=1&replicationFactor=1&maxShardsPerNode=1&collection.configName=collection2 ERROR: Failed to create collection 'collection2' due to: Could not fully create collection: portal2 - I can see collection2 on the collections list of Solr Admin UI

Re: Failed to create collection SOLR 6.3 HDP 2.6.2

2017-10-31 Thread Shawn Heisey
On 10/30/2017 2:45 PM, Dan Caulfield wrote: > Thanks Shawn, > I tried your recommended solution and delete the maxis_clickstream > directory. I got the same error when trying to recreate the collection. > Can you think of anything else to try? I am pretty sure that this problem happens because t

Re: Failed to create collection SOLR 6.3 HDP 2.6.2

2017-10-30 Thread Dan Caulfield
Shawn Heisey-2 wrote > On 10/26/2017 10:29 AM, Dan Caulfield wrote: >> I'm creating a collection on a new cluster. There are six new Solr nodes >> using a HDP 2.6.2 cluster for storage. Has anyone seen similar errors? > >> ERROR: Failed to create collecti

Re: Failed to create collection SOLR 6.3 HDP 2.6.2

2017-10-27 Thread Shawn Heisey
On 10/26/2017 10:29 AM, Dan Caulfield wrote: > I'm creating a collection on a new cluster. There are six new Solr nodes > using a HDP 2.6.2 cluster for storage. Has anyone seen similar errors? > ERROR: Failed to create collection 'maxis_clickstream' due to: &g

Failed to create collection SOLR 6.3 HDP 2.6.2

2017-10-26 Thread Dan Caulfield
lickstream' using command: http://localhost:8983/solr/admin/collections?action=CREATE&name=maxis_clickstream&numShards=6&replicationFactor=1&maxShardsPerNode=1&collection.configName=maxis_clickstream ERROR: Failed to create collection 'maxis_clicks

Re: Failed to create collection in Solrcloud

2015-12-03 Thread Mugeesh Husain
Thanks you Zheng, I ahve found the issue, there was server IP, when i check, one of my live_collection was pointed to localhost. So i did mention hostname into solr.xml. -- View this message in context: http://lucene.472066.n3.nabble.com/Failed-to-create-collection-in-Solrcloud

Re: Failed to create collection in Solrcloud

2015-12-02 Thread Zheng Lin Edwin Yeo
e 1 shards and 2 replica, it work find. > while i am try to create core with 1 shards with 3 replication,using this > command bin/solr create -c abc -n abcr -shards 1 -replicationFactor 3 > > I am getting below error, > > ERROR: Failed to create collection 'abc' due to

Failed to create collection in Solrcloud

2015-12-02 Thread Mugeesh Husain
-replicationFactor 3 I am getting below error, ERROR: Failed to create collection 'abc' due to: org.apache.solr.client.solrj.SolrServerException:IOException occured when talking to server at: http://xx.yyy.zz:8985/solr (server -solr 3) solr 3:) i did start this server using this command bin/