RE: Implementing AbstractFullDistribZkTestBase

2015-10-06 Thread Markus Jelsma
A crap, i didn't spot the httpS! I have added SSL supression, so far the tests roll fine. Thanks! Markus -Original message- > From:Mark Miller > Sent: Tuesday 6th October 2015 2:27 > To: solr-user@lucene.apache.org > Subject: Re: Implementing AbstractFullDistribZk

Re: Implementing AbstractFullDistribZkTestBase

2015-10-05 Thread Mark Miller
org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:82) > > > at > > > > org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:107) > > > at > > > > org.apache.http.impl.clie

RE: Implementing AbstractFullDistribZkTestBase

2015-10-05 Thread Markus Jelsma
r@lucene.apache.org > Subject: Re: Implementing AbstractFullDistribZkTestBase > > If it's always when using https as in your examples, perhaps it's SOLR-5776. > > - mark > > On Mon, Oct 5, 2015 at 10:36 AM Markus Jelsma > wrote: > > > Hmmm, i tried that ju

Re: Implementing AbstractFullDistribZkTestBase

2015-10-05 Thread Mark Miller
lient.executeMethod(HttpSolrClient.java:465) > ... 7 more > > [RecoveryThread-collection1] ERROR org.apache.solr.cloud.RecoveryStrategy > - Recovery failed - trying again... (1) > [RecoveryThread-collection1] INFO org.apache.solr.cloud.RecoveryStrategy - > Wait 4.0

RE: Implementing AbstractFullDistribZkTestBase

2015-10-05 Thread Markus Jelsma
d - trying again... (1) [RecoveryThread-collection1] INFO org.apache.solr.cloud.RecoveryStrategy - Wait 4.0 seconds before trying to recover again (2) -Original message- > From:Erick Erickson > Sent: Monday 5th October 2015 15:59 > To: solr-user@lucene.apache.org > Sub

Re: Implementing AbstractFullDistribZkTestBase

2015-10-05 Thread Erick Erickson
Right, I'm assuming you're creating a cluster somewhere. Try calling (from memory) waitForRecoveriesToFinish in AbstractDistribZkTestBase after creating the collection to insure that the nodes are up and running before you index to them. Shot in the dark Erick On Mon, Oct 5, 2015 at 1:36 AM, Mark