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