Hi,

 

I did the same tests like last time. Here the results:

 

https://jenkins.thetaphi.de/job/Lucene-Solr-Release-Tester/17/console

SUCCESS! [2:37:21.770467]

 

The testing was done with Java 8 and Java 9 (this is why it took longer).

 

I also checked Changes.txt, looks fine!

 

I also checked the ZIP files of Lucene and Solr. Lucene looks as usual, 
MIGRATE.txt is also fine – thanks for adding recent information! JAR files also 
look fine, compiled with correct version of Java and patches multi-release 
class files are there.

 

Apache Solr was unzipped and quickly tested on Windows: Startup with Java 8 and 
Java 11 worked without any problems from a directory with whitespace in path. I 
was able to do a HTTP/2 request with CURL (non-TLS) on both O/S (as ALPN is not 
available without TLS, the curl client needed to upgrade the request, so you 
see “101 Switching Protocols”):

 

Uwe Schindler@VEGA:~ > curl -I --http2 localhost:8983/solr/

HTTP/1.1 101 Switching Protocols

 

HTTP/2 200

x-frame-options: DENY

content-type: text/html;charset=utf-8

content-length: 14662

 

So, it worked. In the webbrowser it did not use HTTP/2, as browsers require SSL 
and ALPN for that (by default).

 

Next I enabled TLS support by creating a keystore. This time it was possible to 
start Solr on Java 8 and Java 11 – bug fixed. With Solr running in Java 8, CURL 
was only able to do a HTTP/1.1 request because ALPN told this to the curl 
client:

 

Uwe Schindler@VEGA:~ > curl -k -I --http2 https://localhost:8983/solr/

HTTP/1.1 200 OK

X-Frame-Options: DENY

Content-Type: text/html;charset=utf-8

Content-Length: 14662

 

With Java 11, my curl test worked with HTTP/2, this time no protocol switch 
needed as ALPN is active:

 

Uwe Schindler@VEGA:~ > curl -k -I --http2 https://localhost:8983/solr/

HTTP/2 200

x-frame-options: DENY

content-type: text/html;charset=utf-8

content-length: 14662

 

I also checked in Chrome browser, this time it uses HTTP/2 to communicate with 
the admin interface. Fine!

 

+1 to release Lucene/Solr 8.0.0 (RC3).

 

Uwe

 

 

-----

Uwe Schindler

Achterdiek 19, D-28357 Bremen

http://www.thetaphi.de <http://www.thetaphi.de/> 

eMail: u...@thetaphi.de

 

From: jim ferenczi <jim...@apache.org> 
Sent: Thursday, March 7, 2019 5:53 PM
To: dev@lucene.apache.org
Subject: [VOTE] Release Lucene/Solr 8.0.0 RC3

 

Please vote for release candidate 3 for Lucene/Solr 8.0.0

The artifacts can be downloaded from  
<https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC3-reva9d80bf18af04850ea21dcf88a40367559fb246e>
 
https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC3-reva9d80bf18af04850ea21dcf88a40367559fb246e
You can run the smoke tester directly with this command:
python3 -u dev-tools/scripts/smokeTestRelease.py  
<https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC3-reva9d80bf18af04850ea21dcf88a40367559fb246e>
 
https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC3-reva9d80bf18af04850ea21dcf88a40367559fb246e


Here’s my +1

SUCCESS! [1:14:08.843490]

Reply via email to