-
Notifications
You must be signed in to change notification settings - Fork 374
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CELEBORN-1079] Fix use of GuardedBy in client-flink/common
### What changes were proposed in this pull request? * Fix use of `GuardedBy` on nonexistant lock. * Annotate methods, which are expected to be called with lock held, with `GuardedBy` so that error prone can analyze all invocations ### Why are the changes needed? There is no functional change, but it helps errorprone analysis. ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Unit tests Closes #2029 from mridulm/fix-flink-guarded-by-annotation. Authored-by: Mridul Muralidharan <mridulatgmail.com> Signed-off-by: zky.zhoukeyong <[email protected]>
- Loading branch information
1 parent
49ea881
commit ce4329c
Showing
2 changed files
with
2 additions
and
3 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