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
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
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
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
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
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