@junrao Thanks for the suggestion. This is tricky since we would need to acquire the lock in `AbstractFetcherManager` while holding the lock in `AbstractFetcherThread`. The usual locking order is the other way around. I will explore whether it is possible to give up the lock in `AbstractFetcherThread` prior to invoking `onPartitionFenced`.
[ Full content available at: https://github.com/apache/kafka/pull/5661 ] This message was relayed via gitbox.apache.org for [email protected]
