forked from apache/kudu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Close was notifying waiters before erasing them from the waiters_ list. In practice this didn't matter: lock_ was always held around any manipulation of waiters_. But for consistency, let's do what AdjustCleanTime does. AdjustCleanTime required lock_ to be held, so let's enforce that. Change-Id: I189553d0f589794ad830a30b3c0b4ce5fd5569ba Reviewed-on: http://gerrit.cloudera.org:8080/14816 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]>
- Loading branch information
Showing
2 changed files
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters