Details
-
Bug
-
Resolution: Fixed
-
Major
-
7.6.0, 7.2.4
-
Triaged
-
0
-
Unknown
Description
This issue came forward while investigating CBSE-17595.
In Periodic aggregated StorageStats:
memory_stats_size_total: MemSz+MemSzIndex+MemSzBloom+ReclaimPending+BufMemUsed+RecoveryBufMemUsed
|
However, MemSz already accounts for MemSzBloom, leading to a double counting of MemSzBloom.
The incorrect calculation of memory_stats_size_total does not affect functionality and is solely used in CBSE analysis.
Attachments
Issue Links
- is a backport of
-
MB-62892 Double counting of memSzBloom in memory_stats_size_total periodic stat
- Resolved