[GitHub] kafka pull request #3876: KAFKA-5896: Force Connect tasks to stop via thread...

2017-09-17 Thread 56quarters
GitHub user 56quarters reopened a pull request: https://github.com/apache/kafka/pull/3876 KAFKA-5896: Force Connect tasks to stop via thread interruption Interrupt the thread of Kafka Connect tasks that do not stop within the timeout via `Worker::stopAndAwaitTasks()`. Previously

[GitHub] kafka pull request #3876: KAFKA-5896: Force Connect tasks to stop via thread...

2017-09-17 Thread 56quarters
Github user 56quarters closed the pull request at: https://github.com/apache/kafka/pull/3876 ---

[GitHub] kafka pull request #3876: Force Connect tasks to stop via thread interruptio...

2017-09-15 Thread 56quarters
GitHub user 56quarters opened a pull request: https://github.com/apache/kafka/pull/3876 Force Connect tasks to stop via thread interruption after a timeout Interrupt the thread of Kafka Connect tasks that do not stop within the timeout via `Worker::stopAndAwaitTasks

[GitHub] kafka pull request #2912: KAFKA-4942 Fix commitTimeoutMs being set before th...

2017-04-25 Thread 56quarters
GitHub user 56quarters opened a pull request: https://github.com/apache/kafka/pull/2912 KAFKA-4942 Fix commitTimeoutMs being set before the commit actually started This fixes KAFKA-4942 This supersededs #2730 /cc @simplesteph @gwenshap @ewencp You can merge this