+1

I verified the checksum and the signature, then built Kudu from the RC2
tar on CentOS 7.6 both in debug and release build type, ran all tests in
slow mode. I also ran into KUDU-2718 and it does seem like a flaky test.
However, for me two other tests are failing consistently:

The following tests FAILED:
        123 - master_failover-itest.1 (Failed)
        126 - master_hms-itest (Failed)
        166 - location_assignment-itest (Failed)

I also built the Java clients and ran the tests, two of them are failing
for me in a pretty interesting way:

> Task :kudu-client:test

org.apache.kudu.client.ITClientStress > 
testManyShortClientsGeneratingScanTokens FAILED
    java.lang.NoClassDefFoundError: 
org/apache/kudu/client/AsyncKuduClient$1DisconnectCB

org.apache.kudu.client.ITClientStress > testMultipleSessions FAILED
    java.lang.NoClassDefFoundError: 
org/apache/kudu/client/AsyncKuduClient$1DisconnectCB

It could be environmental I guess, I have OpenJDK 1.8.0_191 on this
host. Also, I don't think any of these are blockers, hence the +1.

Attila

> +1
> 
> I ran the C++ tests (DEBUG build) in slow mode on Ubuntu 18, CentOS
> 6.6, and CentOS 7.3. I saw a couple failures but I'm pretty sure
> they're just flakes; filed KUDU-2718 and KUDU-2719 for them.
> 
> 
> On Wed, Feb 27, 2019 at 1:51 AM Andrew Wong <aw...@apache.org> wrote:
> >
> > Hello Kudu devs!
> >
> > As suggested on the RC1 voting thread, I've included the fix for KUDU-2710
> > and some other bug fixes that landed on master since RC1, and created a new
> > release candidate for Apache Kudu 1.9.0.
> >
> > Apache Kudu 1.9.0 is a minor release that offers many improvements and
> > fixes since the prior release.
> >
> > This is a source-only release. The artifacts have been staged here:
> > https://dist.apache.org/repos/dist/dev/kudu/1.9.0-RC2/
> >
> > Java convenience binaries in the form of a Maven repository are staged here:
> > https://repository.apache.org/content/repositories/orgapachekudu-1029/
> >
> > It is tagged in Git as 1.9.0-RC2 and the corresponding hash is the
> > following:
> > https://gitbox.apache.org/repos/asf?p=kudu.git;a=commit;h=deb0f04b010c5399771879829285c284b8f20008
> >
> > A draft of the release notes can be found here:
> > https://gerrit.cloudera.org/c/12389/
> >
> > The KEYS file to verify the artifact signatures can be found here:
> > https://dist.apache.org/repos/dist/release/kudu/KEYS
> >
> > I'd suggest going through the README and the release notes, building Kudu,
> > and
> > running the unit tests. Testing out the Maven repo would also be
> > appreciated.
> >
> > The vote will run until this coming Friday, March 1st at 11:59AM PST.
> >
> >
> > Thank you,
> > Andrew

Reply via email to