[ https://issues.apache.org/jira/browse/CASSANDRA-10876?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066710#comment-15066710 ]
Patrick McFadin commented on CASSANDRA-10876: --------------------------------------------- [~firstprayer] if you would like to take this Jira, please feel free. The conclusion is that multiple mutations on a single partitions aren't the same type of impact as a multi-partition batch. The basic logic would be: If a single partition, don't warn or fail. There is the possibility that the mutations are so large that you'll get an entirely new set of problems, but that's edging into a new realm of discussion. > Alter behavior of batch WARN and fail on single partition batches > ----------------------------------------------------------------- > > Key: CASSANDRA-10876 > URL: https://issues.apache.org/jira/browse/CASSANDRA-10876 > Project: Cassandra > Issue Type: Improvement > Reporter: Patrick McFadin > Priority: Minor > > In an attempt to give operator insight into potentially harmful batch usage, > Jiras were created to log WARN or fail on certain batch sizes. This ignores > the single partition batch, which doesn't create the same issues as a > multi-partition batch. > The proposal is to ignore size on single partition batch statements. > Reference: > [CASSANDRA-6487|https://issues.apache.org/jira/browse/CASSANDRA-6487] > [CASSANDRA-8011|https://issues.apache.org/jira/browse/CASSANDRA-8011] -- This message was sent by Atlassian JIRA (v6.3.4#6332)