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

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


    from 013acc641c Rename DisableFlag class to EnableFlag on guardrails
     add 9f3bc65727 Reject oversized mutations on client and internode 
connection
     new 11bdf1bf80 Merge branch 'cassandra-4.1' into trunk

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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