+1 tested docker image build (verify binary gpg+sha512sum) + jre11 startup
Verification steps/output below (sorry mck was not able to check https://github.com/apache/cassandra-builds/pull/32 yet so went with my poor man's verification) ``` $ docker build -t apache/cassandra-test:4.0.16 --build-arg CASSANDRA_VERSION=4.0.16 --build-arg CASSANDRA_SHA512=48f3464e25aabadb0d9c30fe5e30082dda9254d9c2336dbdd34d6b3803ea5340fd97d55e749db3a9e1098f1c6b23820024cab33c7aac5c803d1370f17f6dbf92 https://github.com/pauloricardomg/docker-cassandra.git#:4.0 $ docker run apache/cassandra-test:4.0.16 -f | grep 'Cassandra version\|WARN\|ERROR\|Startup' OpenJDK 64-Bit Server VM warning: Option UseConcMarkSweepGC was deprecated in version 9.0 and will likely be removed in a future release. WARN [main] 2025-01-31 11:08:04,369 NativeLibrary.java:203 - 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:08:04,430 StartupChecks.java:147 - jemalloc seems to be preloaded from /usr/local/lib/libjemalloc.so WARN [main] 2025-01-31 11:08:04,430 StartupChecks.java:187 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. WARN [main] 2025-01-31 11:08:04,440 SigarLibrary.java:174 - 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:08:04,440 StartupChecks.java:329 - 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:08:06,049 SystemKeyspace.java:1190 - No host ID found, created 874e462b-2de2-4150-8c15-6616032e73d0 (Note: This should happen exactly once per node). INFO [main] 2025-01-31 11:08:06,570 StorageService.java:860 - Cassandra version: 4.0.16 INFO [main] 2025-01-31 11:09:01,611 CassandraDaemon.java:776 - Startup complete ``` On Tue, Jan 28, 2025 at 1:15 PM Štefan Miklošovič <smikloso...@apache.org> wrote: > +1 > > On Tue, Jan 28, 2025 at 8:35 AM Štefan Miklošovič <smikloso...@apache.org> > wrote: > >> Proposing the test build of Cassandra 4.0.16 for release. >> >> sha1: c989c02be66411991c8536ca00ee6481f43e642e >> Git: https://github.com/apache/cassandra/tree/4.0.16-tentative >> Maven Artifacts: >> https://repository.apache.org/content/repositories/orgapachecassandra-1358/org/apache/cassandra/cassandra-all/4.0.16/ >> >> The Source and Build Artifacts, and the Debian and RPM packages and >> repositories, are available here: >> https://dist.apache.org/repos/dist/dev/cassandra/4.0.16/ >> >> 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/4.0.16-tentative/CHANGES.txt >> [2]: NEWS.txt: >> https://github.com/apache/cassandra/blob/4.0.16-tentative/NEWS.txt >> >