[
https://issues.apache.org/jira/browse/KAFKA-4319?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15589236#comment-15589236
]
ASF GitHub Bot commented on KAFKA-4319:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/2023
> AbstractFetcherManager shutdown speedup
> ---------------------------------------
>
> Key: KAFKA-4319
> URL: https://issues.apache.org/jira/browse/KAFKA-4319
> Project: Kafka
> Issue Type: Improvement
> Reporter: Alexey Ozeritskiy
> Fix For: 0.10.2.0
>
>
> While a shutdown proccess, AbstractFetcherManager closed all worker-threads
> sequentially which slows the final time of shutdown dramatically on huge
> clusters (approximately 15 minutes for 100 nodes, for example).
> This can be improved by parallel mode. On the first stage
> AbstractFetcherManager can send the stop signal and then join all the workers
> to the thread
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)