Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FLINK-20383][runtime] Fix race condition in notification.
Notification happens outside of lock, so between non-null check and actual notification, readView could have been released.
- Loading branch information