adelapena commented on code in PR #2369:
URL: https://github.com/apache/cassandra/pull/2369#discussion_r1210566309


##########
src/java/org/apache/cassandra/db/guardrails/Guardrails.java:
##########
@@ -323,6 +323,18 @@ public final class Guardrails implements GuardrailsMBean
                              format("Partition %s has size %s, this exceeds 
the %s threshold of %s.",
                                     what, value, isWarning ? "warning" : 
"failure", threshold));
 
+    /**
+     * Guardrail on the number of rows of a partition.
+     */
+    public static final MaxThreshold partitionTombstones =
+    new MaxThreshold("partition_tombstones",
+                     "Partitions with too many tombstones can cause 
performance problems. ",

Review Comment:
   Right, good catch. Fixed it here and in `partitionSize`.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to