SolrCloud: Collection creation failed due to timeout

2016-08-22 Thread Chris Rogers
OR: Failed to create collection 'mycollection' due to: create the collection time out:180s I can't find any useful references to these errors in SO or in the docs. Can anyone help me diagnose the problem? Many thanks, Chris Chris Rogers Digital Projects Manager Bodleian Di

Re: SolrCloud: Collection creation failed due to timeout

2016-08-22 Thread Chris Rogers
o.a.z.ClientCnxn Session 0x156aefeba2d0004 for server 172.28.128.3/172.28.128.3:2181, unexpected error, closing socket connection and attempting reconnect Thanks again, Chris On 22/08/2016, 14:11, "Shawn Heisey" wrote: On 8/22/2016 6:20 AM, Chris Rogers wrote: > It’s then that I start s

Re: SolrCloud: Collection creation failed due to timeout

2016-08-22 Thread Chris Rogers
Thanks Shawn, that was indeed the issue. Upgraded and everything is working as expected. Much appreciated. Chris On 22/08/2016, 14:50, "Shawn Heisey" wrote: On 8/22/2016 7:27 AM, Chris Rogers wrote: > Solr version: 6.1.0 Zookeeper: 3.3.6 This is probably th

SolrCloud: A previous ephemeral live node still exists

2016-08-30 Thread Chris Rogers
er Solr process using the same port is running already." ,was this Jira ticket, but it suggests that the issue is resolved in 6.2.0 https://issues.apache.org/jira/browse/SOLR-8777 Has anyone else experienced this issue? Any hints on resolving? Chris Rogers Digital Projects Manager Bodl

RE: SolrCloud: A previous ephemeral live node still exists

2016-08-31 Thread Chris Rogers
Just pinging this again as I sent it late last night. Would be great if someone could help with this. It's got me totally stumped... Chris Rogers Digital Projects Manager Bodleian Digital Library Systems and Services chris.rog...@bodleian.ox.ac.uk

Re: SolrCloud: A previous ephemeral live node still exists

2016-08-31 Thread Chris Rogers
er with ZK using the same hostname and port number - possibly they're all connecting as 'localhost'? Alan Woodward www.flax.co.uk On 31 Aug 2016, at 09:34, Chris Rogers wrote: > Just pinging this again as I sent it late last night. Would be

Using DIH FileListEntityProcessor with SolrCloud

2016-12-02 Thread Chris Rogers
: This same script worked as expected on a single solr node (i.e. not in SolrCloud mode). Thanks, Chris -- Chris Rogers Digital Projects Manager Bodleian Digital Library Systems and Services chris.rog...@bodleian.ox.ac.uk

Re: Using DIH FileListEntityProcessor with SolrCloud

2016-12-05 Thread Chris Rogers
Hi all, Just bumping my question again, as doesn’t seem to have been picked up by anyone. Any help would be much appreciated. Chris On 02/12/2016, 16:36, "Chris Rogers" wrote: Hi all, A question regarding using the DIH FileListEntityProcessor with SolrCloud (

no dataimport-handler defined!

2017-01-24 Thread Chris Rogers
) ## -- Chris Rogers Digital Projects Manager Bodleian Digital Library Systems and Services chris.rog...@bodleian.ox.ac.uk

Re: no dataimport-handler defined!

2017-01-24 Thread Chris Rogers
ge to take effect. You also may need to reload the core for changes to take effect. Regards, Alex. http://www.solr-start.com/ - Resources for Solr users, new and experienced On 24 January 2017 at 07:43, Chris Rogers wrote:

Re: no dataimport-handler defined!

2017-01-24 Thread Chris Rogers
A quick update. I rolled back to solr 6.2, and the data import handler is recognized there. So there has either been a change in the config required between 6.2 and 6.4, or there’s a bug in 6.4 Any thoughts? On 24/01/2017, 13:32, "Chris Rogers" wrote: Hi Alex, I

Re: no dataimport-handler defined!

2017-01-26 Thread Chris Rogers
-built DIH example, do any of the cores work? (not the RSS one, that is broken anyway). Regards, Alex. http://www.solr-start.com/ - Resources for Solr users, new and experienced On 24 January 2017 at 08:32, Chris Rogers wrote: > Hi Alex,

Problem managing Solr configsets on Zookeeper

2017-02-22 Thread Chris Rogers
old collection! It’s as if the old config has been cached somewhere or something… Am I missing a stage or command here? Many thanks, Chris -- Chris Rogers Digital Projects Manager Bodleian Digital Library Systems and Services chris.rog...@bodleian.ox.ac.uk

Re: Problem managing Solr configsets on Zookeeper

2017-02-22 Thread Chris Rogers
e, you can switch back to using ClassicIndexSchemaFactory (see link, bottom of page) HTH, Gus On Wed, Feb 22, 2017 at 6:16 AM, Chris Rogers < chris.rog...@bodleian.ox.ac.uk> wrote: > Hi all, > > I’ve got a Zookeeper (3.4.8) / Solrcloud (6.

Re: Problem managing Solr configsets on Zookeeper

2017-02-22 Thread Chris Rogers
ded to change the schema factory definition in solrconfig.xml to _really_ use the classic schema definition. You should have something like this in your solrconfig.xml file: Best, Erick On Wed, Feb 22, 2017 at 4:54 AM, Chris Rogers wrote: > Hi Gus,

Re: Problem managing Solr configsets on Zookeeper

2017-02-22 Thread Chris Rogers
pconfig -z 172.28.128.9:2181 -n solr/configs/tolkien -d /home/bodl-tei-svc/solr-6.4.0/server/solr/configsets/tolkien_config Thank you for your help with this. Best, Chris On 22/02/2017, 16:15, "Shawn Heisey" wrote: On 2/22/2017 8:25 AM, Chris Rogers wrote: > … as uploaded wit

Re: Problem managing Solr configsets on Zookeeper

2017-02-22 Thread Chris Rogers
;bin/solr cp -r...' command and specify the destination as zk:/solr/tolkien or something. upconfig/downconfig is just a form of cp designed for configsets. Erick On Wed, Feb 22, 2017 at 8:27 AM, Chris Rogers wrote: > Hi Shawn, > > Thank