Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 8F832200CE6 for ; Wed, 2 Aug 2017 02:10:27 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8E27F16840F; Wed, 2 Aug 2017 00:10:27 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id D568216840D for ; Wed, 2 Aug 2017 02:10:26 +0200 (CEST) Received: (qmail 27790 invoked by uid 500); 2 Aug 2017 00:10:20 -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 27779 invoked by uid 99); 2 Aug 2017 00:10:20 -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; Wed, 02 Aug 2017 00:10:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B3C37DFF9F; Wed, 2 Aug 2017 00:10:19 +0000 (UTC) From: guozhangwang To: dev@kafka.apache.org Reply-To: dev@kafka.apache.org Message-ID: Subject: [GitHub] kafka pull request #3607: [DO NOT MERGE] Existing StreamThread exception han... Content-Type: text/plain Date: Wed, 2 Aug 2017 00:10:19 +0000 (UTC) archived-at: Wed, 02 Aug 2017 00:10:27 -0000 GitHub user guozhangwang opened a pull request: https://github.com/apache/kafka/pull/3607 [DO NOT MERGE] Existing StreamThread exception handling issues This is for @dguy as a reference while working on the first step of KAFKA-5152, as a list of existing issues that need to be address at stream thread layer. You can merge this pull request into a Git repository by running: $ git pull https://github.com/guozhangwang/kafka KMinor-stream-thread-exception-handling Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/3607.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 #3607 ---- commit 2d45430191c3dc417992c08454f9c550c1e6bb93 Author: Guozhang Wang Date: 2017-07-25T22:43:18Z handle commit failed exception on stream thread commit 9655791794dfa2623ba9f109676b112779fdceca Author: Guozhang Wang Date: 2017-07-26T00:39:07Z minor fixes commit 26226d61529007acc0ccc151e6f6675fc9757d34 Author: Guozhang Wang Date: 2017-07-26T01:01:57Z add a bunch of TODOs for exception handling commit 3b054f556364be04d7f83a40b212e0c7facc4a23 Author: Guozhang Wang Date: 2017-07-27T22:09:43Z rebase from trunk commit 4b0f4f9cb30537fd0b45b192e2a5d81005ffa3c5 Author: Guozhang Wang Date: 2017-07-27T22:26:46Z minor fixes commit 5d2dffa72443139909d3e28f1684363a6e6f5585 Author: Guozhang Wang Date: 2017-07-27T22:29:39Z github comments commit 41ba5721ec9fe88b91416621a6236794d37a74de Author: Guozhang Wang Date: 2017-08-02T00:08:13Z rebase from trunk ---- --- 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. ---