Re: [VOTE] Apache Kudu 1.14.0-RC1

2021-01-26 Thread Attila Bukor
+1, Verified the checksum and signature, built Kudu in release mode on CentOS 7, all tests passed. Gradle build (including the tests) also succeeded on OpenJDK Java 8. Also ran the tests using the staged kudu-binary artifacts. Attila On Mon, Jan 25, 2021 at 04:18:53PM -0800, Alexey Serbin wrote:

Re: [VOTE] Apache Kudu 1.14.0-RC1

2021-01-26 Thread Grant Henke
+1 I built with docker, built and ran all of the tests, and ran the tests with the kudu-binary artifacts. On Tue, Jan 26, 2021 at 5:28 AM Attila Bukor wrote: > +1, > > Verified the checksum and signature, built Kudu in release mode on CentOS > 7, all > tests passed. Gradle build (including the

Re: [VOTE] Apache Kudu 1.14.0-RC1

2021-01-26 Thread Bankim Bhavsar
Compilation of 1.14-RC1 branch fails on Ubuntu 18.04 fails with the following error. I recall hitting a similar issue on master and worked around it by disabling the warnings with @SuppressWarnings("TypeParameterUnusedInFormals") It's coming from a java static type checker named ErrorProne I'll

Re: [VOTE] Apache Kudu 1.14.0-RC1

2021-01-26 Thread Bankim Bhavsar
Attila mentioned this is related to incompatibility with Java 11 and ErrorProne checker. Bug: https://issues.apache.org/jira/browse/KUDU-3239 Thanks, -Bankim. On Tue, Jan 26, 2021 at 10:47 AM Bankim Bhavsar wrote: > > Compilation of 1.14-RC1 branch fails on Ubuntu 18.04 fails with the > follow

Re: [VOTE] Apache Kudu 1.14.0-RC1

2021-01-26 Thread Bankim Bhavsar
+1. After switching the default java version on my Ubuntu 18.04 machine to open jdk 8, I was able to successfully build Kudu in release build mode and successfully ran all C++ tests. -Bankim. On Tue, Jan 26, 2021 at 11:37 AM Bankim Bhavsar wrote: > Attila mentioned this is related to incompati

Re: [VOTE] Apache Kudu 1.14.0-RC1

2021-01-26 Thread Greg Solovyev
+0 - Successfully built debug and release modes on Ubuntu 18.04 LTS - All C++ tests pass in debug build - Built java artifacts - Ran Java tests and saw one consistent failure: org.apache.kudu.client.ITClientStress fails with the following error: 'java.lang.NoClassDefFoundError: org/ap

Re: [VOTE] Apache Kudu 1.14.0-RC1

2021-01-26 Thread Greg Solovyev
+1. org.apache.kudu.client.ITClientStress seems to be flaky. It passes about half the time on my Ubuntu 18 laptop. Greg On Tue, Jan 26, 2021 at 1:28 PM Greg Solovyev wrote: > +0 > >- Successfully built debug and release modes on Ubuntu 18.04 LTS >- All C++ tests pass in debug build >

Re: [VOTE] Apache Kudu 1.14.0-RC1

2021-01-26 Thread Hao Hao
+1 built debug mode on centos6 and ran C++/java test, all passed. Best, Hao On Tue, Jan 26, 2021 at 2:33 PM Greg Solovyev wrote: > +1. > org.apache.kudu.client.ITClientStress seems to be flaky. It passes about > half the time on my Ubuntu 18 laptop. > Greg > > On Tue, Jan 26, 2021 at 1:28 PM