Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Operability
-
Low Hanging Fruit
-
All
-
None
-
Description
Currently there is a difference in the output if nodetool compactionstats command and sstable_tasks virtual table (originally introduced by CASSANDRA-14457). They need to be aligned. The differences are:
nodetool | VT | Comment |
---|---|---|
percentComplete | completion_ratio | column naming is different only |
completed | progress | column naming is different only |
compaction type | kind | column naming is different only |
sstables | NA |
Additionally, please, update necessary documentation.
Attachments
Issue Links
- is related to
-
CASSANDRA-17683 Address CASSANDRA-16844 and CASSANDRA-16976 breaking compatibility
- Resolved
- relates to
-
CASSANDRA-14457 Add a virtual table with current compactions
- Resolved
-
CASSANDRA-15759 Add progress column in percents for system_views.sstable_tasks
- Resolved
-
CASSANDRA-16844 Add number of sstables in a compaction to compactionstats output
- Resolved