(cassandra) branch trunk updated (a9dbb89419 -> 505f06a4ae)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git from a9dbb89419 remove unused import new f12f928dee Bring dirs/ownership/perms in line with Debian package new 103e9cca1a Merge branch 'cassandra-4.0' into cassandra-4.1 new 1902195d99 Merge branch 'cassandra-4.1' into cassandra-5.0 new 505f06a4ae Merge branch 'cassandra-5.0' into trunk The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGES.txt | 1 + redhat/cassandra.spec | 11 --- 2 files changed, 5 insertions(+), 7 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-4.1 updated (6b13426562 -> 103e9cca1a)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git from 6b13426562 Prepare debian changelog for 4.1.5 new f12f928dee Bring dirs/ownership/perms in line with Debian package new 103e9cca1a Merge branch 'cassandra-4.0' into cassandra-4.1 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGES.txt | 5 + redhat/cassandra.spec | 7 ++- 2 files changed, 7 insertions(+), 5 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-5.0' into trunk
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 505f06a4ae5a8c80e2fad75a78eda95cfae742ce Merge: a9dbb89419 1902195d99 Author: Brandon Williams AuthorDate: Mon May 6 08:37:11 2024 -0500 Merge branch 'cassandra-5.0' into trunk CHANGES.txt | 1 + redhat/cassandra.spec | 11 --- 2 files changed, 5 insertions(+), 7 deletions(-) diff --cc CHANGES.txt index fb1ae2f8bd,45500b642e..ddb6a57103 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -78,9 -38,11 +78,10 @@@ Merged from 4.1 * Fix hints delivery for a node going down repeatedly (CASSANDRA-19495) * Do not go to disk for reading hints file sizes (CASSANDRA-19477) * Fix system_views.settings to handle array types (CASSANDRA-19475) - * Memoize Cassandra verion and add a backoff interval for failed schema pulls (CASSANDRA-18902) * Fix StackOverflowError on ALTER after many previous schema changes (CASSANDRA-19166) + * Memoize Cassandra verion (CASSANDRA-18902) Merged from 4.0: + * Bring Redhat packge dirs/ownership/perms in line with Debian package (CASSANDRA-19565) * Make nodetool import congruent with the documentation by not relying on the folder structure of the imported SSTable files (CASSANDRA-19401) * IR may leak SSTables with pending repair when coming from streaming (CASSANDRA-19182) * Streaming exception race creates corrupt transaction log files that prevent restart (CASSANDRA-18736) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-4.0 updated: Bring dirs/ownership/perms in line with Debian package
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git The following commit(s) were added to refs/heads/cassandra-4.0 by this push: new f12f928dee Bring dirs/ownership/perms in line with Debian package f12f928dee is described below commit f12f928dee2291d0ca98a20c788d545e6ffb623b Author: Brandon Williams AuthorDate: Mon Apr 29 10:16:51 2024 -0500 Bring dirs/ownership/perms in line with Debian package Patch by brandonwilliams; reviewed by bereng for CASSANDRA-19565 --- CHANGES.txt | 4 redhat/cassandra.spec | 7 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 452751cfc4..a506c9e9e0 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +4.0.14 + * Bring Redhat packge dirs/ownership/perms in line with Debian package (CASSANDRA-19565) + + 4.0.13 * Make nodetool import congruent with the documentation by not relying on the folder structure of the imported SSTable files (CASSANDRA-19401) * IR may leak SSTables with pending repair when coming from streaming (CASSANDRA-19182) diff --git a/redhat/cassandra.spec b/redhat/cassandra.spec index 13b6cf42b6..775aa2a208 100644 --- a/redhat/cassandra.spec +++ b/redhat/cassandra.spec @@ -82,10 +82,7 @@ mkdir -p %{buildroot}/%{_sysconfdir}/security/limits.d mkdir -p %{buildroot}/%{_sysconfdir}/default mkdir -p %{buildroot}/usr/sbin mkdir -p %{buildroot}/usr/bin -mkdir -p %{buildroot}/var/lib/%{username}/commitlog -mkdir -p %{buildroot}/var/lib/%{username}/data -mkdir -p %{buildroot}/var/lib/%{username}/saved_caches -mkdir -p %{buildroot}/var/lib/%{username}/hints +mkdir -p %{buildroot}/var/lib/%{username} mkdir -p %{buildroot}/var/run/%{username} mkdir -p %{buildroot}/var/log/%{username} ( cd pylib && %{__python} setup.py install --no-compile --root %{buildroot}; ) @@ -161,7 +158,7 @@ exit 0 %{_sysconfdir}/security/limits.d/%{username}.conf /usr/share/%{username}* %config(noreplace) /%{_sysconfdir}/%{username} -%attr(755,%{username},%{username}) %config(noreplace) /var/lib/%{username}/* +%attr(755,%{username},%{username}) %config(noreplace) /var/lib/%{username} %attr(755,%{username},%{username}) /var/log/%{username}* %attr(755,%{username},%{username}) /var/run/%{username}* %{python_sitelib}/cqlshlib/ - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra-builds) branch trunk updated: Add showing java version to prepare_release.sh
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git The following commit(s) were added to refs/heads/trunk by this push: new 8bf8b20 Add showing java version to prepare_release.sh 8bf8b20 is described below commit 8bf8b20c8e474a1d3026bbd3cf3a4772530b33f1 Author: Brandon Williams AuthorDate: Thu May 2 11:57:40 2024 -0500 Add showing java version to prepare_release.sh Patch by brandonwilliams; reviewed by edimitrova for CASSANDRA-19614 --- cassandra-release/prepare_release.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/cassandra-release/prepare_release.sh b/cassandra-release/prepare_release.sh index cff842e..f4638e1 100755 --- a/cassandra-release/prepare_release.sh +++ b/cassandra-release/prepare_release.sh @@ -166,6 +166,7 @@ then fi echo "" git show $head_commit +java -version echo "Is this what you want?" select yn in "Yes" "No"; do - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-5.0 updated (d7aa3c60f9 -> 7402bcb8f7)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git from d7aa3c60f9 Merge branch 'cassandra-4.1' into cassandra-5.0 add 6b13426562 Prepare debian changelog for 4.1.5 new 7402bcb8f7 Merge branch 'cassandra-4.1' into cassandra-5.0 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-5.0' into trunk
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 668d678d5c4e339ac2e0ba6a2bff7da0797f7504 Merge: ba902a7915 7402bcb8f7 Author: Brandon Williams AuthorDate: Thu May 2 10:47:09 2024 -0500 Merge branch 'cassandra-5.0' into trunk - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-4.1' into cassandra-5.0
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 7402bcb8f73b8b5b3a77acfd717a0a2683eb8de1 Merge: d7aa3c60f9 6b13426562 Author: Brandon Williams AuthorDate: Thu May 2 10:47:01 2024 -0500 Merge branch 'cassandra-4.1' into cassandra-5.0 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch trunk updated (ba902a7915 -> 668d678d5c)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git from ba902a7915 Merge branch 'cassandra-5.0' into trunk add 6b13426562 Prepare debian changelog for 4.1.5 new 7402bcb8f7 Merge branch 'cassandra-4.1' into cassandra-5.0 new 668d678d5c Merge branch 'cassandra-5.0' into trunk The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-4.1 updated (5cf8a4cbbb -> 6b13426562)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git from 5cf8a4cbbb Merge branch 'cassandra-4.0' into cassandra-4.1 add 6b13426562 Prepare debian changelog for 4.1.5 No new revisions were added by this update. Summary of changes: debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
svn commit: r68922 - in /dev/cassandra/4.1.5/redhat: ./ noboolean/ noboolean/repodata/ repodata/
Author: brandonwilliams Date: Thu May 2 15:37:27 2024 New Revision: 68922 Log: staging cassandra rpm packages for 4.1.5 Added: dev/cassandra/4.1.5/redhat/ dev/cassandra/4.1.5/redhat/cassandra-4.1.5-1.noarch.rpm (with props) dev/cassandra/4.1.5/redhat/cassandra-4.1.5-1.src.rpm (with props) dev/cassandra/4.1.5/redhat/cassandra-tools-4.1.5-1.noarch.rpm (with props) dev/cassandra/4.1.5/redhat/noboolean/ dev/cassandra/4.1.5/redhat/noboolean/cassandra-4.1.5-1.noarch.rpm (with props) dev/cassandra/4.1.5/redhat/noboolean/cassandra-4.1.5-1.src.rpm (with props) dev/cassandra/4.1.5/redhat/noboolean/cassandra-tools-4.1.5-1.noarch.rpm (with props) dev/cassandra/4.1.5/redhat/noboolean/repodata/ dev/cassandra/4.1.5/redhat/noboolean/repodata/368c73413ee7cbdefbe58b76f3fedda98e29ddf296371734987d7e7d32d3f02d-filelists.sqlite.bz2 (with props) dev/cassandra/4.1.5/redhat/noboolean/repodata/368c73413ee7cbdefbe58b76f3fedda98e29ddf296371734987d7e7d32d3f02d-filelists.sqlite.bz2.asc dev/cassandra/4.1.5/redhat/noboolean/repodata/3c505bf864fba7c33fddcd1b9dae22fe750a940674d49d9e4ffa76d79daf717e-primary.xml.gz (with props) dev/cassandra/4.1.5/redhat/noboolean/repodata/3c505bf864fba7c33fddcd1b9dae22fe750a940674d49d9e4ffa76d79daf717e-primary.xml.gz.asc dev/cassandra/4.1.5/redhat/noboolean/repodata/7f95927a4d93c35786856da13efb5a51cc51f83aa5434c834d35ced81ec85120-primary.sqlite.bz2 (with props) dev/cassandra/4.1.5/redhat/noboolean/repodata/7f95927a4d93c35786856da13efb5a51cc51f83aa5434c834d35ced81ec85120-primary.sqlite.bz2.asc dev/cassandra/4.1.5/redhat/noboolean/repodata/b9f40e2d492410cb0d411cc7c50133a185164fa9b450fba3f6d56a379b36ae0e-other.sqlite.bz2 (with props) dev/cassandra/4.1.5/redhat/noboolean/repodata/b9f40e2d492410cb0d411cc7c50133a185164fa9b450fba3f6d56a379b36ae0e-other.sqlite.bz2.asc dev/cassandra/4.1.5/redhat/noboolean/repodata/ce2d9a1e2bd0af23f85664df69f24b23e322bc0d0ca0329f4de073f965da4ffe-filelists.xml.gz (with props) dev/cassandra/4.1.5/redhat/noboolean/repodata/ce2d9a1e2bd0af23f85664df69f24b23e322bc0d0ca0329f4de073f965da4ffe-filelists.xml.gz.asc dev/cassandra/4.1.5/redhat/noboolean/repodata/f10556b4db91f31cde96102bbf7a53a34c82611725d4a555ff068bed0bbdd9ba-other.xml.gz (with props) dev/cassandra/4.1.5/redhat/noboolean/repodata/f10556b4db91f31cde96102bbf7a53a34c82611725d4a555ff068bed0bbdd9ba-other.xml.gz.asc dev/cassandra/4.1.5/redhat/noboolean/repodata/repomd.xml dev/cassandra/4.1.5/redhat/noboolean/repodata/repomd.xml.asc dev/cassandra/4.1.5/redhat/repodata/ dev/cassandra/4.1.5/redhat/repodata/1196bd3f01b91212d348c7f7692ce1871d7c4f362b00bf5d885bb9f51e75c839-filelists.xml.gz (with props) dev/cassandra/4.1.5/redhat/repodata/1196bd3f01b91212d348c7f7692ce1871d7c4f362b00bf5d885bb9f51e75c839-filelists.xml.gz.asc dev/cassandra/4.1.5/redhat/repodata/2d028fc0213455c3b7546f16cc494c6e69aaf61f84f647e385fb4b02b96c03ee-other.xml.gz (with props) dev/cassandra/4.1.5/redhat/repodata/2d028fc0213455c3b7546f16cc494c6e69aaf61f84f647e385fb4b02b96c03ee-other.xml.gz.asc dev/cassandra/4.1.5/redhat/repodata/3df8b69083f5ad04ffbb107a06d11cc28a0cf31fbf92d200250bdba52a9b2b4d-other.sqlite.bz2 (with props) dev/cassandra/4.1.5/redhat/repodata/3df8b69083f5ad04ffbb107a06d11cc28a0cf31fbf92d200250bdba52a9b2b4d-other.sqlite.bz2.asc dev/cassandra/4.1.5/redhat/repodata/474f06ddd93b0ff3061534780de294683bb2827537a94a17e484f9d0171976da-filelists.sqlite.bz2 (with props) dev/cassandra/4.1.5/redhat/repodata/474f06ddd93b0ff3061534780de294683bb2827537a94a17e484f9d0171976da-filelists.sqlite.bz2.asc dev/cassandra/4.1.5/redhat/repodata/6f43d7fe9ce3b4fe775aff5fc67d3945ac0d8df7742a32b69757150598518efc-primary.sqlite.bz2 (with props) dev/cassandra/4.1.5/redhat/repodata/6f43d7fe9ce3b4fe775aff5fc67d3945ac0d8df7742a32b69757150598518efc-primary.sqlite.bz2.asc dev/cassandra/4.1.5/redhat/repodata/dc2d13e660c4e87f134b43e7041fc0e652fe7536ec1c70f76698860bdc6cb107-primary.xml.gz (with props) dev/cassandra/4.1.5/redhat/repodata/dc2d13e660c4e87f134b43e7041fc0e652fe7536ec1c70f76698860bdc6cb107-primary.xml.gz.asc dev/cassandra/4.1.5/redhat/repodata/repomd.xml dev/cassandra/4.1.5/redhat/repodata/repomd.xml.asc Added: dev/cassandra/4.1.5/redhat/cassandra-4.1.5-1.noarch.rpm == Binary file - no diff available. Propchange: dev/cassandra/4.1.5/redhat/cassandra-4.1.5-1.noarch.rpm -- svn:mime-type = application/octet-stream Added: dev/cassandra/4.1.5/redhat/cassandra-4.1.5-1.src.rpm == Binary file - no diff available. Propchange: dev/cassandra/4.1.5/redhat/cassandra-4.1.5-1.src.rpm
svn commit: r68920 - in /dev/cassandra/4.1.5/debian: ./ dists/ dists/41x/ dists/41x/main/ dists/41x/main/binary-amd64/ dists/41x/main/binary-arm64/ dists/41x/main/binary-i386/ dists/41x/main/source/ p
Author: brandonwilliams Date: Thu May 2 15:28:59 2024 New Revision: 68920 Log: staging cassandra debian packages for 4.1.5 Added: dev/cassandra/4.1.5/debian/ dev/cassandra/4.1.5/debian/cassandra-tools_4.1.5_all.deb (with props) dev/cassandra/4.1.5/debian/cassandra_4.1.5.dsc dev/cassandra/4.1.5/debian/cassandra_4.1.5.tar.gz (with props) dev/cassandra/4.1.5/debian/cassandra_4.1.5_all.deb (with props) dev/cassandra/4.1.5/debian/cassandra_4.1.5_amd64.buildinfo dev/cassandra/4.1.5/debian/cassandra_4.1.5_amd64.changes dev/cassandra/4.1.5/debian/dists/ dev/cassandra/4.1.5/debian/dists/41x/ dev/cassandra/4.1.5/debian/dists/41x/InRelease dev/cassandra/4.1.5/debian/dists/41x/Release dev/cassandra/4.1.5/debian/dists/41x/Release.gpg dev/cassandra/4.1.5/debian/dists/41x/main/ dev/cassandra/4.1.5/debian/dists/41x/main/binary-amd64/ dev/cassandra/4.1.5/debian/dists/41x/main/binary-amd64/Packages dev/cassandra/4.1.5/debian/dists/41x/main/binary-amd64/Packages.gz (with props) dev/cassandra/4.1.5/debian/dists/41x/main/binary-amd64/Release dev/cassandra/4.1.5/debian/dists/41x/main/binary-arm64/ dev/cassandra/4.1.5/debian/dists/41x/main/binary-arm64/Packages dev/cassandra/4.1.5/debian/dists/41x/main/binary-arm64/Packages.gz (with props) dev/cassandra/4.1.5/debian/dists/41x/main/binary-arm64/Release dev/cassandra/4.1.5/debian/dists/41x/main/binary-i386/ dev/cassandra/4.1.5/debian/dists/41x/main/binary-i386/Packages dev/cassandra/4.1.5/debian/dists/41x/main/binary-i386/Packages.gz (with props) dev/cassandra/4.1.5/debian/dists/41x/main/binary-i386/Release dev/cassandra/4.1.5/debian/dists/41x/main/source/ dev/cassandra/4.1.5/debian/dists/41x/main/source/Release dev/cassandra/4.1.5/debian/dists/41x/main/source/Sources.gz (with props) dev/cassandra/4.1.5/debian/pool/ dev/cassandra/4.1.5/debian/pool/main/ dev/cassandra/4.1.5/debian/pool/main/c/ dev/cassandra/4.1.5/debian/pool/main/c/cassandra/ dev/cassandra/4.1.5/debian/pool/main/c/cassandra/cassandra-tools_4.1.5_all.deb (with props) dev/cassandra/4.1.5/debian/pool/main/c/cassandra/cassandra_4.1.5.dsc dev/cassandra/4.1.5/debian/pool/main/c/cassandra/cassandra_4.1.5.tar.gz (with props) dev/cassandra/4.1.5/debian/pool/main/c/cassandra/cassandra_4.1.5_all.deb (with props) Added: dev/cassandra/4.1.5/debian/cassandra-tools_4.1.5_all.deb == Binary file - no diff available. Propchange: dev/cassandra/4.1.5/debian/cassandra-tools_4.1.5_all.deb -- svn:mime-type = application/octet-stream Added: dev/cassandra/4.1.5/debian/cassandra_4.1.5.dsc == --- dev/cassandra/4.1.5/debian/cassandra_4.1.5.dsc (added) +++ dev/cassandra/4.1.5/debian/cassandra_4.1.5.dsc Thu May 2 15:28:59 2024 @@ -0,0 +1,41 @@ +-BEGIN PGP SIGNED MESSAGE- +Hash: SHA512 + +Format: 1.0 +Source: cassandra +Binary: cassandra, cassandra-tools +Architecture: all +Version: 4.1.5 +Maintainer: Eric Evans +Uploaders: Sylvain Lebresne +Homepage: http://cassandra.apache.org +Standards-Version: 3.8.3 +Vcs-Browser: https://gitbox.apache.org/repos/asf?p=cassandra.git +Vcs-Git: https://gitbox.apache.org/repos/asf/cassandra.git +Build-Depends: debhelper (>= 11), openjdk-8-jdk-headless | openjdk-11-jdk-headless | java8-jdk | java11-jdk, ant (>= 1.10), ant-optional (>= 1.10), dh-python, python3-dev (>= 3.6), quilt, bash-completion +Package-List: + cassandra deb misc extra arch=all + cassandra-tools deb misc extra arch=all +Checksums-Sha1: + 0eca95e89b5ccad21e164f26cff03e923e1bd39a 14608112 cassandra_4.1.5.tar.gz +Checksums-Sha256: + ac735d0bdc5b378932a24d62d9308ff4751863c784e13b804abd887f6e7bd4ff 14608112 cassandra_4.1.5.tar.gz +Files: + c495f6187354f213ba6824f88960 14608112 cassandra_4.1.5.tar.gz + +-BEGIN PGP SIGNATURE- + +iQIzBAEBCgAdFiEEt4Qs2vNuajIU+uNdXoW5rguEwEEFAmYzsNUACgkQXoW5rguE +wEH5Zg//S4Zaxx2XpEAvJHiF6mxHzm53zx7pOjM27ZcprmLrumgzZDRqOefRbOft +Qlv5OwlsMLfe/YsbD+/wPS1zwbFqOE40HXgMribVSJydt8p4NSsf/zBjwz+way0K +go913hrDJYb1JJjnZEhkwPDTfKCdOAEx8FOQiTfeL45xN+2I3e9+lEOavQ8pkHfI +6DgTrLUB1MorLOOFhDN/524hr5NvzdC45V+VKHXbJybgNa6EZOZUQB3w4YK5bN32 +BP834fY8WpSEsrf87swR653hOQbHTST9sNCh8fjo5dPj7md9xn3oXJ4W+wvjWV6j +30tS7uHTGvDlu0UDOIPg7wv1vaYkDRwiWfFDz2/2lSz07ugZXdgZuaoAsEk8Qwj1 +RqRDQs3O1JBWK1ovxrM0HUaMOuFifE7Qtjhiv9ka4eDhf8bxC1XTo0Wvi5b1KQCt +qayWoBbRTy28+Pqq6ix0ZY1wSm8RP15a8np7w3MKzPp2chQrczGj2i3WQsqslaUx +tspVOA1dzuYta/RK7BX+Q/ftFgjHNAQoeKJWZ/xitZ7xs7Qgcelih4guRW9MS16D +meWL35NkI0vnZ2djxO18W1e4x9mZNRnVK/VZd4RUJpm9qYFlTV36uUwwGNJZHlMe +2GYUgfV5KWgMTSgtsvEF9Vr5bAWkBlr5rj304psRGi/5LIFKvfk= +=et/t +-END PGP SIGNATURE- Added: dev/cassandra/4.1.5/debian/cassandra_
svn commit: r68919 - /dev/cassandra/4.1.5/
Author: brandonwilliams Date: Thu May 2 15:24:57 2024 New Revision: 68919 Log: staging cassandra 4.1.5 Added: dev/cassandra/4.1.5/ dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz (with props) dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz.asc dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz.sha256 dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz.sha512 dev/cassandra/4.1.5/apache-cassandra-4.1.5-src.tar.gz (with props) dev/cassandra/4.1.5/apache-cassandra-4.1.5-src.tar.gz.asc dev/cassandra/4.1.5/apache-cassandra-4.1.5-src.tar.gz.sha256 dev/cassandra/4.1.5/apache-cassandra-4.1.5-src.tar.gz.sha512 Added: dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz == Binary file - no diff available. Propchange: dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz -- svn:mime-type = application/octet-stream Added: dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz.asc == --- dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz.asc (added) +++ dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz.asc Thu May 2 15:24:57 2024 @@ -0,0 +1,16 @@ +-BEGIN PGP SIGNATURE- + +iQIzBAABCgAdFiEEt4Qs2vNuajIU+uNdXoW5rguEwEEFAmYzr7QACgkQXoW5rguE +wEGFxhAAzLIOFLr0TCBWzw9xHyiGIlXU1eZEFl6kIO0uFN9MgB6Sb/pHccHMfwGl +HTbGWKHchQURPWldBoklqbkCTibpQumqukxirHCsOH9zyGlgtKAiHg119/NqedJu +pD22QN/q092HTmxvlOaeVsMUXXf2xq41jliZX5yfWmgC0VVFvCWCUKfUVATnYkX7 +l9VF1J6aOk4oRg90ndzf8Umc/zs6tTRm76C/xLyGD/k23DmjE5FP24C2GPrAEthD +2BV6NEMjJlvR9cxjtTHp2mN3FNlR33I6FUmsKS7iInkIJbwq898GrllzRB4CxrvM +Azt8DtoC/C4y+qX4WJ2h9VSlW5In+ASoQarcnzVejS/GJnEZM5uFofV2hcgEewvE +xifZ9i8oQspfg4kzi+nUaob+G9OM4O9r0ZpJFm0JrDNcRrc79haoAiwoOvONlUre +LWi6G/RaM/kuCFUVWeGq+pb/c2F945MPKF1z/s8DOi0UNabBIj0v5LCML8t9kFUU +UjW1bvw25CBakKw9pcGNXbKeOWaDFJj/kD/7Synk5iaxCEjNRACxdRpYT8bhhba6 +7Iec7Bx+UpGkfrIyoHhGnLK0RRN5GJ+gbxgktvBld8pbkZrLk2ItXvVyxJp7jcn5 +l+/iZXGu/b5/H5OjHPtE2WIaz5jVLBJfcpSVheO78T5PYo7XgB4= +=HZe2 +-END PGP SIGNATURE- Added: dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz.sha256 == --- dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz.sha256 (added) +++ dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz.sha256 Thu May 2 15:24:57 2024 @@ -0,0 +1 @@ +ed184c361482e8b34f75537a1ac83755286313d6dcb0e11293813fb8ce4afbf5 Added: dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz.sha512 == --- dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz.sha512 (added) +++ dev/cassandra/4.1.5/apache-cassandra-4.1.5-bin.tar.gz.sha512 Thu May 2 15:24:57 2024 @@ -0,0 +1 @@ +9b76bcba188c34de0bec7327adb5d4d571df7ac485788e577974f361422c229df17d90925eff20d97090581c01756bc7a7fc8b8f01f99297c90276240e27ebeb Added: dev/cassandra/4.1.5/apache-cassandra-4.1.5-src.tar.gz == Binary file - no diff available. Propchange: dev/cassandra/4.1.5/apache-cassandra-4.1.5-src.tar.gz -- svn:mime-type = application/octet-stream Added: dev/cassandra/4.1.5/apache-cassandra-4.1.5-src.tar.gz.asc == --- dev/cassandra/4.1.5/apache-cassandra-4.1.5-src.tar.gz.asc (added) +++ dev/cassandra/4.1.5/apache-cassandra-4.1.5-src.tar.gz.asc Thu May 2 15:24:57 2024 @@ -0,0 +1,16 @@ +-BEGIN PGP SIGNATURE- + +iQIzBAABCgAdFiEEt4Qs2vNuajIU+uNdXoW5rguEwEEFAmYzr7YACgkQXoW5rguE +wEEVnRAAphVHujguV6mud1Zku09Q4KKoCQrkU+5eRQZ4i3sJCPaMoU28n7X0YrqR +sH/mgkAvGNjSydIhgpnkTU4HnE2JgwDTl1jAfYoSsB2Pu4kCurzaYngEDCiAtQyA +ybwHOsCRDQSjl0cqXQZPF45oMfV6qPoc7om33a67k08dGdutS0/+ITWw7Jzy18Nu +TirwoMYjgpxObyeIhJh7BCcgLFqSMvJdtrd7Pl8z1B1OBBuqgnNs6WfBoFzuzg7s +yOFiTFVaJV0b88d72kuEGfnlrXb2fPCQXLLf1pvZxjDw75I5S5/Pj2IUjtg1+bCb +g9RNNTZpKvKcnc3OEv3eON9je4GPnhdZiOMGXWX0rnbmOPC4nhWJNGTwsDjIHtCv +LpwioVG7/X7nj73VILp7gt6n6px7vC4e5Z4zb0qt3wbvWkzhkj+Q4DIXJ6rEVFej +f4ivLW9x544gdZktdUtBffAgeg9Pg8KoD+zAvp/AEFvTm1b2mMkdAGTEoopW2WYw +QGHYdfOu561cg3p7pVTVY9iJ14vmFPDg0lSAyvWw8Iw344mXYWlI7jCtGL93Ro9z +ip/svJs4jvKYASkxtQ9WYZwB4uUJVxZLpF9TG7/tf3G9gbWAMyeyl9NbCy1w9HEr +1IGyW5LKwLxW8y4aV3U/vHlXoLIL9Plh8i6YvmyI5nuxXFl5wAc= +=WekG +-END PGP SIGNATURE- Added: dev/cassandra/4.1.5/apache-cassandra-4.1.5-src.tar.gz.sha256 == --- dev/cassandra/4.1.5/apache-cassandra-4.1.5-src.tar.gz.sha256 (added) +++ dev/cassandra/4.1.5/apache-cassandra-4.1.5-src.tar.gz.sha256 Thu May 2 15:24:57 2024 @@ -0,0 +1 @@ +503d3af95da91538df771aa74202daf3fedceecb7bbcf8a69713403f551b3afc Added: dev/cassandra
(cassandra) 01/01: Prepare debian changelog for 4.1.5
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to tag 4.1.5-tentative in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 6b134265620d6b39f9771d92edd29abdfd27de6a Author: Brandon Williams AuthorDate: Thu May 2 10:19:47 2024 -0500 Prepare debian changelog for 4.1.5 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 27c452488c..dee930c08a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -cassandra (4.1.5) UNRELEASED; urgency=medium +cassandra (4.1.5) unstable; urgency=medium * New release - -- Stefan Miklosovic Wed, 14 Feb 2024 21:02:09 +0100 + -- Brandon Williams Thu, 02 May 2024 10:19:39 -0500 cassandra (4.1.4) unstable; urgency=medium - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) tag 4.1.5-tentative created (now 6b13426562)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to tag 4.1.5-tentative in repository https://gitbox.apache.org/repos/asf/cassandra.git at 6b13426562 (commit) This tag includes the following new commits: new 6b13426562 Prepare debian changelog for 4.1.5 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-5.0' into trunk
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit ba902a79153d54496d802a9dc870db33b251b9b5 Merge: 7dc067e3ac d7aa3c60f9 Author: Brandon Williams AuthorDate: Thu May 2 10:14:20 2024 -0500 Merge branch 'cassandra-5.0' into trunk - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-5.0 updated (3262847ad7 -> d7aa3c60f9)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git from 3262847ad7 Install ed from bullseye repo add a6fb3b76fe Prepare debian changelog for 4.0.13 new 5cf8a4cbbb Merge branch 'cassandra-4.0' into cassandra-4.1 new d7aa3c60f9 Merge branch 'cassandra-4.1' into cassandra-5.0 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-4.0 updated (334ca05730 -> a6fb3b76fe)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git from 334ca05730 Make nodetool import congruent with the documentation by not relying on the folder structure of the imported SSTable files add a6fb3b76fe Prepare debian changelog for 4.0.13 No new revisions were added by this update. Summary of changes: debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-4.0' into cassandra-4.1
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 5cf8a4cbbb6544f87c1619a3f9acd736a294bbe6 Merge: 85039aa8c5 a6fb3b76fe Author: Brandon Williams AuthorDate: Thu May 2 10:13:53 2024 -0500 Merge branch 'cassandra-4.0' into cassandra-4.1 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-4.1' into cassandra-5.0
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit d7aa3c60f9428a2e8f7bb3e3970df7adbb26dfaf Merge: 3262847ad7 5cf8a4cbbb Author: Brandon Williams AuthorDate: Thu May 2 10:14:11 2024 -0500 Merge branch 'cassandra-4.1' into cassandra-5.0 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch trunk updated (7dc067e3ac -> ba902a7915)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git from 7dc067e3ac Merge branch 'cassandra-5.0' into trunk add a6fb3b76fe Prepare debian changelog for 4.0.13 new 5cf8a4cbbb Merge branch 'cassandra-4.0' into cassandra-4.1 new d7aa3c60f9 Merge branch 'cassandra-4.1' into cassandra-5.0 new ba902a7915 Merge branch 'cassandra-5.0' into trunk The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-4.1 updated (85039aa8c5 -> 5cf8a4cbbb)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git from 85039aa8c5 Merge branch 'cassandra-4.0' into cassandra-4.1 add a6fb3b76fe Prepare debian changelog for 4.0.13 new 5cf8a4cbbb Merge branch 'cassandra-4.0' into cassandra-4.1 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
svn commit: r68918 - in /dev/cassandra/4.0.13/redhat: ./ noboolean/ noboolean/repodata/ repodata/
Author: brandonwilliams Date: Thu May 2 15:10:14 2024 New Revision: 68918 Log: staging cassandra rpm packages for 4.0.13 Added: dev/cassandra/4.0.13/redhat/ dev/cassandra/4.0.13/redhat/cassandra-4.0.13-1.noarch.rpm (with props) dev/cassandra/4.0.13/redhat/cassandra-4.0.13-1.src.rpm (with props) dev/cassandra/4.0.13/redhat/cassandra-tools-4.0.13-1.noarch.rpm (with props) dev/cassandra/4.0.13/redhat/noboolean/ dev/cassandra/4.0.13/redhat/noboolean/cassandra-4.0.13-1.noarch.rpm (with props) dev/cassandra/4.0.13/redhat/noboolean/cassandra-4.0.13-1.src.rpm (with props) dev/cassandra/4.0.13/redhat/noboolean/cassandra-tools-4.0.13-1.noarch.rpm (with props) dev/cassandra/4.0.13/redhat/noboolean/repodata/ dev/cassandra/4.0.13/redhat/noboolean/repodata/2db8aa2014fd5b2b83b5b05f83dbe744fd3e8dce7b88b113f0c072c3cc974a0c-other.xml.gz (with props) dev/cassandra/4.0.13/redhat/noboolean/repodata/2db8aa2014fd5b2b83b5b05f83dbe744fd3e8dce7b88b113f0c072c3cc974a0c-other.xml.gz.asc dev/cassandra/4.0.13/redhat/noboolean/repodata/3717cb8ff9e21ba5e8a489f182e5317da5919ecc1110d85aa56cabbc1125089b-other.sqlite.bz2 (with props) dev/cassandra/4.0.13/redhat/noboolean/repodata/3717cb8ff9e21ba5e8a489f182e5317da5919ecc1110d85aa56cabbc1125089b-other.sqlite.bz2.asc dev/cassandra/4.0.13/redhat/noboolean/repodata/73fd9810c01ab49ddaea3c413dcf91b6315d1c6625c831891035f135331926c3-filelists.xml.gz (with props) dev/cassandra/4.0.13/redhat/noboolean/repodata/73fd9810c01ab49ddaea3c413dcf91b6315d1c6625c831891035f135331926c3-filelists.xml.gz.asc dev/cassandra/4.0.13/redhat/noboolean/repodata/7b7c3d366255a21227d2550731d023d6c89e84cfecbcab25ffc09e942bcf14d8-primary.xml.gz (with props) dev/cassandra/4.0.13/redhat/noboolean/repodata/7b7c3d366255a21227d2550731d023d6c89e84cfecbcab25ffc09e942bcf14d8-primary.xml.gz.asc dev/cassandra/4.0.13/redhat/noboolean/repodata/82679b0287545da3b0c47bb944aef65df77bf709781c4931d8fccf6be0b4066e-filelists.sqlite.bz2 (with props) dev/cassandra/4.0.13/redhat/noboolean/repodata/82679b0287545da3b0c47bb944aef65df77bf709781c4931d8fccf6be0b4066e-filelists.sqlite.bz2.asc dev/cassandra/4.0.13/redhat/noboolean/repodata/df66ea55c8e4909dbc741386b3ecfff4b1e8bd9c72a697bcc19bc3d49868a244-primary.sqlite.bz2 (with props) dev/cassandra/4.0.13/redhat/noboolean/repodata/df66ea55c8e4909dbc741386b3ecfff4b1e8bd9c72a697bcc19bc3d49868a244-primary.sqlite.bz2.asc dev/cassandra/4.0.13/redhat/noboolean/repodata/repomd.xml dev/cassandra/4.0.13/redhat/noboolean/repodata/repomd.xml.asc dev/cassandra/4.0.13/redhat/repodata/ dev/cassandra/4.0.13/redhat/repodata/0ee16e3a9113d64fc22ff0a99db9339baa860bb4aa020d635bb873deeba3b74d-other.sqlite.bz2 (with props) dev/cassandra/4.0.13/redhat/repodata/0ee16e3a9113d64fc22ff0a99db9339baa860bb4aa020d635bb873deeba3b74d-other.sqlite.bz2.asc dev/cassandra/4.0.13/redhat/repodata/316aa967768e86fec6edf7c66c0af01e24469617bb3c93d7e4aa2f8243d4a6ba-primary.xml.gz (with props) dev/cassandra/4.0.13/redhat/repodata/316aa967768e86fec6edf7c66c0af01e24469617bb3c93d7e4aa2f8243d4a6ba-primary.xml.gz.asc dev/cassandra/4.0.13/redhat/repodata/341022b45089da7a83a670f0b2ee76eea1026fa22e45515d4dbea7ca6e6424dc-filelists.xml.gz (with props) dev/cassandra/4.0.13/redhat/repodata/341022b45089da7a83a670f0b2ee76eea1026fa22e45515d4dbea7ca6e6424dc-filelists.xml.gz.asc dev/cassandra/4.0.13/redhat/repodata/35ae6782b71fe8db63cfe62d36a2e770b6e2c4f5c27d9ccf9366c37a835c122c-filelists.sqlite.bz2 (with props) dev/cassandra/4.0.13/redhat/repodata/35ae6782b71fe8db63cfe62d36a2e770b6e2c4f5c27d9ccf9366c37a835c122c-filelists.sqlite.bz2.asc dev/cassandra/4.0.13/redhat/repodata/7e388f56feb2e7d67ee3966de6480532cbdebcdd89480c177eac58a2236f7862-primary.sqlite.bz2 (with props) dev/cassandra/4.0.13/redhat/repodata/7e388f56feb2e7d67ee3966de6480532cbdebcdd89480c177eac58a2236f7862-primary.sqlite.bz2.asc dev/cassandra/4.0.13/redhat/repodata/a7c45a52f1758b88931b47566b52db25d8cf29283b6a8b5e2c779b64c94feaad-other.xml.gz (with props) dev/cassandra/4.0.13/redhat/repodata/a7c45a52f1758b88931b47566b52db25d8cf29283b6a8b5e2c779b64c94feaad-other.xml.gz.asc dev/cassandra/4.0.13/redhat/repodata/repomd.xml dev/cassandra/4.0.13/redhat/repodata/repomd.xml.asc Added: dev/cassandra/4.0.13/redhat/cassandra-4.0.13-1.noarch.rpm == Binary file - no diff available. Propchange: dev/cassandra/4.0.13/redhat/cassandra-4.0.13-1.noarch.rpm -- svn:mime-type = application/octet-stream Added: dev/cassandra/4.0.13/redhat/cassandra-4.0.13-1.src.rpm == Binary file - no diff available. Propchange: dev/cassandra/4.0.13/redhat/cassandra-4.0.13-1.src.rpm
svn commit: r68917 - in /dev/cassandra/4.0.13/debian: ./ dists/ dists/40x/ dists/40x/main/ dists/40x/main/binary-amd64/ dists/40x/main/binary-arm64/ dists/40x/main/binary-i386/ dists/40x/main/source/
Author: brandonwilliams Date: Thu May 2 15:02:48 2024 New Revision: 68917 Log: staging cassandra debian packages for 4.0.13 Added: dev/cassandra/4.0.13/debian/ dev/cassandra/4.0.13/debian/cassandra-tools_4.0.13_all.deb (with props) dev/cassandra/4.0.13/debian/cassandra_4.0.13.dsc dev/cassandra/4.0.13/debian/cassandra_4.0.13.tar.gz (with props) dev/cassandra/4.0.13/debian/cassandra_4.0.13_all.deb (with props) dev/cassandra/4.0.13/debian/cassandra_4.0.13_amd64.buildinfo dev/cassandra/4.0.13/debian/cassandra_4.0.13_amd64.changes dev/cassandra/4.0.13/debian/dists/ dev/cassandra/4.0.13/debian/dists/40x/ dev/cassandra/4.0.13/debian/dists/40x/InRelease dev/cassandra/4.0.13/debian/dists/40x/Release dev/cassandra/4.0.13/debian/dists/40x/Release.gpg dev/cassandra/4.0.13/debian/dists/40x/main/ dev/cassandra/4.0.13/debian/dists/40x/main/binary-amd64/ dev/cassandra/4.0.13/debian/dists/40x/main/binary-amd64/Packages dev/cassandra/4.0.13/debian/dists/40x/main/binary-amd64/Packages.gz (with props) dev/cassandra/4.0.13/debian/dists/40x/main/binary-amd64/Release dev/cassandra/4.0.13/debian/dists/40x/main/binary-arm64/ dev/cassandra/4.0.13/debian/dists/40x/main/binary-arm64/Packages dev/cassandra/4.0.13/debian/dists/40x/main/binary-arm64/Packages.gz (with props) dev/cassandra/4.0.13/debian/dists/40x/main/binary-arm64/Release dev/cassandra/4.0.13/debian/dists/40x/main/binary-i386/ dev/cassandra/4.0.13/debian/dists/40x/main/binary-i386/Packages dev/cassandra/4.0.13/debian/dists/40x/main/binary-i386/Packages.gz (with props) dev/cassandra/4.0.13/debian/dists/40x/main/binary-i386/Release dev/cassandra/4.0.13/debian/dists/40x/main/source/ dev/cassandra/4.0.13/debian/dists/40x/main/source/Release dev/cassandra/4.0.13/debian/dists/40x/main/source/Sources.gz (with props) dev/cassandra/4.0.13/debian/pool/ dev/cassandra/4.0.13/debian/pool/main/ dev/cassandra/4.0.13/debian/pool/main/c/ dev/cassandra/4.0.13/debian/pool/main/c/cassandra/ dev/cassandra/4.0.13/debian/pool/main/c/cassandra/cassandra-tools_4.0.13_all.deb (with props) dev/cassandra/4.0.13/debian/pool/main/c/cassandra/cassandra_4.0.13.dsc dev/cassandra/4.0.13/debian/pool/main/c/cassandra/cassandra_4.0.13.tar.gz (with props) dev/cassandra/4.0.13/debian/pool/main/c/cassandra/cassandra_4.0.13_all.deb (with props) Added: dev/cassandra/4.0.13/debian/cassandra-tools_4.0.13_all.deb == Binary file - no diff available. Propchange: dev/cassandra/4.0.13/debian/cassandra-tools_4.0.13_all.deb -- svn:mime-type = application/octet-stream Added: dev/cassandra/4.0.13/debian/cassandra_4.0.13.dsc == --- dev/cassandra/4.0.13/debian/cassandra_4.0.13.dsc (added) +++ dev/cassandra/4.0.13/debian/cassandra_4.0.13.dsc Thu May 2 15:02:48 2024 @@ -0,0 +1,41 @@ +-BEGIN PGP SIGNED MESSAGE- +Hash: SHA512 + +Format: 1.0 +Source: cassandra +Binary: cassandra, cassandra-tools +Architecture: all +Version: 4.0.13 +Maintainer: Eric Evans +Uploaders: Sylvain Lebresne +Homepage: http://cassandra.apache.org +Standards-Version: 3.8.3 +Vcs-Browser: https://gitbox.apache.org/repos/asf?p=cassandra.git +Vcs-Git: https://gitbox.apache.org/repos/asf/cassandra.git +Build-Depends: debhelper (>= 11), openjdk-8-jdk-headless | openjdk-11-jdk-headless | java8-jdk | java11-jdk, ant (>= 1.10), ant-optional (>= 1.10), dh-python, python3-dev (>= 3.6), quilt, bash-completion +Package-List: + cassandra deb misc extra arch=all + cassandra-tools deb misc extra arch=all +Checksums-Sha1: + 2f3c4a741dbc9a86b922166dfeea083f8a7b9a7f 13203820 cassandra_4.0.13.tar.gz +Checksums-Sha256: + 922c656b68bcc00100265fb3591b1e9927f9179cca1e5aa252fac0d75f26f552 13203820 cassandra_4.0.13.tar.gz +Files: + 706bc8f2cd582fc36c2898b36ff5 13203820 cassandra_4.0.13.tar.gz + +-BEGIN PGP SIGNATURE- + +iQIzBAEBCgAdFiEEt4Qs2vNuajIU+uNdXoW5rguEwEEFAmYzqrgACgkQXoW5rguE +wEF+CBAA3ujbAP2/a8RNnjJXo1BG5ivALL40IqnvB9eP1wD6TTnYoq7WClGl2dfE +r7PIc6i9kAOjDxb5/HTIwe981vfulgrkzihA22Y72sRdl5aiECnMWNRMUZpgQLoG +FGdi8IKK8Ly5A3kAWhF9VOdE4UdmbYHWdOeja27FX1ljWoNCIJf0xMF2V7dP3eg+ +M2sQQEWbMAs5weeiF4q4mMIqcx+iRp1+Z2uUjwRkpqbwG9m2V7K5ZKZT/Fvw8WKZ +Baoo47MNe5K4zo64yFFsrLWOXxm4X+bEgg/hqC42WeGzW2RxhmrHjA7fhitOpoWI +7uTlGCo14bb4oSO/Oi5bv55q9pKIEVx6lVpZsdOatyVbHU/Ga9ynM3Sgl4ojrX7c +od7bGgl+08+XPIjD/Q15nAbD2AonfzMM4MCnFf+b2SFr0cWNpgRhwZphJQeZX/Tw +Wxo9+/dJNFAS6I+EV1clYnYCYr+yd955JI3qO+S19rq6jrhmB3Y3TKWCpaXAN9kU +EW76QWR7tYrlTHSj91LNV1ulJgSPAK4NPVr6snZrlZ1geKJROXexBR+cvPotkcbN +hk1BePoMF8FfjFiUSUpayqMQ6G8KMUT/tGMpJWwr+PWTjYad8vJ+cZ7XLwosXNfI +6v/C2N18avZBY7xC+/2W/PPdZmeOQKE9J0YHTpz7qaBER3n9WeY= +=TX1l +-END PGP SIGNATURE- Added: dev/cassandra/4
svn commit: r68915 - /dev/cassandra/4.0.13/
Author: brandonwilliams Date: Thu May 2 15:00:07 2024 New Revision: 68915 Log: staging cassandra 4.0.13 Added: dev/cassandra/4.0.13/ dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz (with props) dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz.asc dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz.sha256 dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz.sha512 dev/cassandra/4.0.13/apache-cassandra-4.0.13-src.tar.gz (with props) dev/cassandra/4.0.13/apache-cassandra-4.0.13-src.tar.gz.asc dev/cassandra/4.0.13/apache-cassandra-4.0.13-src.tar.gz.sha256 dev/cassandra/4.0.13/apache-cassandra-4.0.13-src.tar.gz.sha512 Added: dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz == Binary file - no diff available. Propchange: dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz -- svn:mime-type = application/octet-stream Added: dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz.asc == --- dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz.asc (added) +++ dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz.asc Thu May 2 15:00:07 2024 @@ -0,0 +1,16 @@ +-BEGIN PGP SIGNATURE- + +iQIzBAABCgAdFiEEt4Qs2vNuajIU+uNdXoW5rguEwEEFAmYzqdwACgkQXoW5rguE +wEERsA//dEH7Kz2oFIt2K5M5EUEygyAHjY/qGE++zQQlPukNFu2hdCvE60+193Qn +kIe5vYwE4J4Swxc4L0GKosvylC+T4V9lSIuqr2K2mnFlugW/F6sjyljngwjIpmPs +FRIUhnTDF9hFgms2+G61W0IMPo0XOkB2Srh3oP6+T1xxqDy/ndvyr+QOXz6olE/n +p19O/IymBKKT0eDbgLoXh1gU+zCpC9sZdUMbQ7ALAyNEN6lbA8W7uGzMYTzDqGHN +WwfuG1F5D32cKNAs7fxfnAF7cfXDpR7qljS5E6gn6KhygyOULO1FNcbW1ttz3bfO +Bi/HdpQ7LK67PUEUOQpE70/g5lwlHHPC1aZkHDdFaj3VgkqAXBB/h32YReqPxFPf +m7Rbb+MUleFlbJtdhBSvFGWgPtZ+kYUCrKq3xCClFtaD3ICk9PoltsGRrAuJJMt1 +CoO6xlQ4aPXngwo9jRwK8J0Ab/i5UupaXVMWzN5+zva1Z+RtvXDIOVNiF2WCpKo6 +SMKZILk6mGt4pjLVsfu0VIzdZGvIvDjpaEaw0RrpYSoGtmtXcphe0GbcZCTY6oTe +iilMVRW8tpyZ1SrK7kfvHmjte14EdZQcAWTIYGer/Y4rAA9o/C+yaAWAP5sUedR7 +CQieRFhLkuPcou3LQSyJ9khBdXPP+dAFw/CD4XSou8alHY6Otlw= +=2Afb +-END PGP SIGNATURE- Added: dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz.sha256 == --- dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz.sha256 (added) +++ dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz.sha256 Thu May 2 15:00:07 2024 @@ -0,0 +1 @@ +62aa21965dff97df58941b393e426a2c7feb137e7eec170734c170d634265a7f Added: dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz.sha512 == --- dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz.sha512 (added) +++ dev/cassandra/4.0.13/apache-cassandra-4.0.13-bin.tar.gz.sha512 Thu May 2 15:00:07 2024 @@ -0,0 +1 @@ +4172ef70aa4c51fb463c62019643c1d62c16f6c9a175ff4d9d1e869b234983a68694a4167946a3f70d4556f8c5f2494b809090e2cec3cb327956478028e95bf5 Added: dev/cassandra/4.0.13/apache-cassandra-4.0.13-src.tar.gz == Binary file - no diff available. Propchange: dev/cassandra/4.0.13/apache-cassandra-4.0.13-src.tar.gz -- svn:mime-type = application/octet-stream Added: dev/cassandra/4.0.13/apache-cassandra-4.0.13-src.tar.gz.asc == --- dev/cassandra/4.0.13/apache-cassandra-4.0.13-src.tar.gz.asc (added) +++ dev/cassandra/4.0.13/apache-cassandra-4.0.13-src.tar.gz.asc Thu May 2 15:00:07 2024 @@ -0,0 +1,16 @@ +-BEGIN PGP SIGNATURE- + +iQIzBAABCgAdFiEEt4Qs2vNuajIU+uNdXoW5rguEwEEFAmYzqd0ACgkQXoW5rguE +wEHbYBAA18ijNffyo6wvJkCCWs74uQ5tdMCmUvvLX6oBNneBYMczoOVDzhVyLgAB +zZeP5wDJE9wYIddOOm3KI0YQbsWUAk8NHA2O9vmKd6W/rhOYWeJNXZlRlhdD4OSk +dr4wBxxz6kcMc9gk5aERK22+QuW0Jz9wvjNQ0r8d+aNjjkNH1N7Bse/BtU8F4cLz +51FiYMNfxOV3sfZewGKWtbaejvSwdGNfqMjVUKfdPwGQPKnoZSff8WwZ5sxm3YXd +eAY5QrMjHBbKVLUPSprQjdKLCG8lMLv/+MruR0a2UU4BfyTHGKC3yWcGotpToH59 +RSBe+dEH4uDlKp7/EfBnRfgjTVEWoRrl9TCbGgjAfwRuRKO3ZKPovQ92XIF7B1XT +NcibGLO2gj5srKHI+SjgjjgDx3U1RatipTHgdmV2VO8fj0NyZtTMEqgNrNlGCCgx +V9V9JEOQaazG+xJ5XJiRQ+LBSghFbQqGJos71o2sqZmlMOvU1oOV3lLrYyFWPO1k +vb8AYHEU6z6elcXu9+VQZRB83LI5SgET4sdaFPIvrPLCUlCmJz6S7OZTgkx5Ghxu +K+pKriFsnlmhQkYKV316ezm8RrZbpunvtTEFcR2ZoVGw/GOh11puvtB2X+4J0kmd +f1coSasFY7qFr7nNwAjA+PV2ht4tEBKxmYV1EdbiYr5v4MRgfZk= +=EjUj +-END PGP SIGNATURE- Added: dev/cassandra/4.0.13/apache-cassandra-4.0.13-src.tar.gz.sha256 == --- dev/cassandra/4.0.13/apache-cassandra-4.0.13-src.tar.gz.sha256 (added) +++ dev/cassandra/4.0.13/apache-cassandra-4.0.13-src.tar.gz.sha256 Thu May 2 15:00:07 2024 @@ -0,0 +1
(cassandra) 01/01: Prepare debian changelog for 4.0.13
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to tag 4.0.13-tentative in repository https://gitbox.apache.org/repos/asf/cassandra.git commit a6fb3b76feb8467d314b116f937322e1989b42e1 Author: Brandon Williams AuthorDate: Thu May 2 09:52:04 2024 -0500 Prepare debian changelog for 4.0.13 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d534302528..ee50ee0c48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -cassandra (4.0.13) UNRELEASED; urgency=medium +cassandra (4.0.13) unstable; urgency=medium * New release - -- Stefan Miklosovic Tue, 23 Jan 2024 15:16:14 +0100 + -- Brandon Williams Thu, 02 May 2024 09:51:49 -0500 cassandra (4.0.12) unstable; urgency=medium - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) tag 4.0.13-tentative created (now a6fb3b76fe)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to tag 4.0.13-tentative in repository https://gitbox.apache.org/repos/asf/cassandra.git at a6fb3b76fe (commit) This tag includes the following new commits: new a6fb3b76fe Prepare debian changelog for 4.0.13 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-5.0' into trunk
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 7dc067e3ac83ab2895749c3714a4d38d628e3d27 Merge: 48f6a31879 3262847ad7 Author: Brandon Williams AuthorDate: Thu May 2 08:48:46 2024 -0500 Merge branch 'cassandra-5.0' into trunk .build/docker/bullseye-build.docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-5.0 updated: Install ed from bullseye repo
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git The following commit(s) were added to refs/heads/cassandra-5.0 by this push: new 3262847ad7 Install ed from bullseye repo 3262847ad7 is described below commit 3262847ad75e720963024edae5cb39a60e789678 Author: Brandon Williams AuthorDate: Wed May 1 15:04:55 2024 -0500 Install ed from bullseye repo Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-19606 --- .build/docker/bullseye-build.docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.build/docker/bullseye-build.docker b/.build/docker/bullseye-build.docker index 92881aeba1..c6c2928dc4 100644 --- a/.build/docker/bullseye-build.docker +++ b/.build/docker/bullseye-build.docker @@ -37,7 +37,7 @@ RUN echo 'Acquire::ftp::Timeout "60";' >> /etc/apt/apt.conf.d/80proxy.conf # install deps RUN until apt-get update \ -&& apt-get -y install ant build-essential curl devscripts git sudo \ +&& apt-get -y install ant build-essential curl devscripts ed git sudo \ python3-pip rsync procps dh-python quilt bash-completion ; \ do echo "apt failed… trying again in 10s… " ; sleep 10 ; done - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch trunk updated (48f6a31879 -> 7dc067e3ac)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git from 48f6a31879 Merge branch 'cassandra-5.0' into trunk new 3262847ad7 Install ed from bullseye repo new 7dc067e3ac Merge branch 'cassandra-5.0' into trunk The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .build/docker/bullseye-build.docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra-builds) branch trunk updated: Install ed from bullseye
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git The following commit(s) were added to refs/heads/trunk by this push: new 4ec20b6 Install ed from bullseye 4ec20b6 is described below commit 4ec20b6979cb97ce5b8f1ecb817cf22ecf92bcae Author: Brandon Williams AuthorDate: Wed May 1 14:46:15 2024 -0500 Install ed from bullseye Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-19606 --- docker/bullseye-image.docker | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/bullseye-image.docker b/docker/bullseye-image.docker index 728b107..e4b56a0 100644 --- a/docker/bullseye-image.docker +++ b/docker/bullseye-image.docker @@ -23,7 +23,7 @@ RUN echo 'Acquire::http::Timeout "60";' > /etc/apt/apt.conf.d/80proxy.conf RUN echo 'Acquire::ftp::Timeout "60";' >> /etc/apt/apt.conf.d/80proxy.conf # install deps -RUN until apt-get update && apt-get -y install ant build-essential curl devscripts git python2 sudo ; \ +RUN until apt-get update && apt-get -y install ant build-essential curl devscripts ed git python2 sudo ; \ do echo "apt failed… trying again in 10s… " ; sleep 10 ; done RUN echo 'deb http://deb.debian.org/debian sid main' >> /etc/apt/sources.list - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-5.0 updated (3c85def5cc -> ae9be29918)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git from 3c85def5cc Honour parameter defaults between builds in Jenkinsfile new a6e80317de apply schema if schema digest differs new ae9be29918 Merge branch 'cassandra-4.1' into cassandra-5.0 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: CHANGES.txt| 1 + .../cassandra/schema/DefaultSchemaUpdateHandler.java | 5 +++-- test/unit/org/apache/cassandra/schema/SchemaTest.java | 18 ++ 3 files changed, 22 insertions(+), 2 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-4.1 updated: apply schema if schema digest differs
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git The following commit(s) were added to refs/heads/cassandra-4.1 by this push: new a6e80317de apply schema if schema digest differs a6e80317de is described below commit a6e80317ded9cbb500ce68e7d3fb91b5fbcb5e48 Author: Chris Lohfink AuthorDate: Fri Apr 19 20:27:42 2024 -0500 apply schema if schema digest differs Patch by clohfink; reviewed by brandonwilliams and jwest for CASSANDRA-19578 --- CHANGES.txt| 1 + .../cassandra/schema/DefaultSchemaUpdateHandler.java | 5 +++-- test/unit/org/apache/cassandra/schema/SchemaTest.java | 18 ++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGES.txt b/CHANGES.txt index 23dbee1941..801c6f2e48 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,4 +1,5 @@ 4.1.5 + * Concurrent equivalent schema updates lead to unresolved disagreement (CASSANDRA-19578) * Fix hints delivery for a node going down repeatedly (CASSANDRA-19495) * Do not go to disk for reading hints file sizes (CASSANDRA-19477) * Fix system_views.settings to handle array types (CASSANDRA-19475) diff --git a/src/java/org/apache/cassandra/schema/DefaultSchemaUpdateHandler.java b/src/java/org/apache/cassandra/schema/DefaultSchemaUpdateHandler.java index 0f0c3e9cf5..1a654d0ff9 100644 --- a/src/java/org/apache/cassandra/schema/DefaultSchemaUpdateHandler.java +++ b/src/java/org/apache/cassandra/schema/DefaultSchemaUpdateHandler.java @@ -197,7 +197,8 @@ public class DefaultSchemaUpdateHandler implements SchemaUpdateHandler, IEndpoin // no-op } -private synchronized SchemaTransformationResult applyMutations(Collection schemaMutations) +@VisibleForTesting +synchronized SchemaTransformationResult applyMutations(Collection schemaMutations) { // fetch the current state of schema for the affected keyspaces only DistributedSchema before = schema; @@ -253,7 +254,7 @@ public class DefaultSchemaUpdateHandler implements SchemaUpdateHandler, IEndpoin private void updateSchema(SchemaTransformationResult update, boolean local) { -if (!update.diff.isEmpty()) +if (!update.diff.isEmpty() || !update.after.getVersion().equals(schema.getVersion())) { this.schema = update.after; logger.debug("Schema updated: {}", update); diff --git a/test/unit/org/apache/cassandra/schema/SchemaTest.java b/test/unit/org/apache/cassandra/schema/SchemaTest.java index 81f409f477..1c6b6aa483 100644 --- a/test/unit/org/apache/cassandra/schema/SchemaTest.java +++ b/test/unit/org/apache/cassandra/schema/SchemaTest.java @@ -89,6 +89,24 @@ public class SchemaTest } } +@Test +public void testSchemaVersionUpdates() { +KeyspaceMetadata ksm = KeyspaceMetadata.create("testSchemaVersionUpdates", KeyspaceParams.simple(1)); +SchemaTransformation.SchemaTransformationResult r = Schema.instance.transform(current -> current.withAddedOrUpdated(ksm)); + +Collection mutations = SchemaKeyspace.convertSchemaDiffToMutations(r.diff, FBUtilities.timestampMicros()); +if (Schema.instance.updateHandler instanceof DefaultSchemaUpdateHandler) +{ +((DefaultSchemaUpdateHandler) Schema.instance.updateHandler).applyMutations(mutations); +// now as if a 2nd schema update is received with same data (ie same alter to 2 differnet nodes) +mutations = SchemaKeyspace.convertSchemaDiffToMutations(r.diff, FBUtilities.timestampMicros()); +((DefaultSchemaUpdateHandler) Schema.instance.updateHandler).applyMutations(mutations); +// schema should match the current digest +assertEquals(SchemaKeyspace.calculateSchemaDigest(), Schema.instance.getVersion()); +} +Schema.instance.transform(current -> current.without(ksm.name)); +} + @Test public void testKeyspaceCreationWhenNotInitialized() { Keyspace.unsetInitialized(); - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch trunk updated (8619010cdc -> 20b4ca44d8)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git from 8619010cdc Reduce heap usage occupied by the metrics new a6e80317de apply schema if schema digest differs new ae9be29918 Merge branch 'cassandra-4.1' into cassandra-5.0 new 20b4ca44d8 Merge branch 'cassandra-5.0' into trunk The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-4.1' into cassandra-5.0
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit ae9be29918c2b449742a28c5bb70f1e8768468aa Merge: 3c85def5cc a6e80317de Author: Brandon Williams AuthorDate: Tue Apr 30 17:01:23 2024 -0500 Merge branch 'cassandra-4.1' into cassandra-5.0 CHANGES.txt| 1 + .../cassandra/schema/DefaultSchemaUpdateHandler.java | 5 +++-- test/unit/org/apache/cassandra/schema/SchemaTest.java | 18 ++ 3 files changed, 22 insertions(+), 2 deletions(-) diff --cc CHANGES.txt index ee0696f40a,801c6f2e48..a5016cd004 --- a/CHANGES.txt +++ b/CHANGES.txt @@@ -1,38 -1,5 +1,39 @@@ -4.1.5 +5.0-beta2 + * Optionally fail writes when SAI refuses to index a term value exceeding configured term max size (CASSANDRA-19493) + * Vector search can restrict on clustering keys when filtering isn't required (CASSANDRA-19544) + * Fix FBUtilities' parsing of gcp cos_containerd kernel versions (CASSANDRA-18594) + * Clean up KeyRangeIterator classes (CASSANDRA-19428) + * Warn clients about possible consistency violations for filtering queries against multiple mutable columns (CASSANDRA-19489) + * Align buffer with commitlog segment size (CASSANDRA-19471) + * Ensure SAI indexes empty byte buffers for types that allow them as a valid input (CASSANDRA-19461) + * Deprecate Python 3.7 and earlier, but allow cqlsh to run with Python 3.6-3.11 (CASSANDRA-19467) + * Set uuid_sstable_identifiers_enabled to true in cassandra-latest.yaml (CASSANDRA-19460) + * Revert switching to approxTime in Dispatcher (CASSANDRA-19454) + * Add an optimized default configuration to tests and make it available for new users (CASSANDRA-18753) + * Fix remote JMX under Java17 (CASSANDRA-19453) + * Avoid consistency violations for SAI intersections over unrepaired data at consistency levels requiring reconciliation (CASSANDRA-19018) + * Fix NullPointerException in ANN+WHERE when adding rows in another partition (CASSANDRA-19404) + * Record latencies for SAI post-filtering reads against local storage (CASSANDRA-18940) + * Fix VectorMemoryIndex#update logic to compare vectors. Fix Index view (CASSANDRA-19168) + * Deprecate native_transport_port_ssl (CASSANDRA-19392) + * Update packaging shell includes (CASSANDRA-19283) + * Fix data corruption in VectorCodec when using heap buffers (CASSANDRA-19167) + * Avoid over-skipping of key iterators from static column indexes during mixed intersections (CASSANDRA-19278) + * Make concurrent_index_builders configurable at runtime (CASSANDRA-19266) + * Fix storage_compatibility_mode for streaming (CASSANDRA-19126) + * Add support of vector type to cqlsh COPY command (CASSANDRA-19118) + * Make CQLSSTableWriter to support building of SAI indexes (CASSANDRA-18714) + * Append additional JVM options when using JDK17+ (CASSANDRA-19001) + * Upgrade Python driver to 3.29.0 (CASSANDRA-19245) + * Creating a SASI index after creating an SAI index does not break secondary index queries (CASSANDRA-18939) + * Optionally fail when a non-partition-restricted query is issued against an index (CASSANDRA-18796) + * Add a startup check to fail startup when using invalid configuration with certain Kernel and FS type (CASSANDRA-19196) + * UCS min_sstable_size should not be lower than target_sstable_size lower bound (CASSANDRA-19112) + * Fix the correspondingMessagingVersion of SSTable format and improve TTL overflow tests coverage (CASSANDRA-19197) + * Fix resource cleanup after SAI query timeouts (CASSANDRA-19177) + * Suppress CVE-2023-6481 (CASSANDRA-19184) +Merged from 4.1: + * Concurrent equivalent schema updates lead to unresolved disagreement (CASSANDRA-19578) * Fix hints delivery for a node going down repeatedly (CASSANDRA-19495) * Do not go to disk for reading hints file sizes (CASSANDRA-19477) * Fix system_views.settings to handle array types (CASSANDRA-19475) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-5.0' into trunk
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 20b4ca44d86f67b3deec56d2b72a2f5d03b21cf9 Merge: 8619010cdc ae9be29918 Author: Brandon Williams AuthorDate: Tue Apr 30 17:01:40 2024 -0500 Merge branch 'cassandra-5.0' into trunk - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra-website) branch asf-site updated (25cd5019 -> 690a3a5d)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/cassandra-website.git discard 25cd5019 generate docs for 1d4732f3 add cc1c7113 fix typo in date add 690a3a5d generate docs for cc1c7113 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (25cd5019) \ N -- N -- N refs/heads/asf-site (690a3a5d) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: content/_/download.html| 2 +- .../managing/configuration/cass_yaml_file.html | 75 + .../managing/configuration/cass_yaml_file.html | 75 + .../managing/configuration/cass_yaml_file.html | 75 + .../managing/configuration/cass_yaml_file.html | 75 + content/search-index.js| 2 +- .../source/modules/ROOT/pages/download.adoc| 2 +- site-ui/build/ui-bundle.zip| Bin 4883646 -> 4883646 bytes 8 files changed, 303 insertions(+), 3 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra-website) branch trunk updated: fix typo in date
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-website.git The following commit(s) were added to refs/heads/trunk by this push: new cc1c7113 fix typo in date cc1c7113 is described below commit cc1c7113b8488a981b7eb580b6b48641c3581870 Author: Brandon Williams AuthorDate: Mon Apr 22 10:49:24 2024 -0500 fix typo in date --- site-content/source/modules/ROOT/pages/download.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-content/source/modules/ROOT/pages/download.adoc b/site-content/source/modules/ROOT/pages/download.adoc index ac225060..613d3f27 100644 --- a/site-content/source/modules/ROOT/pages/download.adoc +++ b/site-content/source/modules/ROOT/pages/download.adoc @@ -81,7 +81,7 @@ https://www.apache.org/dyn/closer.lua/cassandra/4.0.12/apache-cassandra-4.0.12-b [discrete] Apache Cassandra 3.11 [discrete] - Latest release on 2023-04-16 + Latest release on 2024-04-16 [discrete] Maintained until 5.0.0 release (Nov-Dec 2023) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch trunk updated: Ninja remove unused import
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git The following commit(s) were added to refs/heads/trunk by this push: new e4f030170f Ninja remove unused import e4f030170f is described below commit e4f030170fc5afbba1c88fc87199fc78ee500e06 Author: Brandon Williams AuthorDate: Sat Apr 20 11:17:12 2024 -0500 Ninja remove unused import --- .../org/apache/cassandra/tcm/ownership/UniformRangePlacementTest.java| 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/org/apache/cassandra/tcm/ownership/UniformRangePlacementTest.java b/test/unit/org/apache/cassandra/tcm/ownership/UniformRangePlacementTest.java index b1846ca7fd..f046be7955 100644 --- a/test/unit/org/apache/cassandra/tcm/ownership/UniformRangePlacementTest.java +++ b/test/unit/org/apache/cassandra/tcm/ownership/UniformRangePlacementTest.java @@ -36,7 +36,6 @@ import org.apache.cassandra.schema.ReplicationParams; import org.apache.cassandra.tcm.Epoch; import static org.apache.cassandra.tcm.membership.MembershipUtils.endpoint; -import static org.apache.cassandra.tcm.ownership.OwnershipUtils.bytesToken; import static org.apache.cassandra.tcm.ownership.OwnershipUtils.token; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-5.0 updated: Update in-tree docker versions
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git The following commit(s) were added to refs/heads/cassandra-5.0 by this push: new 1a66347e70 Update in-tree docker versions 1a66347e70 is described below commit 1a66347e70efe611200eef4641e7f7941c418fe6 Author: Brandon Williams AuthorDate: Wed Apr 17 05:54:00 2024 -0500 Update in-tree docker versions --- .build/docker/ubuntu2004_test.docker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build/docker/ubuntu2004_test.docker b/.build/docker/ubuntu2004_test.docker index 614173312f..3e15b114d7 100644 --- a/.build/docker/ubuntu2004_test.docker +++ b/.build/docker/ubuntu2004_test.docker @@ -127,8 +127,8 @@ RUN /bin/bash -c "source ${BUILD_HOME}/env3.8/bin/activate && \ # this can be checked with: # `curl -s https://downloads.apache.org/cassandra/ | grep -oP '(?<=href=\")[0-9]+\.[0-9]+\.[0-9]+(?=)' | sort -V | uniq -w 3` RUN bash -c 'source ~/env3.8/bin/activate && \ -for i in {1..11} ; do echo $i ; ccm create --quiet -n 1 -v binary:4.0.$i test && ccm remove test ; done && \ -for i in {1..3} ; do echo $i ; ccm create --quiet -n 1 -v binary:4.1.$i test && ccm remove test ; done' +for i in {1..12} ; do echo $i ; ccm create --quiet -n 1 -v binary:4.0.$i test && ccm remove test ; done && \ +for i in {1..4} ; do echo $i ; ccm create --quiet -n 1 -v binary:4.1.$i test && ccm remove test ; done' # 5+ requires java11 RUN sudo update-java-alternatives --set java-1.11.0-openjdk-$(dpkg --print-architecture) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-5.0' into trunk
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit f345370f35dea1256ef0401a46bad8342d224ea5 Merge: f194c0772c 1a66347e70 Author: Brandon Williams AuthorDate: Wed Apr 17 05:54:06 2024 -0500 Merge branch 'cassandra-5.0' into trunk .build/docker/ubuntu2004_test.docker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch trunk updated (f194c0772c -> f345370f35)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git from f194c0772c Merge branch 'cassandra-5.0' into trunk new 1a66347e70 Update in-tree docker versions new f345370f35 Merge branch 'cassandra-5.0' into trunk The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .build/docker/ubuntu2004_test.docker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra-builds) branch trunk updated: Update ccm versions in docker
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git The following commit(s) were added to refs/heads/trunk by this push: new 3a843c5 Update ccm versions in docker 3a843c5 is described below commit 3a843c54d1950adf12dc21a12eefe3f050a25ff0 Author: Brandon Williams AuthorDate: Tue Apr 16 13:59:46 2024 -0500 Update ccm versions in docker --- docker/testing/ubuntu2004_j11_w_dependencies.docker | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/testing/ubuntu2004_j11_w_dependencies.docker b/docker/testing/ubuntu2004_j11_w_dependencies.docker index 0e692a3..cee2633 100644 --- a/docker/testing/ubuntu2004_j11_w_dependencies.docker +++ b/docker/testing/ubuntu2004_j11_w_dependencies.docker @@ -63,8 +63,8 @@ RUN rm -fr ~/cassandra RUN bash -c 'source ~/env3.6/bin/activate && \ for i in {1..22} ; do echo $i ; ccm create --quiet -n 1 -v binary:2.1.$i test && ccm remove test ; done && \ for i in {1..19} ; do echo $i ; ccm create --quiet -n 1 -v binary:2.2.$i test && ccm remove test ; done && \ -for i in {1..29} ; do echo $i ; ccm create --quiet -n 1 -v binary:3.0.$i test && ccm remove test ; done && \ -for i in {1..15} ; do echo $i ; ccm create --quiet -n 1 -v binary:3.11.$i test && ccm remove test ; done && \ +for i in {1..30} ; do echo $i ; ccm create --quiet -n 1 -v binary:3.0.$i test && ccm remove test ; done && \ +for i in {1..17} ; do echo $i ; ccm create --quiet -n 1 -v binary:3.11.$i test && ccm remove test ; done && \ for i in {1..11} ; do echo $i ; ccm create --quiet -n 1 -v binary:4.0.$i test && ccm remove test ; done && \ -for i in {1..3} ; do echo $i ; ccm create --quiet -n 1 -v binary:4.1.$i test && ccm remove test ; done' +for i in {1..4} ; do echo $i ; ccm create --quiet -n 1 -v binary:4.1.$i test && ccm remove test ; done' - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra-dtest) branch trunk updated: Increment version for 3.11
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git The following commit(s) were added to refs/heads/trunk by this push: new d51d4e1b Increment version for 3.11 d51d4e1b is described below commit d51d4e1b5436d744b196f189445a52b258a6cbb8 Author: Brandon Williams AuthorDate: Tue Apr 16 13:29:31 2024 -0500 Increment version for 3.11 --- upgrade_tests/upgrade_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade_tests/upgrade_manifest.py b/upgrade_tests/upgrade_manifest.py index 760255ed..8a83173b 100644 --- a/upgrade_tests/upgrade_manifest.py +++ b/upgrade_tests/upgrade_manifest.py @@ -166,7 +166,7 @@ indev_3_0_x = VersionMeta(name='indev_3_0_x', family=CASSANDRA_3_0, variant='ind current_3_0_x = VersionMeta(name='current_3_0_x', family=CASSANDRA_3_0, variant='current', version='3.0.30', min_proto_v=3, max_proto_v=4, java_versions=(8,)) indev_3_11_x = VersionMeta(name='indev_3_11_x', family=CASSANDRA_3_11, variant='indev', version='github:apache/cassandra-3.11', min_proto_v=3, max_proto_v=4, java_versions=(8,)) -current_3_11_x = VersionMeta(name='current_3_11_x', family=CASSANDRA_3_11, variant='current', version='3.11.16', min_proto_v=3, max_proto_v=4, java_versions=(8,)) +current_3_11_x = VersionMeta(name='current_3_11_x', family=CASSANDRA_3_11, variant='current', version='3.11.17', min_proto_v=3, max_proto_v=4, java_versions=(8,)) indev_4_0_x = VersionMeta(name='indev_4_0_x', family=CASSANDRA_4_0, variant='indev', version='github:apache/cassandra-4.0', min_proto_v=3, max_proto_v=4, java_versions=(8,11)) current_4_0_x = VersionMeta(name='current_4_0_x', family=CASSANDRA_4_0, variant='current', version='4.0.12', min_proto_v=4, max_proto_v=5, java_versions=(8,11)) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra-website) branch asf-site updated (d21cd2d6 -> 25cd5019)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch asf-site in repository https://gitbox.apache.org/repos/asf/cassandra-website.git discard d21cd2d6 generate docs for 3774363b add 607350d3 Minor release 3.0.30 add 1d4732f3 Minor release 3.11.17 add 25cd5019 generate docs for 1d4732f3 This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (d21cd2d6) \ N -- N -- N refs/heads/asf-site (25cd5019) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: content/_/download.html| 16 +- .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../cassandra/configuration/cass_yaml_file.html| 16 + .../doc/5.1/cassandra/developing/cql/triggers.html |5 + .../managing/configuration/cass_yaml_file.html | 14 + .../5.1/cassandra/managing/tools/nodetool/cms.html | 10 +- .../managing/tools/nodetool/nodetool.html |4 - .../managing/tools/nodetool/sealperiod.html| 1112 .../cassandra/configuration/cass_yaml_file.html| 16 + .../trunk/cassandra/developing/cql/triggers.html |5 + .../managing/configuration/cass_yaml_file.html | 14 + .../cassandra/managing/tools/nodetool/cms.html | 10 +- .../managing/tools/nodetool/nodetool.html |4 - .../managing/tools/nodetool/sealperiod.html| 1112 content/search-index.js|2 +- .../source/modules/ROOT/pages/download.adoc| 16 +- site-ui/build/ui-bundle.zip| Bin 4883646 -> 4883646 bytes 33 files changed, 377 insertions(+), 2251 deletions(-) delete mode 100644 content/doc/5.1/cassandra/managing/tools/nodetool/sealperiod.html delete mode 100644 content/doc/trunk/cassandra/managing/tools/nodetool/sealperiod.html - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-3.11' into cassandra-4.0
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 0662094b84c13db8046ef51964551f2e0288dfcd Merge: 53f07f9610 2856a34636 Author: Brandon Williams AuthorDate: Tue Apr 16 13:27:12 2024 -0500 Merge branch 'cassandra-3.11' into cassandra-4.0 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-4.1' into cassandra-5.0
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 0c34234f67edc954695237df6c79295a017551a2 Merge: e127ddf7dd 643d7f1751 Author: Brandon Williams AuthorDate: Tue Apr 16 13:27:24 2024 -0500 Merge branch 'cassandra-4.1' into cassandra-5.0 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-5.0 updated (e127ddf7dd -> 0c34234f67)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git from e127ddf7dd Merge branch 'cassandra-4.1' into cassandra-5.0 new 2856a34636 Increment version new 0662094b84 Merge branch 'cassandra-3.11' into cassandra-4.0 new 643d7f1751 Merge branch 'cassandra-4.0' into cassandra-4.1 new 0c34234f67 Merge branch 'cassandra-4.1' into cassandra-5.0 The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-4.0' into cassandra-4.1
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 643d7f1751fcac3f732301f87fe6b7e7d1a9d6b7 Merge: a6209d0cfc 0662094b84 Author: Brandon Williams AuthorDate: Tue Apr 16 13:27:18 2024 -0500 Merge branch 'cassandra-4.0' into cassandra-4.1 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-3.11 updated: Increment version
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git The following commit(s) were added to refs/heads/cassandra-3.11 by this push: new 2856a34636 Increment version 2856a34636 is described below commit 2856a34636f66747eae514e131b6a00f5f998b6d Author: Brandon Williams AuthorDate: Tue Apr 16 13:26:59 2024 -0500 Increment version --- CHANGES.txt | 4 build.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7227024396..886bf069de 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,7 @@ +3.11.18 + * + + 3.11.17 * Move ClientWarn.State#warnings to a thread-safe list (CASSANDRA-19427) * Fix delayed SSTable release with unsafe_aggressive_sstable_expiration (CASSANDRA-18756) diff --git a/build.xml b/build.xml index 22ddfba959..ab94b82302 100644 --- a/build.xml +++ b/build.xml @@ -34,7 +34,7 @@ - + https://gitbox.apache.org/repos/asf/cassandra.git"/> https://gitbox.apache.org/repos/asf/cassandra.git"/> https://gitbox.apache.org/repos/asf?p=cassandra.git"/> - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-4.0 updated (53f07f9610 -> 0662094b84)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git from 53f07f9610 Merge branch 'cassandra-3.11' into cassandra-4.0 new 2856a34636 Increment version new 0662094b84 Merge branch 'cassandra-3.11' into cassandra-4.0 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-5.0' into trunk
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit f194c0772c8fd4250faa0b300bf5f59be17c6a83 Merge: 8d705b31e9 0c34234f67 Author: Brandon Williams AuthorDate: Tue Apr 16 13:27:33 2024 -0500 Merge branch 'cassandra-5.0' into trunk - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch trunk updated (8d705b31e9 -> f194c0772c)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git from 8d705b31e9 Add new TriggersPolicy configuration to allow operators to disable triggers new 2856a34636 Increment version new 0662094b84 Merge branch 'cassandra-3.11' into cassandra-4.0 new 643d7f1751 Merge branch 'cassandra-4.0' into cassandra-4.1 new 0c34234f67 Merge branch 'cassandra-4.1' into cassandra-5.0 new f194c0772c Merge branch 'cassandra-5.0' into trunk The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-4.1 updated (a6209d0cfc -> 643d7f1751)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git from a6209d0cfc Merge branch 'cassandra-4.0' into cassandra-4.1 new 2856a34636 Increment version new 0662094b84 Merge branch 'cassandra-3.11' into cassandra-4.0 new 643d7f1751 Merge branch 'cassandra-4.0' into cassandra-4.1 The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra-website) branch trunk updated: Minor release 3.11.17
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-website.git The following commit(s) were added to refs/heads/trunk by this push: new 1d4732f3 Minor release 3.11.17 1d4732f3 is described below commit 1d4732f3bcbba8d0b217880cb7de307a307bc8c6 Author: Brandon Williams AuthorDate: Tue Apr 16 13:14:36 2024 -0500 Minor release 3.11.17 https://lists.apache.org/thread/56dj6zzzv7pxmgsr2p6v5h19yo4r56j1 --- site-content/source/modules/ROOT/pages/download.adoc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site-content/source/modules/ROOT/pages/download.adoc b/site-content/source/modules/ROOT/pages/download.adoc index ad04d53d..ac225060 100644 --- a/site-content/source/modules/ROOT/pages/download.adoc +++ b/site-content/source/modules/ROOT/pages/download.adoc @@ -81,15 +81,15 @@ https://www.apache.org/dyn/closer.lua/cassandra/4.0.12/apache-cassandra-4.0.12-b [discrete] Apache Cassandra 3.11 [discrete] - Latest release on 2023-08-20 + Latest release on 2023-04-16 [discrete] Maintained until 5.0.0 release (Nov-Dec 2023) [.btn.btn--alt] -https://www.apache.org/dyn/closer.lua/cassandra/3.11.16/apache-cassandra-3.11.16-bin.tar.gz[3.11.16,window=blank] +https://www.apache.org/dyn/closer.lua/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz[3.11.17,window=blank] -(https://downloads.apache.org/cassandra/3.11.16/apache-cassandra-3.11.16-bin.tar.gz.asc[pgp,window=blank], https://downloads.apache.org/cassandra/3.11.16/apache-cassandra-3.11.16-bin.tar.gz.sha256[sha256,window=blank], https://downloads.apache.org/cassandra/3.11.16/apache-cassandra-3.11.16-bin.tar.gz.sha512[sha512,window=blank]) + -(https://www.apache.org/dyn/closer.lua/cassandra/3.11.16/apache-cassandra-3.11.16-src.tar.gz[source,window=blank]: https://downloads.apache.org/cassandra/3.11.16/apache-cassandra-3.11.16-bin.tar.gz.asc[pgp,window=blank], https://downloads.apache.org/cassandra/3.11.16/apache-cassandra-3.11.16-bin.tar.gz.sha256[sha256,window=blank], https://downloads.apache.org/cassandra/3.11.16/apache-cassandra-3.11.16-bin.tar.gz.sha512[sha512,window=blank]) +(https://downloads.apache.org/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.asc[pgp,window=blank], https://downloads.apache.org/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.sha256[sha256,window=blank], https://downloads.apache.org/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.sha512[sha512,window=blank]) + +(https://www.apache.org/dyn/closer.lua/cassandra/3.11.17/apache-cassandra-3.11.17-src.tar.gz[source,window=blank]: https://downloads.apache.org/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.asc[pgp,window=blank], https://downloads.apache.org/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.sha256[sha256,window=blank], https://downloads.apache.org/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.sha512[sha512,window=blank]) -- - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
svn commit: r68582 - /release/cassandra/3.11.17/redhat/
Author: brandonwilliams Date: Tue Apr 16 14:43:07 2024 New Revision: 68582 Log: Apache Cassandra 3.11.17 redhat artifacts Removed: release/cassandra/3.11.17/redhat/ - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
svn commit: r68581 - /release/cassandra/3.11.17/debian/
Author: brandonwilliams Date: Tue Apr 16 14:42:34 2024 New Revision: 68581 Log: Apache Cassandra 3.11.17 debian artifacts Removed: release/cassandra/3.11.17/debian/ - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
svn commit: r68580 - /dev/cassandra/3.11.17/ /release/cassandra/3.11.17/
Author: brandonwilliams Date: Tue Apr 16 14:41:54 2024 New Revision: 68580 Log: Apache Cassandra 3.11.17 release Added: release/cassandra/3.11.17/ - copied from r68579, dev/cassandra/3.11.17/ Removed: dev/cassandra/3.11.17/ - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) tag 3.11.17-tentative deleted (was d079952c50)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to tag 3.11.17-tentative in repository https://gitbox.apache.org/repos/asf/cassandra.git *** WARNING: tag 3.11.17-tentative was deleted! *** was d079952c50 Prepare debian changelog for 3.11.17 The revisions that were on this tag are still contained in other references; therefore, this change does not discard any commits from the repository. - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) annotated tag cassandra-3.11.17 created (now 0fb5e9cb91)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to annotated tag cassandra-3.11.17 in repository https://gitbox.apache.org/repos/asf/cassandra.git at 0fb5e9cb91 (tag) tagging d079952c50019c3c8c96e341a01f7bc0554e1733 (commit) replaces cassandra-3.11.16 by Brandon Williams on Tue Apr 16 09:41:43 2024 -0500 - Log - Apache Cassandra 3.11.17 release --- No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra-builds) branch trunk updated: Fix error when gpg_key is not set and add check for mvn
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git The following commit(s) were added to refs/heads/trunk by this push: new cdf0ec5 Fix error when gpg_key is not set and add check for mvn cdf0ec5 is described below commit cdf0ec532635ce069c3406a176846209c9be8af5 Author: Brandon Williams AuthorDate: Mon Apr 15 12:32:08 2024 -0500 Fix error when gpg_key is not set and add check for mvn Patch by brandonwilliams; reviewed by bereng for CASSANDRA-19559 --- cassandra-release/prepare_release.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cassandra-release/prepare_release.sh b/cassandra-release/prepare_release.sh index a9e6ceb..cff842e 100755 --- a/cassandra-release/prepare_release.sh +++ b/cassandra-release/prepare_release.sh @@ -9,7 +9,7 @@ if [ -z "$gpg_key" ]; then fi if [ "$gpg_key" = "" ]; then -exit -e "Gpg key is unset. Pleae set gpg_key variable." +echo >&2 "Gpg key is unset. Pleae set gpg_key variable." && exit 1 fi # The name of remote for the asf remote in your git repo @@ -28,6 +28,7 @@ command -v reprepro >/dev/null 2>&1 || { echo >&2 "reprepro needs to be installe command -v rpmsign >/dev/null 2>&1 || { echo >&2 "rpmsign needs to be installed"; exit 1; } command -v docker >/dev/null 2>&1 || { echo >&2 "docker needs to be installed"; exit 1; } command -v createrepo_c >/dev/null 2>&1 || { echo >&2 "createrepo_c needs to be installed"; exit 1; } +command -v mvn >/dev/null 2>&1 || { echo >&2 "mvn needs to be installed"; exit 1; } (docker info >/dev/null 2>&1) || { echo >&2 "docker needs to running"; exit 1; } ### - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra-dtest) branch trunk updated: increment 3.0 version for upgrades
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-dtest.git The following commit(s) were added to refs/heads/trunk by this push: new ac32ff9f increment 3.0 version for upgrades ac32ff9f is described below commit ac32ff9fc4868cc0f354ca90cbaa322e3f87716b Author: Brandon Williams AuthorDate: Mon Apr 15 11:27:38 2024 -0500 increment 3.0 version for upgrades --- upgrade_tests/upgrade_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/upgrade_tests/upgrade_manifest.py b/upgrade_tests/upgrade_manifest.py index 5237ef74..760255ed 100644 --- a/upgrade_tests/upgrade_manifest.py +++ b/upgrade_tests/upgrade_manifest.py @@ -163,7 +163,7 @@ indev_2_2_x = VersionMeta(name='indev_2_2_x', family=CASSANDRA_2_2, variant='ind current_2_2_x = VersionMeta(name='current_2_2_x', family=CASSANDRA_2_2, variant='current', version='2.2.19', min_proto_v=1, max_proto_v=3, java_versions=(7, 8)) indev_3_0_x = VersionMeta(name='indev_3_0_x', family=CASSANDRA_3_0, variant='indev', version='github:apache/cassandra-3.0', min_proto_v=3, max_proto_v=4, java_versions=(8,)) -current_3_0_x = VersionMeta(name='current_3_0_x', family=CASSANDRA_3_0, variant='current', version='3.0.29', min_proto_v=3, max_proto_v=4, java_versions=(8,)) +current_3_0_x = VersionMeta(name='current_3_0_x', family=CASSANDRA_3_0, variant='current', version='3.0.30', min_proto_v=3, max_proto_v=4, java_versions=(8,)) indev_3_11_x = VersionMeta(name='indev_3_11_x', family=CASSANDRA_3_11, variant='indev', version='github:apache/cassandra-3.11', min_proto_v=3, max_proto_v=4, java_versions=(8,)) current_3_11_x = VersionMeta(name='current_3_11_x', family=CASSANDRA_3_11, variant='current', version='3.11.16', min_proto_v=3, max_proto_v=4, java_versions=(8,)) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-5.0' into trunk
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 9abd84b8f8735ac5f884d963847b0eb61ce26e5c Merge: 74aa4a12ad e127ddf7dd Author: Brandon Williams AuthorDate: Mon Apr 15 11:25:41 2024 -0500 Merge branch 'cassandra-5.0' into trunk - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-4.0' into cassandra-4.1
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit a6209d0cfc22c7688cbe5a87c9c75a33230157e1 Merge: b525f5fff4 53f07f9610 Author: Brandon Williams AuthorDate: Mon Apr 15 11:25:24 2024 -0500 Merge branch 'cassandra-4.0' into cassandra-4.1 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-3.11' into cassandra-4.0
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 53f07f96103959c69c7fa4144eb9b1fe56fd194d Merge: fd46d400b5 7af7f42f5f Author: Brandon Williams AuthorDate: Mon Apr 15 11:25:18 2024 -0500 Merge branch 'cassandra-3.11' into cassandra-4.0 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-5.0 updated (42498a14fa -> e127ddf7dd)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git from 42498a14fa Merge branch 'cassandra-4.1' into cassandra-5.0 new 44f472d742 Increment version new 7af7f42f5f Merge branch 'cassandra-3.0' into cassandra-3.11 new 53f07f9610 Merge branch 'cassandra-3.11' into cassandra-4.0 new a6209d0cfc Merge branch 'cassandra-4.0' into cassandra-4.1 new e127ddf7dd Merge branch 'cassandra-4.1' into cassandra-5.0 The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-4.1 updated (b525f5fff4 -> a6209d0cfc)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git from b525f5fff4 Merge branch 'cassandra-4.0' into cassandra-4.1 new 44f472d742 Increment version new 7af7f42f5f Merge branch 'cassandra-3.0' into cassandra-3.11 new 53f07f9610 Merge branch 'cassandra-3.11' into cassandra-4.0 new a6209d0cfc Merge branch 'cassandra-4.0' into cassandra-4.1 The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-3.0 updated: Increment version
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-3.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git The following commit(s) were added to refs/heads/cassandra-3.0 by this push: new 44f472d742 Increment version 44f472d742 is described below commit 44f472d742d5ce71c226790fe92e6b75af70b5a1 Author: Brandon Williams AuthorDate: Mon Apr 15 11:24:55 2024 -0500 Increment version --- CHANGES.txt | 3 +++ build.xml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 7e28aed561..f82ddbc4b3 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,3 +1,6 @@ +3.0.31 + * + 3.0.30 * Fix SCM URL link (CASSANDRA-19422) * Backport CASSANDRA-16418 to 3.x (CASSANDRA-18824) diff --git a/build.xml b/build.xml index 40590764e9..7bcfb3e17c 100644 --- a/build.xml +++ b/build.xml @@ -34,7 +34,7 @@ - + https://gitbox.apache.org/repos/asf/cassandra.git"/> https://gitbox.apache.org/repos/asf/cassandra.git"/> https://gitbox.apache.org/repos/asf?p=cassandra.git"/> - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-4.1' into cassandra-5.0
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit e127ddf7dd26143701f20d65328ec87c009731fc Merge: 42498a14fa a6209d0cfc Author: Brandon Williams AuthorDate: Mon Apr 15 11:25:34 2024 -0500 Merge branch 'cassandra-4.1' into cassandra-5.0 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch trunk updated (74aa4a12ad -> 9abd84b8f8)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git from 74aa4a12ad Merge branch 'cassandra-5.0' into trunk new 44f472d742 Increment version new 7af7f42f5f Merge branch 'cassandra-3.0' into cassandra-3.11 new 53f07f9610 Merge branch 'cassandra-3.11' into cassandra-4.0 new a6209d0cfc Merge branch 'cassandra-4.0' into cassandra-4.1 new e127ddf7dd Merge branch 'cassandra-4.1' into cassandra-5.0 new 9abd84b8f8 Merge branch 'cassandra-5.0' into trunk The 6 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-4.0 updated (fd46d400b5 -> 53f07f9610)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git from fd46d400b5 Merge branch 'cassandra-3.11' into cassandra-4.0 new 44f472d742 Increment version new 7af7f42f5f Merge branch 'cassandra-3.0' into cassandra-3.11 new 53f07f9610 Merge branch 'cassandra-3.11' into cassandra-4.0 The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-3.0' into cassandra-3.11
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 7af7f42f5f6e8b7ccf05790a17c0e317015240d5 Merge: d079952c50 44f472d742 Author: Brandon Williams AuthorDate: Mon Apr 15 11:25:11 2024 -0500 Merge branch 'cassandra-3.0' into cassandra-3.11 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-3.11 updated (d079952c50 -> 7af7f42f5f)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git from d079952c50 Prepare debian changelog for 3.11.17 new 44f472d742 Increment version new 7af7f42f5f Merge branch 'cassandra-3.0' into cassandra-3.11 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
svn commit: r68540 - /release/cassandra/3.0.29/
Author: brandonwilliams Date: Mon Apr 15 16:23:48 2024 New Revision: 68540 Log: Remove old version Removed: release/cassandra/3.0.29/ - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra-website) branch trunk updated: Minor release 3.0.30
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra-website.git The following commit(s) were added to refs/heads/trunk by this push: new 607350d3 Minor release 3.0.30 607350d3 is described below commit 607350d348359bd7e32ac6218359eebb74165322 Author: Brandon Williams AuthorDate: Mon Apr 15 10:42:54 2024 -0500 Minor release 3.0.30 https://lists.apache.org/thread/flg3w0s5b7xvdz0zs42o8rp1cfbwr5ls --- site-content/source/modules/ROOT/pages/download.adoc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/site-content/source/modules/ROOT/pages/download.adoc b/site-content/source/modules/ROOT/pages/download.adoc index 8d1267a0..ad04d53d 100644 --- a/site-content/source/modules/ROOT/pages/download.adoc +++ b/site-content/source/modules/ROOT/pages/download.adoc @@ -100,15 +100,15 @@ https://www.apache.org/dyn/closer.lua/cassandra/3.11.16/apache-cassandra-3.11.16 [discrete] Apache Cassandra 3.0 [discrete] - Latest release on 2023-05-15 + Latest release on 2024-04-15 [discrete] Maintained until 5.0.0 release (Nov-Dec 2023) [.btn.btn--alt] -https://www.apache.org/dyn/closer.lua/cassandra/3.0.29/apache-cassandra-3.0.29-bin.tar.gz[3.0.29,window=blank] +https://www.apache.org/dyn/closer.lua/cassandra/3.0.30/apache-cassandra-3.0.30-bin.tar.gz[3.0.30,window=blank] -(https://downloads.apache.org/cassandra/3.0.29/apache-cassandra-3.0.29-bin.tar.gz.asc[pgp,window=blank], https://downloads.apache.org/cassandra/3.0.29/apache-cassandra-3.0.29-bin.tar.gz.sha256[sha256,window=blank], https://downloads.apache.org/cassandra/3.0.29/apache-cassandra-3.0.29-bin.tar.gz.sha512[sha512,window=blank]) + -(https://www.apache.org/dyn/closer.lua/cassandra/3.0.29/apache-cassandra-3.0.29-src.tar.gz[source,window=blank]: https://downloads.apache.org/cassandra/3.0.29/apache-cassandra-3.0.29-src.tar.gz.asc[pgp,window=blank], https://downloads.apache.org/cassandra/3.0.29/apache-cassandra-3.0.29-src.tar.gz.sha256[sha256,window=blank], https://downloads.apache.org/cassandra/3.0.29/apache-cassandra-3.0.29-src.tar.gz.sha512[sha512,window=blank]) +(https://downloads.apache.org/cassandra/3.0.30/apache-cassandra-3.0.30-bin.tar.gz.asc[pgp,window=blank], https://downloads.apache.org/cassandra/3.0.30/apache-cassandra-3.0.30-bin.tar.gz.sha256[sha256,window=blank], https://downloads.apache.org/cassandra/3.0.30/apache-cassandra-3.0.30-bin.tar.gz.sha512[sha512,window=blank]) + +(https://www.apache.org/dyn/closer.lua/cassandra/3.0.30/apache-cassandra-3.0.30-src.tar.gz[source,window=blank]: https://downloads.apache.org/cassandra/3.0.30/apache-cassandra-3.0.30-src.tar.gz.asc[pgp,window=blank], https://downloads.apache.org/cassandra/3.0.30/apache-cassandra-3.0.30-src.tar.gz.sha256[sha256,window=blank], https://downloads.apache.org/cassandra/3.0.30/apache-cassandra-3.0.30-src.tar.gz.sha512[sha512,window=blank]) -- [openblock, inline100 inline-top] - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
svn commit: r68535 - /release/cassandra/3.0.30/redhat/
Author: brandonwilliams Date: Mon Apr 15 15:21:57 2024 New Revision: 68535 Log: Apache Cassandra 3.0.30 redhat artifacts Removed: release/cassandra/3.0.30/redhat/ - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
svn commit: r68534 - /release/cassandra/3.0.30/debian/
Author: brandonwilliams Date: Mon Apr 15 15:21:27 2024 New Revision: 68534 Log: Apache Cassandra 3.0.30 debian artifacts Removed: release/cassandra/3.0.30/debian/ - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) annotated tag cassandra-3.0.30 created (now 9da39173e2)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to annotated tag cassandra-3.0.30 in repository https://gitbox.apache.org/repos/asf/cassandra.git at 9da39173e2 (tag) tagging 657e595b78227c28a6b8808ef9bf62f646029f3b (commit) replaces cassandra-3.0.29 by Brandon Williams on Mon Apr 15 10:20:35 2024 -0500 - Log - Apache Cassandra 3.0.30 release --- No new revisions were added by this update. - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
svn commit: r68533 - /dev/cassandra/3.0.30/ /release/cassandra/3.0.30/
Author: brandonwilliams Date: Mon Apr 15 15:20:46 2024 New Revision: 68533 Log: Apache Cassandra 3.0.30 release Added: release/cassandra/3.0.30/ - copied from r68532, dev/cassandra/3.0.30/ Removed: dev/cassandra/3.0.30/ - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) tag 3.0.30-tentative deleted (was 657e595b78)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to tag 3.0.30-tentative in repository https://gitbox.apache.org/repos/asf/cassandra.git *** WARNING: tag 3.0.30-tentative was deleted! *** was 657e595b78 Prepare debian changelog for 3.0.30 The revisions that were on this tag are still contained in other references; therefore, this change does not discard any commits from the repository. - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-5.0' into trunk
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 74aa4a12adc44eb4a6fd7295fe2a0e07af38fa41 Merge: d548396597 42498a14fa Author: Brandon Williams AuthorDate: Fri Apr 12 13:51:05 2024 -0500 Merge branch 'cassandra-5.0' into trunk - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-3.11' into cassandra-4.0
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit fd46d400b5e96e592f6d00b0c3d558c683d6d366 Merge: 9a1d7912ef d079952c50 Author: Brandon Williams AuthorDate: Fri Apr 12 13:50:34 2024 -0500 Merge branch 'cassandra-3.11' into cassandra-4.0 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-3.11 updated (a766c18481 -> d079952c50)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git from a766c18481 Merge branch 'cassandra-3.0' into cassandra-3.11 add d079952c50 Prepare debian changelog for 3.11.17 No new revisions were added by this update. Summary of changes: debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-4.1 updated (b3bca0ad6a -> b525f5fff4)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git from b3bca0ad6a Merge branch 'cassandra-4.0' into cassandra-4.1 add d079952c50 Prepare debian changelog for 3.11.17 new fd46d400b5 Merge branch 'cassandra-3.11' into cassandra-4.0 new b525f5fff4 Merge branch 'cassandra-4.0' into cassandra-4.1 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-5.0 updated (a620a9df86 -> 42498a14fa)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git from a620a9df86 Merge branch 'cassandra-4.1' into cassandra-5.0 add d079952c50 Prepare debian changelog for 3.11.17 new fd46d400b5 Merge branch 'cassandra-3.11' into cassandra-4.0 new b525f5fff4 Merge branch 'cassandra-4.0' into cassandra-4.1 new 42498a14fa Merge branch 'cassandra-4.1' into cassandra-5.0 The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-4.0 updated (9a1d7912ef -> fd46d400b5)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git from 9a1d7912ef Merge branch 'cassandra-3.11' into cassandra-4.0 add d079952c50 Prepare debian changelog for 3.11.17 new fd46d400b5 Merge branch 'cassandra-3.11' into cassandra-4.0 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch trunk updated (d548396597 -> 74aa4a12ad)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git from d548396597 Use Transformation.Kind.id in local and distributed log tables add d079952c50 Prepare debian changelog for 3.11.17 new fd46d400b5 Merge branch 'cassandra-3.11' into cassandra-4.0 new b525f5fff4 Merge branch 'cassandra-4.0' into cassandra-4.1 new 42498a14fa Merge branch 'cassandra-4.1' into cassandra-5.0 new 74aa4a12ad Merge branch 'cassandra-5.0' into trunk The 4 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-4.0' into cassandra-4.1
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit b525f5fff4eed4c99bd4673a03846ef95ef21671 Merge: b3bca0ad6a fd46d400b5 Author: Brandon Williams AuthorDate: Fri Apr 12 13:50:49 2024 -0500 Merge branch 'cassandra-4.0' into cassandra-4.1 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-4.1' into cassandra-5.0
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-5.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 42498a14fa2aa7e2c852076ff9d461965a588845 Merge: a620a9df86 b525f5fff4 Author: Brandon Williams AuthorDate: Fri Apr 12 13:50:57 2024 -0500 Merge branch 'cassandra-4.1' into cassandra-5.0 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
svn commit: r68464 - in /dev/cassandra/3.11.17/redhat: ./ repodata/
Author: brandonwilliams Date: Fri Apr 12 17:52:52 2024 New Revision: 68464 Log: staging cassandra rpm packages for 3.11.17 Added: dev/cassandra/3.11.17/redhat/ dev/cassandra/3.11.17/redhat/cassandra-3.11.17-1.noarch.rpm (with props) dev/cassandra/3.11.17/redhat/cassandra-3.11.17-1.src.rpm (with props) dev/cassandra/3.11.17/redhat/cassandra-tools-3.11.17-1.noarch.rpm (with props) dev/cassandra/3.11.17/redhat/repodata/ dev/cassandra/3.11.17/redhat/repodata/5804bd76703ff2eef39cb85e3f2862e27f10566a7d84a686cd9fb2f9b06e3513-primary.sqlite.bz2 (with props) dev/cassandra/3.11.17/redhat/repodata/5804bd76703ff2eef39cb85e3f2862e27f10566a7d84a686cd9fb2f9b06e3513-primary.sqlite.bz2.asc dev/cassandra/3.11.17/redhat/repodata/6b34b14ae79968761e9c77c05104f0a514c72bf61465e7651fc0dfcd2e8237d4-filelists.xml.gz (with props) dev/cassandra/3.11.17/redhat/repodata/6b34b14ae79968761e9c77c05104f0a514c72bf61465e7651fc0dfcd2e8237d4-filelists.xml.gz.asc dev/cassandra/3.11.17/redhat/repodata/9dc2e8b767c5194705a3edb6b096cbd788c70f59f792f7297f091d97d573735e-other.xml.gz (with props) dev/cassandra/3.11.17/redhat/repodata/9dc2e8b767c5194705a3edb6b096cbd788c70f59f792f7297f091d97d573735e-other.xml.gz.asc dev/cassandra/3.11.17/redhat/repodata/aca8f5e22811828dd675ef920da56838b919c0b89e2695fee99c8e4784efa2dc-filelists.sqlite.bz2 (with props) dev/cassandra/3.11.17/redhat/repodata/aca8f5e22811828dd675ef920da56838b919c0b89e2695fee99c8e4784efa2dc-filelists.sqlite.bz2.asc dev/cassandra/3.11.17/redhat/repodata/e348eecc60e3706c3448b93118d9ac5878f7d98c71214d0e5134c68a71df807d-other.sqlite.bz2 (with props) dev/cassandra/3.11.17/redhat/repodata/e348eecc60e3706c3448b93118d9ac5878f7d98c71214d0e5134c68a71df807d-other.sqlite.bz2.asc dev/cassandra/3.11.17/redhat/repodata/e6cf71b6159d97efbc366a6862951389a3d58c6c7665e711159e714d21e56a69-primary.xml.gz (with props) dev/cassandra/3.11.17/redhat/repodata/e6cf71b6159d97efbc366a6862951389a3d58c6c7665e711159e714d21e56a69-primary.xml.gz.asc dev/cassandra/3.11.17/redhat/repodata/repomd.xml dev/cassandra/3.11.17/redhat/repodata/repomd.xml.asc Added: dev/cassandra/3.11.17/redhat/cassandra-3.11.17-1.noarch.rpm == Binary file - no diff available. Propchange: dev/cassandra/3.11.17/redhat/cassandra-3.11.17-1.noarch.rpm -- svn:mime-type = application/octet-stream Added: dev/cassandra/3.11.17/redhat/cassandra-3.11.17-1.src.rpm == Binary file - no diff available. Propchange: dev/cassandra/3.11.17/redhat/cassandra-3.11.17-1.src.rpm -- svn:mime-type = application/octet-stream Added: dev/cassandra/3.11.17/redhat/cassandra-tools-3.11.17-1.noarch.rpm == Binary file - no diff available. Propchange: dev/cassandra/3.11.17/redhat/cassandra-tools-3.11.17-1.noarch.rpm -- svn:mime-type = application/octet-stream Added: dev/cassandra/3.11.17/redhat/repodata/5804bd76703ff2eef39cb85e3f2862e27f10566a7d84a686cd9fb2f9b06e3513-primary.sqlite.bz2 == Binary file - no diff available. Propchange: dev/cassandra/3.11.17/redhat/repodata/5804bd76703ff2eef39cb85e3f2862e27f10566a7d84a686cd9fb2f9b06e3513-primary.sqlite.bz2 -- svn:mime-type = application/octet-stream Added: dev/cassandra/3.11.17/redhat/repodata/5804bd76703ff2eef39cb85e3f2862e27f10566a7d84a686cd9fb2f9b06e3513-primary.sqlite.bz2.asc == --- dev/cassandra/3.11.17/redhat/repodata/5804bd76703ff2eef39cb85e3f2862e27f10566a7d84a686cd9fb2f9b06e3513-primary.sqlite.bz2.asc (added) +++ dev/cassandra/3.11.17/redhat/repodata/5804bd76703ff2eef39cb85e3f2862e27f10566a7d84a686cd9fb2f9b06e3513-primary.sqlite.bz2.asc Fri Apr 12 17:52:52 2024 @@ -0,0 +1,16 @@ +-BEGIN PGP SIGNATURE- + +iQIzBAABCgAdFiEEt4Qs2vNuajIU+uNdXoW5rguEwEEFAmYZdM0ACgkQXoW5rguE +wEFLgg//ZUiCypgKzJK8pDh/xybat1ZNVKu4RKSCZXTZ3qx43541l7VgSbQXjink +dxDvImR4DGsGy/Q++BXKBdW4Ea9MKc9uWqdTwGIBaqwQslqMTYMBMOPJgtCNvcVp +oLWBCpTmVLud4TMJjQX9PKphwFSLNSJnzuzMnpqTnzB2HyreMOYX2VwofjttCK+A +PxO8g6f9Ip9829ucNzUMSRwnu+hBXUvqB7DaPjWKcYhrQh03+6ob2BE1a2JhWKh6 +yAW0Un3ixAEto0nvc2EBnL6BbN2T+X01hiBks/zQiHAHmDlogY8F3HFZJFN8Wq3A +RMLzPrdN10KKA6jNKShnMbe1nu/INcDCsnI6itsEGHN6XfWvw87poknRwsk3fdk+ +5G/fmnLvoZQc4uoccVdIywxM8ETRB5HdWgjd/BP5hFJg5GW6Gof3FhtHl4IlIRhU +eDsDGZA3kN7KhyXbm1Y8JbTkdIbagNNYjRwI10gJhYVNz/k1xXd6oQslr9ZRHArl
svn commit: r68463 - in /dev/cassandra/3.11.17/debian: ./ dists/ dists/311x/ dists/311x/main/ dists/311x/main/binary-amd64/ dists/311x/main/binary-arm64/ dists/311x/main/binary-i386/ dists/311x/main/s
Author: brandonwilliams Date: Fri Apr 12 17:49:03 2024 New Revision: 68463 Log: staging cassandra debian packages for 3.11.17 Added: dev/cassandra/3.11.17/debian/ dev/cassandra/3.11.17/debian/cassandra-tools_3.11.17_all.deb (with props) dev/cassandra/3.11.17/debian/cassandra_3.11.17.dsc dev/cassandra/3.11.17/debian/cassandra_3.11.17.tar.gz (with props) dev/cassandra/3.11.17/debian/cassandra_3.11.17_all.deb (with props) dev/cassandra/3.11.17/debian/cassandra_3.11.17_amd64.buildinfo dev/cassandra/3.11.17/debian/cassandra_3.11.17_amd64.changes dev/cassandra/3.11.17/debian/dists/ dev/cassandra/3.11.17/debian/dists/311x/ dev/cassandra/3.11.17/debian/dists/311x/InRelease dev/cassandra/3.11.17/debian/dists/311x/Release dev/cassandra/3.11.17/debian/dists/311x/Release.gpg dev/cassandra/3.11.17/debian/dists/311x/main/ dev/cassandra/3.11.17/debian/dists/311x/main/binary-amd64/ dev/cassandra/3.11.17/debian/dists/311x/main/binary-amd64/Packages dev/cassandra/3.11.17/debian/dists/311x/main/binary-amd64/Packages.gz (with props) dev/cassandra/3.11.17/debian/dists/311x/main/binary-amd64/Release dev/cassandra/3.11.17/debian/dists/311x/main/binary-arm64/ dev/cassandra/3.11.17/debian/dists/311x/main/binary-arm64/Packages dev/cassandra/3.11.17/debian/dists/311x/main/binary-arm64/Packages.gz (with props) dev/cassandra/3.11.17/debian/dists/311x/main/binary-arm64/Release dev/cassandra/3.11.17/debian/dists/311x/main/binary-i386/ dev/cassandra/3.11.17/debian/dists/311x/main/binary-i386/Packages dev/cassandra/3.11.17/debian/dists/311x/main/binary-i386/Packages.gz (with props) dev/cassandra/3.11.17/debian/dists/311x/main/binary-i386/Release dev/cassandra/3.11.17/debian/dists/311x/main/source/ dev/cassandra/3.11.17/debian/dists/311x/main/source/Release dev/cassandra/3.11.17/debian/dists/311x/main/source/Sources.gz (with props) dev/cassandra/3.11.17/debian/pool/ dev/cassandra/3.11.17/debian/pool/main/ dev/cassandra/3.11.17/debian/pool/main/c/ dev/cassandra/3.11.17/debian/pool/main/c/cassandra/ dev/cassandra/3.11.17/debian/pool/main/c/cassandra/cassandra-tools_3.11.17_all.deb (with props) dev/cassandra/3.11.17/debian/pool/main/c/cassandra/cassandra_3.11.17.dsc dev/cassandra/3.11.17/debian/pool/main/c/cassandra/cassandra_3.11.17.tar.gz (with props) dev/cassandra/3.11.17/debian/pool/main/c/cassandra/cassandra_3.11.17_all.deb (with props) Added: dev/cassandra/3.11.17/debian/cassandra-tools_3.11.17_all.deb == Binary file - no diff available. Propchange: dev/cassandra/3.11.17/debian/cassandra-tools_3.11.17_all.deb -- svn:mime-type = application/octet-stream Added: dev/cassandra/3.11.17/debian/cassandra_3.11.17.dsc == --- dev/cassandra/3.11.17/debian/cassandra_3.11.17.dsc (added) +++ dev/cassandra/3.11.17/debian/cassandra_3.11.17.dsc Fri Apr 12 17:49:03 2024 @@ -0,0 +1,41 @@ +-BEGIN PGP SIGNED MESSAGE- +Hash: SHA512 + +Format: 1.0 +Source: cassandra +Binary: cassandra, cassandra-tools +Architecture: all +Version: 3.11.17 +Maintainer: Eric Evans +Uploaders: Sylvain Lebresne +Homepage: http://cassandra.apache.org +Standards-Version: 3.8.3 +Vcs-Browser: https://git-wip-us.apache.org/repos/asf?p=cassandra.git +Vcs-Git: http://git-wip-us.apache.org/repos/asf/cassandra.git +Build-Depends: debhelper (>= 5), openjdk-8-jdk | java8-jdk, ant (>= 1.9), ant-optional (>= 1.9), dh-python, python-dev (>= 2.7) | python2-dev (>= 2.7), dpatch, bash-completion +Package-List: + cassandra deb misc extra arch=all + cassandra-tools deb misc extra arch=all +Checksums-Sha1: + f649213abb9a0b63c3a60ddfdd39ce4ca3f90db9 16197940 cassandra_3.11.17.tar.gz +Checksums-Sha256: + 19abbc31c258b8f188b17e9ccaf25e95c6b24cb41dfc35dc54bbd2dbec87e17d 16197940 cassandra_3.11.17.tar.gz +Files: + 1bc22fef2e7dac7a0bded8ddd7001524 16197940 cassandra_3.11.17.tar.gz + +-BEGIN PGP SIGNATURE- + +iQIzBAEBCgAdFiEEt4Qs2vNuajIU+uNdXoW5rguEwEEFAmYZc70ACgkQXoW5rguE +wEGheg/9G00hoQx429BrOAWKQKGq68Llvih5ENkoIc/OuzL8GvXWNbaR3nNT2/uK +lXwHzXWNb6/hLOXr1x3ocBFtyFXVnVwG4CLDyPPTSvotOVihnyF84nGd4ar8X/st +Fmtm+9g6mfe/qrPJ/9pkEFGbAjGKNHwqmIZtkKHqqw7uF1E4cHR20XO34k193XRv +LInpXa2iyOGTlcE+ARuhrZ9e+RAGgRsBvlY59t7f1iYwcwiea54gQo/qTxZUUfT2 +jU6oJQ2CsPGqWVfnIii2w2tAmmuFMjL455SXLE6DMffAilcavW6nk8AMcJ6He5Ac ++/x+8R+87qU9YQqBNDxJNb8xySfTcFfUJsj/wu+sdS2EU5jG570Zr+gsM0vJc/oG +ihhej/8M3KTfPlR+k64kI/Fj6KhGHvFfeIclde2FF3PpGvFphbVb1F/p4Ot+8JGO +l0CEvhDmAXQVLYagNCc+t/icJe/a2ShdhXtQzCUDPAk0fW9GV7n3vj22eU0JMGnY +iYQyyOBPEu85TELPwj9NGA3icn4beSaKahYNB+0tFoU1KUj9BjTB4NDptkc8Eoah +1zWcgRYSoO+ufhbtsAvaR3UtRxA6qIPeNRSkpz5yztbuRUVRd6H17NItDTdDjcU0 +wMRNgYBjGKftiP/PDcbWYY7WFzsGfLEp8P1iXS1QZHSI
svn commit: r68462 - /dev/cassandra/3.11.17/
Author: brandonwilliams Date: Fri Apr 12 17:44:04 2024 New Revision: 68462 Log: staging cassandra 3.11.17 Added: dev/cassandra/3.11.17/ dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz (with props) dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.asc dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.sha256 dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.sha512 dev/cassandra/3.11.17/apache-cassandra-3.11.17-src.tar.gz (with props) dev/cassandra/3.11.17/apache-cassandra-3.11.17-src.tar.gz.asc dev/cassandra/3.11.17/apache-cassandra-3.11.17-src.tar.gz.sha256 dev/cassandra/3.11.17/apache-cassandra-3.11.17-src.tar.gz.sha512 Added: dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz == Binary file - no diff available. Propchange: dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz -- svn:mime-type = application/octet-stream Added: dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.asc == --- dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.asc (added) +++ dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.asc Fri Apr 12 17:44:04 2024 @@ -0,0 +1,16 @@ +-BEGIN PGP SIGNATURE- + +iQIzBAABCgAdFiEEt4Qs2vNuajIU+uNdXoW5rguEwEEFAmYZcl4ACgkQXoW5rguE +wEHYQRAAnaCfifDJcb5gauY9HsUoh3YgzGZ7rRjJslCMnQ1WyGtYLmeF26FJJcG1 +5WK7tax84ikGCZTL9IEaDtTt/Jiy7ABDlnykiz5QSNBUtgTqCJUeQDXWBRdjtpaH +b7nVEVMVkaNcZ7cnU7Et9bteFHmaezMT0rUYI++vSXIQyNTxylE1Eabmr4rWGOWA +Sri5QNzO8SSYA86pK6oBEnSpFJ4MTU4i9Bi39XVAi3W8g0NX0cV6SgOk3aZ8RAzh +x0nGaqudxubVpyPYEEmvy36oN5tBf5I3HhkF1kWAomlmajUX32sqUGMqe2f+Kflo +v/qGdT6B7zQW+B7j/Magk6Rm1g+UWMViLGtvC4ZNjOb3Tg61AZjN5MAhMku1sp1V +3BJJnbAhZkIDXH3LRMkQ4JRgkpG0s4iRWeGW2sEiAbVaviONbidAj2LmkSTw6gbs +Nt8UcbDGKzHI6lZvSv8qGePSiBo5dEvB8ki1vXVo20iV41PHELJIE/HExhkFnhBs ++qxXrVfNXy67bEZQTPO1WnQj7eK+4bRgfdjYUpMSHSjp4XQQzWaNSRXL5ZBnN0G7 +KbEcu1pYwTlTtc0qS94fvfBp+x3a/n9MPHTIEkaJS7GdBjV0njda9X9cVgvbtfqY +AiCNdtyjUl5IOufS9MRJWDxiBt1INCbULEeJQrGmWkc0v1WKISo= +=P7BW +-END PGP SIGNATURE- Added: dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.sha256 == --- dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.sha256 (added) +++ dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.sha256 Fri Apr 12 17:44:04 2024 @@ -0,0 +1 @@ +8b2a3648902838e3a8b32d9e5230cb489d163b5972df1ad29b95dc8880424281 Added: dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.sha512 == --- dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.sha512 (added) +++ dev/cassandra/3.11.17/apache-cassandra-3.11.17-bin.tar.gz.sha512 Fri Apr 12 17:44:04 2024 @@ -0,0 +1 @@ +640d4d3d6800422b6dd4b8ff137065cc4ef08c55ff235556fb64d5de78f2c1e815618fbc9b14c1b94306cb58cd074ef729452657c7473aa194be9b34e9db481d Added: dev/cassandra/3.11.17/apache-cassandra-3.11.17-src.tar.gz == Binary file - no diff available. Propchange: dev/cassandra/3.11.17/apache-cassandra-3.11.17-src.tar.gz -- svn:mime-type = application/octet-stream Added: dev/cassandra/3.11.17/apache-cassandra-3.11.17-src.tar.gz.asc == --- dev/cassandra/3.11.17/apache-cassandra-3.11.17-src.tar.gz.asc (added) +++ dev/cassandra/3.11.17/apache-cassandra-3.11.17-src.tar.gz.asc Fri Apr 12 17:44:04 2024 @@ -0,0 +1,16 @@ +-BEGIN PGP SIGNATURE- + +iQIzBAABCgAdFiEEt4Qs2vNuajIU+uNdXoW5rguEwEEFAmYZcl8ACgkQXoW5rguE +wEGuxxAArNceAGhTvwtRO3b5DAT8nyZuLIBiTifcB0aq73ae3ZLm43x1yWgZZ6mq +9cYHIwQcHQEngu1QXIoHJqKQ0pJrn5cCQBrJwNv+KTu0ZoY+Su24oN2zOaajcm8w +u4GxK20ffoKXoKix6pdV7rbZX6m7RZfrtJByntxjnVqA0OUC+GdkShosf61JyWA5 +/h4JjJdc5ZCIrpmUou2h1UQOhq/pUvvlsp+LTWnz02LkuJ2ovxjbeSmUe7QlR9rZ +B0LimNuyN4oWM+ywzV7/A6e9MFuMvWORIEPQhSxWm0s8EZClrWNj4k3ZT0OImTYs +bmf2Jb8FkDogP7XgphkVvrhi0Qs0Eb9MeQ8zmccgIXUdZxDASwcTa7vI6tjpvyPs +hMQ07CJwDnvoczBbHb6SsnsIvq6NDziMU4rwc0y9tWolDnMZOhyDP/3RiehuNjok +Nqi6rFZ/3kV3M8yR69gugLzeS79f9hXC2T5ieF1LPLCGnjDpT1VBxeXLy0aJ0kfk +rctQakyC0Xd82ktjtrl6PI+hzMxfXVbrxA3TUCF7Zwz4e4d/pphrpKqKAoA7yDhF +7yJ+Fj9wjWpIosBr9bvndRMWyoOYYjdy7IqY0xBtw0Lv6T6DJdRkWS8yubUt+73h +UkJEPUOV6hd/y1ztFJjoM8E4CvUbjFPNGFNtETnF2Ur+4FO7WeM= +=PXnm +-END PGP SIGNATURE- Added: dev/cassandra/3.11.17/apache-cassandra-3.11.17-src.tar.gz.sha256 == --- dev/cassandra/3.11.17/apache-cassandra-3.11.17-src.tar.gz.sha256 (added) +++ dev/cassandra/3.11.17/apache-cassandra-3.11.17-src.tar.gz.sha256 Fri Apr 12 17
(cassandra) tag 3.11.17-tentative created (now d079952c50)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to tag 3.11.17-tentative in repository https://gitbox.apache.org/repos/asf/cassandra.git at d079952c50 (commit) This tag includes the following new commits: new d079952c50 Prepare debian changelog for 3.11.17 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Prepare debian changelog for 3.11.17
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to tag 3.11.17-tentative in repository https://gitbox.apache.org/repos/asf/cassandra.git commit d079952c50019c3c8c96e341a01f7bc0554e1733 Author: Brandon Williams AuthorDate: Fri Apr 12 12:30:17 2024 -0500 Prepare debian changelog for 3.11.17 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 5647e8f561..7759d84c75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -cassandra (3.11.17) UNRELEASED; urgency=medium +cassandra (3.11.17) unstable; urgency=medium * New release - -- Stefan Miklosovic Fri, 18 Aug 2023 17:49:05 +0200 + -- Brandon Williams Fri, 12 Apr 2024 12:30:08 -0500 cassandra (3.11.16) unstable; urgency=medium - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-5.0' into trunk
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 3e4f1e2839cff2ed2d51076e1cb016c381282c56 Merge: 728b9ec4c6 a620a9df86 Author: Brandon Williams AuthorDate: Thu Apr 11 13:51:41 2024 -0500 Merge branch 'cassandra-5.0' into trunk - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-4.1 updated (39bd3c2261 -> b3bca0ad6a)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git from 39bd3c2261 Merge branch 'cassandra-4.0' into cassandra-4.1 add ccb83d0b6b Prepare debian changelog for 3.0.30 add 00c45611c9 Prepare debian changelog for 3.0.30 add 296b9cb889 Prepare debian changelog for 3.0.30 add 657e595b78 Prepare debian changelog for 3.0.30 new a766c18481 Merge branch 'cassandra-3.0' into cassandra-3.11 new 9a1d7912ef Merge branch 'cassandra-3.11' into cassandra-4.0 new b3bca0ad6a Merge branch 'cassandra-4.0' into cassandra-4.1 The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) 01/01: Merge branch 'cassandra-3.11' into cassandra-4.0
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a commit to branch cassandra-4.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git commit 9a1d7912efcebe7555142876f7052c0e2faa22b2 Merge: 0974a3656d a766c18481 Author: Brandon Williams AuthorDate: Thu Apr 11 13:51:08 2024 -0500 Merge branch 'cassandra-3.11' into cassandra-4.0 - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-3.0 updated (46bf9bcace -> 657e595b78)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-3.0 in repository https://gitbox.apache.org/repos/asf/cassandra.git from 46bf9bcace Add properties for redirecting build-resolve to mirrors add ccb83d0b6b Prepare debian changelog for 3.0.30 add 00c45611c9 Prepare debian changelog for 3.0.30 add 296b9cb889 Prepare debian changelog for 3.0.30 add 657e595b78 Prepare debian changelog for 3.0.30 No new revisions were added by this update. Summary of changes: debian/changelog | 6 ++ 1 file changed, 6 insertions(+) - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch cassandra-3.11 updated (338e4ed618 -> a766c18481)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch cassandra-3.11 in repository https://gitbox.apache.org/repos/asf/cassandra.git from 338e4ed618 Docs: deprecate the usage of apt-key and adopt distribution name add ccb83d0b6b Prepare debian changelog for 3.0.30 add 00c45611c9 Prepare debian changelog for 3.0.30 add 296b9cb889 Prepare debian changelog for 3.0.30 add 657e595b78 Prepare debian changelog for 3.0.30 new a766c18481 Merge branch 'cassandra-3.0' into cassandra-3.11 The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org
(cassandra) branch trunk updated (728b9ec4c6 -> 3e4f1e2839)
This is an automated email from the ASF dual-hosted git repository. brandonwilliams pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/cassandra.git from 728b9ec4c6 Revisit metadata log schema to remove period field add ccb83d0b6b Prepare debian changelog for 3.0.30 add 00c45611c9 Prepare debian changelog for 3.0.30 add 296b9cb889 Prepare debian changelog for 3.0.30 add 657e595b78 Prepare debian changelog for 3.0.30 new a766c18481 Merge branch 'cassandra-3.0' into cassandra-3.11 new 9a1d7912ef Merge branch 'cassandra-3.11' into cassandra-4.0 new b3bca0ad6a Merge branch 'cassandra-4.0' into cassandra-4.1 new a620a9df86 Merge branch 'cassandra-4.1' into cassandra-5.0 new 3e4f1e2839 Merge branch 'cassandra-5.0' into trunk The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: - To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org