AcctIdx: fix metrics bug (#21934)
This commit is contained in:
committed by
GitHub
parent
635337d2ff
commit
1e0d3f13e6
@ -323,7 +323,7 @@ impl BucketMapHolderStats {
|
|||||||
),
|
),
|
||||||
(
|
(
|
||||||
"flush_grow_us",
|
"flush_grow_us",
|
||||||
self.flush_remove_us.swap(0, Ordering::Relaxed),
|
self.flush_grow_us.swap(0, Ordering::Relaxed),
|
||||||
i64
|
i64
|
||||||
),
|
),
|
||||||
(
|
(
|
||||||
|
Reference in New Issue
Block a user