Thank you for working on this, Abhishek.

I ran tests on the release build on Ubuntu 20.04. I am getting consistent
failure for these two tests:
++++

Java client test:

org.apache.kudu.client.TestSecurity >
testExternallyProvidedSubjectRefreshedExternally FAILED

        Caused by:

        org.apache.kudu.client.NoLeaderFoundException: Master config (
127.201.19.253:45265,127.201.19.252:39795,127.201.19.254:39589) has no
leader. Exceptions received: org.apache.kudu.client.RecoverableException:
Failed to connect to peer master-127.201.19.253:45265(127.201.19.253:45265):
Connection refused:
/127.201.19.253:45265,org.apache.kudu.client.RecoverableException:
Failed to connect to peer master-127.201.19.254:39589(127.201.19.254:39589):
Connection refused: /127.201.19.254:39589

            at
org.apache.kudu.client.ConnectToCluster.incrementCountAndCheckExhausted(ConnectToCluster.java:311)


---

C++ test (minidump-test)

[  FAILED  ] MinidumpDeathTest.TestRegisterAndDelete

RC/kudu/src/kudu/util/minidump-test.cc:70: Failure

  15 Death test: { abort(); }

  16     Result: died but not with expected error.

  17   Expected: contains regular expression
"kudu::MinidumpDeathTest_TestRegisterAndDelete_Test::TestBody()"

++++



I will try to run these on a newer version of Ubuntu as 20.04 is anyway EOL.

Regards,
Ashwani



On Wed, Dec 3, 2025 at 9:23 AM Abhishek Chennaka <[email protected]>
wrote:

> Hello all,
>
> The Apache Kudu team is happy to announce the first release candidate for
> Apache Kudu 1.18.1.
>
> Apache Kudu 1.18.1 is a maintenance release that offers critical bug fixes.
>
> This is a source-only release. The artifacts have been staged here:
> https://dist.apache.org/repos/dist/dev/kudu/1.18.1-RC1/
>
> Java convenience binaries in the form of a Maven repository are staged
> here:
> https://repository.apache.org/content/repositories/orgapachekudu-1128
>
> Linux (x86_64 and aarch64 platforms built on RHEL 8) and macOS (built on
> Sequoia 15.7.2) test-only Kudu binary JAR artifacts are staged here:
> https://repository.apache.org/content/repositories/orgapachekudu-1129
>
> It is tagged in Git as 1.18.1-RC1 and the corresponding hash is the
> following:
>
> https://gitbox.apache.org/repos/asf?p=kudu.git;a=commit;h=e509433cebcb110e8f4adcd469132288c252eb44
>
> The release notes can be found here:
> https://github.com/apache/kudu/blob/1.18.1-RC1/docs/release_notes.adoc
>
> 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 release notes, building Kudu, and running the
> unit tests. Testing out the Maven repo would also be appreciated. Also,
> it's worth running Kudu Java tests against kudu-binary JAR artifact as
> described in the commit message here:
>
> https://github.com/apache/kudu/commit/8a6faaa93f3e206ac75e8087731daccaf7ab646a
>
> The vote will run until a majority[1] is achieved, but at least until
> Friday, December 5 20:00:00 PST 2025.
>
> Thank you,
> Abhishek
>
> [1] https://www.apache.org/foundation/voting.html#ReleaseVotes
>

Reply via email to