AcctIdx: fix metrics bug (#21934)

This commit is contained in:
Jeff Washington (jwash) 2021-12-15 17:05:38 -06:00 committed by GitHub
parent 635337d2ff
commit 1e0d3f13e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
),
(