-
Type:
Technical Debt
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Statistics
-
Storage Engines - Persistence
-
SE Persistence backlog
-
1
We have some stats which need better descriptions:
CheckpointStat('checkpoint_hs_pages_reconciled', 'number of history store pages caused to be reconciled'),
CheckpointStat('checkpoint_pages_reconciled', 'number of pages caused to be reconciled'),
CheckpointStat('checkpoint_pages_reconciled_bytes', 'number of bytes caused to be reconciled'),
All of these stats say "caused to be reconciled" which is grammatically incorrect. A better naming scheme would be:
"Number of X reconciled by checkpoint"
Scope:
- Reword the stat descriptions