This is an automated email from the ASF dual-hosted git repository. jonmeredith pushed a change to branch cassandra-4.1 in repository https://gitbox.apache.org/repos/asf/cassandra.git
from 60ea852811 Merge branch 'cassandra-4.0' into cassandra-4.1 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 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