Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
always return the waitgroup in protectView
so that we preclude the following scenario: Start compaction. Start view. Finish compaction. Start compaction. which would not wait for the view to complete.
- Loading branch information