You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "dugenkui (Jira)" <ji...@apache.org> on 2020/08/29 04:42:00 UTC

[jira] [Created] (FLINK-19089) Replace ReentrantLock with ReentrantReadWriteLock in ClosableBlockingQueue

dugenkui created FLINK-19089:
--------------------------------

             Summary: Replace ReentrantLock with ReentrantReadWriteLock in ClosableBlockingQueue
                 Key: FLINK-19089
                 URL: https://issues.apache.org/jira/browse/FLINK-19089
             Project: Flink
          Issue Type: Improvement
            Reporter: dugenkui


1. Replace ReentrantLock with ReentrantReadWriteLock to improve concurrency;

2. Use signal instead of signalAll to reduce the thread scheduling.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)