Re: Re: [VOTE] Apache Kudu 1.17.0-RC2

2023-09-01 Thread Yingchun Lai
Thanks everyone! The vote is now closed. It passes with 5 binding +1s, and no -1s of any kind. Best regards, Yingchun Lai On Fri, Sep 1, 2023 at 3:47 PM Yingchun Lai wrote: > > +1 > > C++ code on CentOS 7.9: > DEBUG version: all tests passed > ASAN version: all tests passed > TSAN version:

Re: Re: [VOTE] Apache Kudu 1.17.0-RC2

2023-09-01 Thread Yingchun Lai
+1 C++ code on CentOS 7.9: DEBUG version: all tests passed ASAN version: all tests passed TSAN version: all tests passed (except 'log-rolling-itest --gtest_filter=LogRollingITest.TestLogCleanupOnStartup' with a data race error, maybe we can skip the test as ASAN do[1]. It's just a test, we can

Re: Re: [VOTE] Apache Kudu 1.17.0-RC2

2023-08-30 Thread Abhishek Chennaka
Thanks for taking care of this. I was able to download RC2 from here [1] and built it successfully in release and debug mode in RHEL 8.8. The java parts too were built with no issues. I ran the functional tests with ctest -j8 and I could see that apart from the below test (unrelated failure), rest