Hi Vincent,
This is the Cassandra user's mailing list. You can engage the Cassandra
developers on dev@cassandra.apache.org mailing list. I have bcc'd the user
list and added the dev list.
To answer your question, the spec may have drifted and may require a fix.
Please feel free to raise a jira an
Merged to 5.0.0
> On Aug 14, 2024, at 2:41 PM, Josh McKenzie wrote:
>
> This looks like a "merge it to 5.0.0 and re-rev rc" to me.
>
> On Wed, Aug 14, 2024, at 2:21 PM, David Capwell wrote:
>> CASSANDRA-19835 fixes a very small bug but one that has big impact: if you
>> use trie Memtable and u
This looks like a "merge it to 5.0.0 and re-rev rc" to me.
On Wed, Aug 14, 2024, at 2:21 PM, David Capwell wrote:
> CASSANDRA-19835 fixes a very small bug but one that has big impact: if you
> use trie Memtable and unslabbed_heap_buffers_logged Cassandra will crash on
> boot! If you use any oth
CASSANDRA-19835 fixes a very small bug but one that has big impact: if you use
trie Memtable and unslabbed_heap_buffers_logged Cassandra will crash on boot!
If you use any other Memtable type and SAI you will break every SSTable write….
The patch is up now, its a 1 line code change just adding
+1
On Wed, Aug 14, 2024 at 9:55 AM Brandon Williams
wrote:
> Proposing the test build of Cassandra 4.1.6 for release.
>
> sha1: 790de1079811278a2b431c2ced7c7ea02d290a25
> Git: https://github.com/apache/cassandra/tree/4.1.6-tentative
> Maven Artifacts:
>
> https://repository.apache.org/content/re
Proposing the test build of Cassandra 4.1.6 for release.
sha1: 790de1079811278a2b431c2ced7c7ea02d290a25
Git: https://github.com/apache/cassandra/tree/4.1.6-tentative
Maven Artifacts:
https://repository.apache.org/content/repositories/orgapachecassandra-1340/org/apache/cassandra/cassandra-all/4.1.6
I have added this note and will reroll:
https://github.com/apache/cassandra/commit/790de1079811278a2b431c2ced7c7ea02d290a25
Kind Regards,
Brandon
On Mon, Aug 12, 2024 at 2:48 PM Jon Haddad wrote:
>
> My preference is a NEWS.txt update and we reroll.
>
> On Fri, Aug 2, 2024 at 3:11 PM Brandon Wil