This is an automated email from the ASF dual-hosted git repository.

jonmeredith pushed a change to branch cassandra-5.0
in repository https://gitbox.apache.org/repos/asf/cassandra.git


    from 17cb89208c Fix marking an SSTable as suspected and BufferPool leakage 
in case of a corrupted SSTable read during a compaction
     add d4d858d382 Updating a column with a new TTL but same expiration time 
is non-deterministic and causes repair mismatches.
     add 2ac701629b Merge branch 'cassandra-4.0' into cassandra-4.1
     add 32cfd477df Merge branch 'cassandra-4.1' into cassandra-5.0

No new revisions were added by this update.

Summary of changes:
 CHANGES.txt                                        |  1 +
 src/java/org/apache/cassandra/db/LivenessInfo.java | 11 ++-
 src/java/org/apache/cassandra/db/rows/Cells.java   | 10 +++
 test/unit/org/apache/cassandra/db/CellTest.java    | 84 ++++++++++++++++++++++
 .../org/apache/cassandra/db/LivenessInfoTest.java  |  5 ++
 .../org/apache/cassandra/db/rows/RowsTest.java     | 54 ++++++++++++++
 6 files changed, 163 insertions(+), 2 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to