diff --git a/docs/sstable-scylla-format.md b/docs/sstable-scylla-format.md index 810ff5063e..7cf2ddb1d8 100644 --- a/docs/sstable-scylla-format.md +++ b/docs/sstable-scylla-format.md @@ -73,6 +73,9 @@ Scylla with issue #3885 fixed) bit 3: CorrectStaticCompact (if set, indicates the sstable was generated by Scylla with issue #4139 fixed) +bit 4: CorrectEmptyCounters (if set, indicates the sstable was generated by +Scylla with issue #4363 fixed) + ## extension_attributes subcomponent extension_attributes = extension_attribute_count extension_attribute* @@ -94,4 +97,4 @@ There are currently no defined attributes. If the run_identifier subcomponent is present, the sstable is part of a run. All sstables with the same run_identifier belong to the same run. They are -guaranteed to be disjoint (non-overlapping) in their partition keys. \ No newline at end of file +guaranteed to be disjoint (non-overlapping) in their partition keys.