docs: add CorrectEmptyCounters to sstable-scylla-format

Signed-off-by: Piotr Jastrzebski <piotr@scylladb.com>
This commit is contained in:
Piotr Jastrzebski
2019-05-21 11:22:15 +02:00
parent a962696e44
commit e91e1a1dde

View File

@@ -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.
guaranteed to be disjoint (non-overlapping) in their partition keys.