Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dedupe: Skip extents with insufficient duplicates (#365)
Add safety check in push_extents() to prevent queuing work items with less than 2 duplicates. This prevents assertion failures in dedupe_extent_list() when the duplicate count drops below 2 between the initial duplicate detection and worker thread processing. Fixes: #341
- Loading branch information