Return-Path: X-Original-To: apmail-kafka-dev-archive@www.apache.org Delivered-To: apmail-kafka-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D629418EB9 for ; Tue, 26 Jan 2016 04:39:07 +0000 (UTC) Received: (qmail 96169 invoked by uid 500); 26 Jan 2016 04:39:07 -0000 Delivered-To: apmail-kafka-dev-archive@kafka.apache.org Received: (qmail 96078 invoked by uid 500); 26 Jan 2016 04:39:07 -0000 Mailing-List: contact dev-help@kafka.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@kafka.apache.org Delivered-To: mailing list dev@kafka.apache.org Received: (qmail 96067 invoked by uid 99); 26 Jan 2016 04:39:07 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jan 2016 04:39:07 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 05DA2E00DC; Tue, 26 Jan 2016 04:39:07 +0000 (UTC) From: ZoneMayor To: dev@kafka.apache.org Reply-To: dev@kafka.apache.org References: In-Reply-To: Subject: [GitHub] kafka pull request: KAFKA-3054: Connect Herder fail if sent a wron... Content-Type: text/plain Message-Id: <20160126043907.05DA2E00DC@git1-us-west.apache.org> Date: Tue, 26 Jan 2016 04:39:07 +0000 (UTC) GitHub user ZoneMayor reopened a pull request: https://github.com/apache/kafka/pull/782 KAFKA-3054: Connect Herder fail if sent a wrong connector config or task config, catch exceptions to guard The exceptions may propagate to DistributedHerder when start or stop connectors or tasks; The best solution is to track the track the status of connectors and tasks; This patch catch exceptions to guard the DistributedHerder; this a short-term solution; You can merge this pull request into a Git repository by running: $ git pull https://github.com/ZoneMayor/kafka trunk-KAFKA-3054 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/782.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #782 ---- commit 34240b52e1b70aa172b65155f6042243d838b420 Author: ZoneMayor Date: 2015-12-18T07:22:20Z Merge pull request #12 from apache/trunk 2015-12-18 commit 52d02f333e86d06cfa8fff5facd18999b3db6d83 Author: ZoneMayor Date: 2015-12-30T03:08:08Z Merge pull request #13 from apache/trunk 2015-12-30 commit d56be0b9e0849660c07d656c6019f9cc2f17ae55 Author: ZoneMayor Date: 2016-01-10T09:24:06Z Merge pull request #14 from apache/trunk 2016-1-10 commit e75c8bbb3329868f92becc86645d31fa21c6c7f4 Author: jinxing Date: 2016-01-17T03:11:45Z KAFKA-3054: Connect Herder fail if sent a wrong connector config or task config, catch exceptions to guard commit efd6023821df014b06e509c1a13fd4e9d08113cb Author: jinxing Date: 2016-01-25T13:20:36Z catch the exception thrown during stopping connector or task and try to restart commit d05af92d44ed26001f0ec96f5376790d2009249e Author: jinxing Date: 2016-01-25T13:22:45Z small fix commit b6521f7d90b8fabfe3bfd086c188977d444660b5 Author: jinxing Date: 2016-01-25T13:23:12Z small fix ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---