Re: [VOTE] Apache Kudu 1.16.0-RC1

2022-04-11 Thread Attila Bukor
+1 I was able to build and test this RC1 on CentOS 7.6 and 7.9 in release mode with only two failures: master-test and tablet_server-test. Unsetting KUDU_HOME, which is normally set in my .zshrc solved these issues (web UI translation doesn't kick in this way), so this is also a test-only bug. I

Re: [VOTE] Apache Kudu 1.16.0-RC1

2022-04-06 Thread Mahesh Reddy
+1 I successfully built the C++ code on DEBUG and RELEASE mode on macOS Catalina 10.15.7. The following C++ tests failed: 151 - master_authz-itest.0 (Failed) 152 - master_authz-itest.1 (Failed) 153 - master_authz-itest.2 (Failed) 154 - master_authz-itest.3 (Failed) 155 -

Re: [VOTE] Apache Kudu 1.16.0-RC1

2022-04-06 Thread Yingchun Lai
+1 I built the C++ code on CentOS 7.9.2009 in ASAN mode, all tests passed except ResourceLimitTypes/ResourceLimitTypeTest.TestIncreaseLimit/1, the failure is caused by the test case itself. Best regards, Yingchun Lai On Wed, Mar 30, 2022 at 10:28 PM Abhishek Chennaka wrote: > > +1 > > Was able

Re: [VOTE] Apache Kudu 1.16.0-RC1

2022-03-30 Thread Abhishek Chennaka
+1 Was able to build in release mode in a CentOS 7.3 machine and run all the unit tests successfully. On Tue, Mar 29, 2022 at 7:17 PM Andrew Wong wrote: > +1 > > I built the C++ code in RELEASE mode on a CentOS 7.3 machine, and deployed > it in a CM-managed cluster with the HMS integration

Re: [VOTE] Apache Kudu 1.16.0-RC1

2022-03-29 Thread Andrew Wong
+1 I built the C++ code in RELEASE mode on a CentOS 7.3 machine, and deployed it in a CM-managed cluster with the HMS integration enabled. I tested out some of the new features (adding a new master, adding columns via tooling, changing replication factor) without hiccups. I ran the C++ tests as

Re: [VOTE] Apache Kudu 1.16.0-RC1

2022-03-29 Thread Alexey Serbin
+1 I checked out the code for 1.16.x RC1, built the C++ code in RELEASE and DEBUG configurations, then ran the C++ tests on CentOS Linux 7.6 (release 7.6.1810). I also built the Java side of the project as well. All builds succeeded. All C++ tests passed except for