[VOTE] Release Apache Cassandra 2.2.19
Proposing the test build of Cassandra 2.2.19 for release. sha1: 0d9462efc2cbf2a61a67ae4f6786086bb30272ef Git: https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/2.2.19-tentative Maven Artifacts: https://repository.apache.org/content/repositories/orgapachecassandra-1221/org/apache/cassandra/cassandra-all/2.2.19/ The Source and Build Artifacts, and the Debian and RPM packages and repositories, are available here: https://dist.apache.org/repos/dist/dev/cassandra/2.2.19/ 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://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/2.2.19-tentative [2]: NEWS.txt: https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/2.2.19-tentative - To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org For additional commands, e-mail: dev-h...@cassandra.apache.org
[VOTE] Release Apache Cassandra 3.0.23
Proposing the test build of Cassandra 3.0.23 for release. sha1: 31530ff5ac6bd3bacd4b378573a2d191bdab8cd7 Git: https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/3.0.23-tentative Maven Artifacts: https://repository.apache.org/content/repositories/orgapachecassandra-1222/org/apache/cassandra/cassandra-all/3.0.23/ The Source and Build Artifacts, and the Debian and RPM packages and repositories, are available here: https://dist.apache.org/repos/dist/dev/cassandra/3.0.23/ 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://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/3.0.23-tentative [2]: NEWS.txt: https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/3.0.23-tentative - To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org For additional commands, e-mail: dev-h...@cassandra.apache.org
[VOTE] Release Apache Cassandra 3.11.9
Proposing the test build of Cassandra 3.11.9 for release. sha1: 5ef75dd96cb693e4041e9ecb61a6852276f0eca4 Git: https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/3.11.9-tentative Maven Artifacts: https://repository.apache.org/content/repositories/orgapachecassandra-1223/org/apache/cassandra/cassandra-all/3.11.9/ The Source and Build Artifacts, and the Debian and RPM packages and repositories, are available here: https://dist.apache.org/repos/dist/dev/cassandra/3.11.9/ 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://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/3.11.9-tentative [2]: NEWS.txt: https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/3.11.9-tentative - To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org For additional commands, e-mail: dev-h...@cassandra.apache.org
[VOTE] Release Apache Cassandra 4.0-beta3
Proposing the test build of Cassandra 4.0-beta3 for release. sha1: be716b46f2cb3b2d1f01dc225396c6284d5a35de Git: https://gitbox.apache.org/repos/asf?p=cassandra.git;a=shortlog;h=refs/tags/4.0-beta3-tentative Maven Artifacts: https://repository.apache.org/content/repositories/orgapachecassandra-1224/org/apache/cassandra/cassandra-all/4.0-beta3/ 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-beta3/ 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://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=CHANGES.txt;hb=refs/tags/4.0-beta3-tentative [2]: NEWS.txt: https://gitbox.apache.org/repos/asf?p=cassandra.git;a=blob_plain;f=NEWS.txt;hb=refs/tags/4.0-beta3-tentative - To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org For additional commands, e-mail: dev-h...@cassandra.apache.org
Changes to JMX metric names in 4.0 beta
In CASSANDRA-15299, native protocol V5 is being reworked to incorporate the framing format of internode messaging. This is mildly controversial given we're well into the beta now and there has been discussion[1] about this previously, so I won't rehash that here but I did want to call out another much smaller related change I think we need also to make. CASSANDRA-15704 (4.0-alpha4) introduced new metrics to track the network traffic between clients and servers. I've had cause to touch this code in the course of 15299 and IMO there are a couple of issues with the naming of the metrics we expose here. I'm planning to take care of this as part of 15299, but wanted to flag it on list as the existing metric names form part of the published JMX interface. I don't imagine this causing too many problems, especially as these metrics are all new in 4.0, but changing externally facing stuff at this point is not ideal. The changes I plan to make are here: https://github.com/beobal/cassandra/commit/3cb8cf5366a71b4a00a208716d09b4c9c9bd0544 If nobody objects, I'll go ahead and include this commit when 15299 finishes review, which hopefully isn't too far off. Thanks, Sam [1] https://lists.apache.org/thread.html/rb50766fbd1c4b5eeeccbccd10681bf5b6d1c0e7bf7dbb43054609c34%40%3Cdev.cassandra.apache.org%3E - To unsubscribe, e-mail: dev-unsubscr...@cassandra.apache.org For additional commands, e-mail: dev-h...@cassandra.apache.org