[ https://issues.apache.org/jira/browse/KAFKA-3008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15713303#comment-15713303 ]
ASF GitHub Bot commented on KAFKA-3008: --------------------------------------- Github user asfgit closed the pull request at: https://github.com/apache/kafka/pull/1788 > Connect should parallelize task start/stop > ------------------------------------------ > > Key: KAFKA-3008 > URL: https://issues.apache.org/jira/browse/KAFKA-3008 > Project: Kafka > Issue Type: Improvement > Components: KafkaConnect > Affects Versions: 0.9.0.0 > Reporter: Ewen Cheslack-Postava > Assignee: Konstantine Karantasis > Priority: Minor > Fix For: 0.10.2.0 > > > The Herder implementations currently iterate over all connectors/tasks and > sequentially start/stop them. We should parallelize this. This is less > critical for {{StandaloneHerder}}, but pretty important for > {{DistributedHerder}} since it will generally be managing more tasks and any > delay starting/stopping a single task will impact every other task on the > node (and can ultimately result in incorrect behavior in the case of a single > offset commit in one connector taking too long preventing all of the rest > from committing offsets). -- This message was sent by Atlassian JIRA (v6.3.4#6332)