SUCCESS! [1:13:11.720840]

+1

Thanks Jim!

On Fri, Mar 8, 2019 at 9:38 AM Uwe Schindler <u...@thetaphi.de> wrote:

> Hi,
>
>
>
> I did the same tests like last time. Here the results:
>
>
>
> https://jenkins.thetaphi.de/job/Lucene-Solr-Release-Tester/18/console
>
> SUCCESS! [2:36:19.284235]
>
>
>
> 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 (RC4).*
>
>
>
> Uwe
>
>
>
> -----
>
> Uwe Schindler
>
> Achterdiek 19, D-28357 Bremen
>
> http://www.thetaphi.de
>
> eMail: u...@thetaphi.de
>
>
>
> *From:* jim ferenczi <jim...@apache.org>
> *Sent:* Friday, March 8, 2019 1:43 PM
> *To:* dev@lucene.apache.org
> *Subject:* [VOTE] Release Lucene/Solr 8.0.0 RC4
>
>
>
> Please vote for release candidate 4 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-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979/
> 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-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979
> <https://dist.apache.org/repos/dist/dev/lucene/lucene-solr-8.0.0-RC4-rev2ae4746365c1ee72a0047ced7610b2096e438979>*
>
>
>
> Here's my +1
>
> SUCCESS! [1:19:23.500783]
>

Reply via email to