+1 tested docker image build (verify binary gpg+sha512sum) + jre11 single node startup
Verification steps/output: ``` $ docker build -t apache/cassandra-test:4.1.8 --build-arg CASSANDRA_VERSION=4.1.8 --build-arg CASSANDRA_SHA512=13eee692627b5c88b2e6cda56e0aa1e5605403a777514f541496fa1985decb9b9417496984af9982060a874f1cb4d83789eb0fcb1ea549067df12388613550d8 https://github.com/pauloricardomg/docker-cassandra.git#:4.0 $ docker run apache/cassandra-test:4.1.8 -f | grep 'Cassandra version\|WARN\|ERROR\|Startup\|Exce\|exce' 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:23:16,009 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:23:16,062 StartupChecks.java:203 - jemalloc seems to be preloaded from /usr/local/lib/libjemalloc.so WARN [main] 2025-01-31 11:23:16,062 StartupChecks.java:257 - JMX is not enabled to receive remote connections. Please see cassandra-env.sh for more info. WARN [main] 2025-01-31 11:23:16,073 SigarLibrary.java:172 - 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:23:16,073 StartupChecks.java:492 - 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:23:17,573 SystemKeyspace.java:1249 - No host ID found, created e2b103c3-6bf3-4f16-b413-4e871ed63ccb (Note: This should happen exactly once per node). INFO [main] 2025-01-31 11:23:18,100 StorageService.java:900 - Cassandra version: 4.1.8 INFO [main] 2025-01-31 11:24:13,308 CassandraDaemon.java:761 - Startup complete ``` On Tue, Jan 28, 2025 at 1:50 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 4.1.8 for release. >> >> sha1: 044727aabafeab2f6fef74c52d349d55c8732ef5 >> Git: https://github.com/apache/cassandra/tree/4.1.8-tentative >> Maven Artifacts: >> https://repository.apache.org/content/repositories/orgapachecassandra-1359/org/apache/cassandra/cassandra-all/4.1.8/ >> >> 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.1.8/ >> >> 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.1.8-tentative/CHANGES.txt >> [2]: NEWS.txt: >> https://github.com/apache/cassandra/blob/4.1.8-tentative/NEWS.txt >> >