[
https://issues.apache.org/jira/browse/FLINK-19089?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
dugenkui updated FLINK-19089:
-----------------------------
Summary: Improvement of ClosableBlockingQueue, replace Lock with
ReadWriteLock, replace signalAll with signal (was: In ClosableBlockingQueue,
Replace ReentrantLock with ReentrantReadWriteLock )
> Improvement of ClosableBlockingQueue, replace Lock with ReadWriteLock,
> replace signalAll with signal
> ----------------------------------------------------------------------------------------------------
>
> Key: FLINK-19089
> URL: https://issues.apache.org/jira/browse/FLINK-19089
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / Kafka
> Reporter: dugenkui
> Priority: Major
> Labels: pull-request-available
>
> 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)