Details
-
Type:
Bug
-
Status: New
-
Priority:
Medium
-
Resolution: Unresolved
-
Affects Version/s: 3.13.0, 3.16.1, 3.24.0, 3.29.0, 3.30.0, 3.30.1, 3.36.0, 3.37.0
-
Fix Version/s: None
-
Component/s: Blobstore
-
Labels:
-
Environment:linux
-
Epic Link:
-
Notability:3
Description
In the Nexus Blob stores the Blob count and Total size shows the wrong information. Our total disk space for the nexus is about 300GB. but Nexus shows the total space about 900GB which is very misleading
Diagnosis
Blobstore metrics could be incorrect for a variety of reasons:
Edge Cases:
- an existing bug
- Manual deletion of stuff from the disk
- system crashes at inopportune times
Other:
For users who have a blob store with soft-deleted and not-yet-compacted blobs that then update to latest NXRM version and compact the blob store with that, the previously soft-deleted blobs are double-counted: They were removed from the metrics by the old code during soft-delete, then again by the new code during hard-delete/compact, resulting in metrics that are too low in numbers.
Possible Remedy
Develop a supported procedure to bring blobstore metrics back in sync for each type of supported blobstore type.
Attachments
Issue Links
- mentioned in
-
Page Loading...