The purpose of indicative votes is to seek input from the broader community. There is no deadline, it is not an official vote, and can run across the holiday period. Discussion can continue in parallel, but I do not get the impression many others are very invested in this discussion. Certainly, I have said all I think needs to be said in support of my position. You have expressed your concerns repeatedly also; anybody who is interested is likely well aware of your position.
From: Mick Semb Wever <m...@apache.org> Date: Tuesday, 21 December 2021 at 19:25 To: Cc: dev@cassandra.apache.org <dev@cassandra.apache.org> Subject: Re: [DISCUSS] Periodic snapshot publishing with minor version bumps Benedict, I had said above in the thread to let it run through til January, can we please respect that. I do not think the week before xmas is a great time to push it into a vote, when this is not urgent. I pointed to the code where we sort versions in a case-insensitive way. That means PRE1 breaks. Such breakages occurred in the lead up to 4.0.0, and we would have to custom patch the semver4j library to make PRE1 be before the alphas. The test run you provided did not include upgrade tests, and for those to break you would need a wrongly ordered incompatibility, e.g. from an alpha to a PRE. It has also been mentioned that drivers (and other test systems) break. Currently our snapshots do come with a pre-release label, but they do come with a build metadata label (being either the explicit "SNAPSHOT" or the timestamp). This is visible in the nightlies link I provided. So we do have a precedence in place to distinguish between released versions and snapshot builds, I say let's continue that.