Re: problem using Http2SolrClient with solr 8.3.0

2019-12-01 Thread Odysci
That worked. I included the dist/solrj-lib libs in my class path, and could make it work with Http2SolrClient. Thanks! Still on a related topic, is the CloudHttp2SolrClient client fully stable? (I'm using solr 7.7 and solr 8.3) Thanks On Thu, Nov 28, 2019 at 3:00 PM Shawn Heisey wrote: > On 11

Re: problem using Http2SolrClient with solr 8.3.0

2019-11-28 Thread Shawn Heisey
On 11/28/2019 9:30 AM, Odysci wrote: No, I did nothing specific to Jetty. Should I? The http/2 Solr client uses a different http client than the previous ones do. It uses the client from Jetty, while the previous clients use the one from Apache. Achieving http/2 with the Apache client woul

Re: problem using Http2SolrClient with solr 8.3.0

2019-11-28 Thread Odysci
No, I did nothing specific to Jetty. Should I? Thx On Wed, Nov 27, 2019 at 6:54 PM Houston Putman wrote: > Are you overriding the Jetty version in your application using SolrJ? > > On Wed, Nov 27, 2019 at 4:00 PM Odysci wrote: > > > Hi, > > I have a solr cloud setup using solr 8.3 and SolrJj, w

Re: problem using Http2SolrClient with solr 8.3.0

2019-11-28 Thread Odysci
I'm using OpenJDK 11 On Wed, Nov 27, 2019 at 7:12 PM Jörn Franke wrote: > Which jdk version? In this Setting i would recommend JDK11. > > > Am 27.11.2019 um 22:00 schrieb Odysci : > > > > Hi, > > I have a solr cloud setup using solr 8.3 and SolrJj, which works fine > using > > the HttpSolrClien

Re: problem using Http2SolrClient with solr 8.3.0

2019-11-27 Thread Jörn Franke
Which jdk version? In this Setting i would recommend JDK11. > Am 27.11.2019 um 22:00 schrieb Odysci : > > Hi, > I have a solr cloud setup using solr 8.3 and SolrJj, which works fine using > the HttpSolrClient as well as the CloudSolrClient. I use 2 solr nodes with > 3 Zookeeper nodes. > Recently

Re: problem using Http2SolrClient with solr 8.3.0

2019-11-27 Thread Houston Putman
Are you overriding the Jetty version in your application using SolrJ? On Wed, Nov 27, 2019 at 4:00 PM Odysci wrote: > Hi, > I have a solr cloud setup using solr 8.3 and SolrJj, which works fine using > the HttpSolrClient as well as the CloudSolrClient. I use 2 solr nodes with > 3 Zookeeper nodes

problem using Http2SolrClient with solr 8.3.0

2019-11-27 Thread Odysci
Hi, I have a solr cloud setup using solr 8.3 and SolrJj, which works fine using the HttpSolrClient as well as the CloudSolrClient. I use 2 solr nodes with 3 Zookeeper nodes. Recently I configured my machines to handle ssl, http/2 and then I tried using in my java code the Http2SolrClient supported