Details
-
New Feature
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Operability
-
Low Hanging Fruit
-
All
-
None
-
Description
Add a guardrail for max partition size, for example:
partition_size_warn_threshold: 50MiB partition_size_fail_threshold: 100MiB
Most probably this guardrail would only be checked when writing a new sstable to disk (fush/compact). Triggering the guardrail on sstable write would emit a log message and a diagnostic event, but it wouldn't reject the write.
Attachments
Issue Links
- duplicates
-
CASSANDRA-17194 Migrate thresholds for compaction to guardrails
- Resolved
- is related to
-
CASSANDRA-8720 Provide tools for finding wide row/partition keys
- Resolved
- links to