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

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


    from 596daeb7f0 Optimise BTree build, update and transform operations
     add 9f3bc65727 Reject oversized mutations on client and internode 
connection

No new revisions were added by this update.

Summary of changes:
 NEWS.txt                                           |  2 +
 .../cql3/statements/BatchUpdatesCollector.java     |  3 +
 .../statements/SingleTableUpdatesCollector.java    |  3 +
 .../db/MutationExceededMaxSizeException.java       |  5 +-
 .../apache/cassandra/db/MutationVerbHandler.java   |  4 ++
 .../apache/cassandra/db/commitlog/CommitLog.java   |  1 -
 .../distributed/test/OversizedMutationTest.java    | 64 ++++++++++++++++++++++
 .../cassandra/db/commitlog/CommitLogTest.java      |  4 +-
 8 files changed, 81 insertions(+), 5 deletions(-)
 create mode 100644 
test/distributed/org/apache/cassandra/distributed/test/OversizedMutationTest.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to