+1 tested docker image build (verify binary gpg+sha512sum) + jre17 single node startup
Verification steps/output: ``` $ docker build -t apache/cassandra-test:5.0.3 --build-arg CASSANDRA_VERSION=5.0.3 --build-arg CASSANDRA_SHA512=9b2fa89f729a89473934a18d4056d200859bed6e4f9d288b9fca9e8f4056c2d1ccb128948996368395ccd8bb4d5c94b9d8c79c7603de2dcb5b15976ac8c6da8f https://github.com/pauloricardomg/docker-cassandra.git#:5.0 $ docker run apache/cassandra-test:5.0.3 -f | grep 'Cassandra version\|WARN\|ERROR\|Startup\|Exce' WARNING: A terminally deprecated method in java.lang.System has been called WARNING: System::setSecurityManager has been called by org.apache.cassandra.security.ThreadAwareSecurityManager (file:/opt/cassandra/lib/apache-cassandra-5.0.3.jar) WARNING: Please consider reporting this to the maintainers of org.apache.cassandra.security.ThreadAwareSecurityManager WARNING: System::setSecurityManager will be removed in a future release WARN [main] 2025-01-31 11:51:50,675 NativeLibrary.java:199 - Unable to lock JVM memory (ENOMEM). This can result in part of the JVM being swapped out, especially with mmapped I/O enabled. Increase RLIMIT_MEMLOCK. INFO [main] 2025-01-31 11:51:50,829 StartupChecks.java:266 - jemalloc seems to be preloaded from /usr/local/lib/libjemalloc.so WARN [main] 2025-01-31 11:51:50,829 StartupChecks.java:320 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. WARN [main] 2025-01-31 11:51:50,837 SigarLibrary.java:173 - Cassandra server running in degraded mode. Is swap disabled? : false, Address space adequate? : true, nofile limit adequate? : true, nproc limit adequate? : true WARN [main] 2025-01-31 11:51:50,837 StartupChecks.java:555 - Maximum number of memory map areas per process (vm.max_map_count) 65530 is too low, recommended value: 1048575, you can change it with sysctl. WARN [main] 2025-01-31 11:51:52,411 SystemKeyspace.java:1261 - No host ID found, created 276eef6d-d756-410a-8512-6b406a5c26b3 (Note: This should happen exactly once per node). INFO [main] 2025-01-31 11:51:52,927 StorageService.java:957 - Cassandra version: 5.0.3 INFO [main] 2025-01-31 11:52:49,312 CassandraDaemon.java:744 - Startup complete ``` On Tue, Jan 28, 2025 at 2:25 PM Štefan Miklošovič <smikloso...@apache.org> wrote: > +1 > > On Tue, Jan 28, 2025 at 8:36 AM Štefan Miklošovič <smikloso...@apache.org> > wrote: > >> Proposing the test build of Cassandra 5.0.3 for release. >> >> sha1: b0226c8ea122c3e5ea8680efb0744d33924fd732 >> Git: https://github.com/apache/cassandra/tree/5.0.3-tentative >> Maven Artifacts: >> https://repository.apache.org/content/repositories/orgapachecassandra-1360/org/apache/cassandra/cassandra-all/5.0.3/ >> >> The Source and Build Artifacts, and the Debian and RPM packages and >> repositories, are available here: >> https://dist.apache.org/repos/dist/dev/cassandra/5.0.3/ >> >> The vote will be open for 72 hours (longer if needed). Everyone who has >> tested the build is invited to vote. Votes by PMC members are considered >> binding. A vote passes if there are at least three binding +1s and no -1's. >> >> [1]: CHANGES.txt: >> https://github.com/apache/cassandra/blob/5.0.3-tentative/CHANGES.txt >> [2]: NEWS.txt: >> https://github.com/apache/cassandra/blob/5.0.3-tentative/NEWS.txt >> >