Re: CASSANDRA-19835 should block 5.0.0

2024-08-14 Thread David Capwell
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

Re: CASSANDRA-19835 should block 5.0.0

2024-08-14 Thread Josh McKenzie
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 should block 5.0.0

2024-08-14 Thread David Capwell
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