I'll note that I'm getting test failures when I try to build the
1.10.0-rc1 tag locally on macOS (same problem on both Intel and M1).
Using Java 11:

[ERROR] Errors:
[ERROR]   
TestThriftSink.testSslProcessWithComponentTruststore:218->doTestSslProcess:282
» EventDelivery
[ERROR]   
TestThriftSink.testSslProcessWithComponentTruststoreNoPassword:229->doTestSslProcess:282
» EventDelivery
[ERROR]   
TestThriftSink.testSslProcessWithGlobalTruststore:242->doTestSslProcess:282
» EventDelivery
[ERROR]   
TestThriftSink.testSslProcessWithGlobalTruststoreNoPassword:257->doTestSslProcess:282
» EventDelivery
[ERROR]   TestMultiportSyslogTCPSource.testMultiplePortsSSL:226->testNPorts:154
NullPointer
[ERROR]   
TestThriftSource.testAppendSSLWithComponentKeystore:117->doAppendSSL:153
» EventDelivery
[ERROR]   TestThriftSource.testAppendSSLWithGlobalKeystore:137->doAppendSSL:153
» EventDelivery

Most of those errors have a root exception of:

Caused by: org.apache.thrift.transport.TTransportException:
javax.net.ssl.SSLHandshakeException: Received fatal alert:
handshake_failure
Caused by: javax.net.ssl.SSLHandshakeException: Received fatal alert:
handshake_failure

The TestMultiportSyslogTCPSource.testMultiplePortsSSL test failed with
a NullPointerException.

On Mon, Jun 6, 2022 at 4:02 PM Bessenyei Balázs Donát <bes...@apache.org> wrote:
>
> Hi All,
>
> +1 for the RC.
>
> * sha512s match
> * signatures are correct
> * mvn clean install -DskipTests runs successfully in the src ; RAT passes
> * binary works
> * LICENSE, NOTICE and README.md files are in the tar.gz-s
>
> Nit: https://flume.staged.apache.org/download.html refers to md5 and
> sha1. Can you please update that, too, Ralph?
>
>
> Donat
>
>
>
> On Sat, Jun 4, 2022 at 2:40 AM Ralph Goers <ralph.go...@dslextreme.com> wrote:
> >
> > This is a vote to release Flume 1.10.0, the next version of the Apache 
> > Flume project.
> >
> > Please download, test, and cast your votes on the Flume developers list.
> > [] +1, release the artifacts
> > [] -1, don't release because...
> >
> > The vote will remain open for 72 hours. All votes are welcome and we 
> > encourage everyone to test the release, but only Flume PMC votes are 
> > “officially” counted. As always, at least 3 +1 votes and more positive than 
> > negative votes are required.
> >
> > Changes in this release can be found at 
> > https://flume.staged.apache.org/releases/1.10.0.html.
> >
> > Tag:
> > a)  for a new copy do "git clone https://github.com/apache/flume.git and 
> > then "git checkout tags/flume-1.10.0-rc1”  or just "git clone -b 
> > lflume-1.10.0-rc1 https://github.com/apache/flume.git";
> > b) for an existing working copy to “git pull” and then “git checkout 
> > tags/flume-1.10.0-rc1”
> >
> > Web Site:  https://flume.staged.apache.org/.
> >
> > Maven Artifacts: 
> > https://repository.apache.org/content/repositories/orgapacheflume-1035.
> >
> > Distribution archives: https://dist.apache.org/repos/dist/dev/flume/
> >
> > You may download all the Maven artifacts by executing:
> > wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate 
> > https://repository.apache.org/content/repositories/orgapacheflume-1035/org/apache/flume/
> >
> > Ralph

Reply via email to