Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gc: fix NumKeysAffected counting more than collected
Previously if key is not collected after a GC batch is sent out it would still be included as affected in GC stats. Those stats are mostly used for logging and tests, the unfortunate effect is that randomized test could fail. This commit fixes the bug. Release note: None
- Loading branch information