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 A6A45200D23 for ; Thu, 19 Oct 2017 22:48:41 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A52A31609EE; Thu, 19 Oct 2017 20:48:41 +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 E1E7B1609D7 for ; Thu, 19 Oct 2017 22:48:40 +0200 (CEST) Received: (qmail 35134 invoked by uid 500); 19 Oct 2017 20:48:39 -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 35120 invoked by uid 99); 19 Oct 2017 20:48:39 -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; Thu, 19 Oct 2017 20:48:39 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 67A74DF9FE; Thu, 19 Oct 2017 20:48:39 +0000 (UTC) From: efeg To: dev@kafka.apache.org Reply-To: dev@kafka.apache.org References: In-Reply-To: Subject: [GitHub] kafka pull request #4093: KAFKA-6083: The Fetcher should add the InvalidReco... Content-Type: text/plain Message-Id: <20171019204839.67A74DF9FE@git1-us-west.apache.org> Date: Thu, 19 Oct 2017 20:48:39 +0000 (UTC) archived-at: Thu, 19 Oct 2017 20:48:41 -0000 GitHub user efeg reopened a pull request: https://github.com/apache/kafka/pull/4093 KAFKA-6083: The Fetcher should add the InvalidRecordException as a cause to the KafkaException when invalid record is found. You can merge this pull request into a Git repository by running: $ git pull https://github.com/efeg/kafka bug/KAFKA-6083 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/4093.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 #4093 ---- commit 92ab51d085d8ac9b86981371457195155a955380 Author: Adem Efe Gencer Date: 2017-10-19T18:50:15Z Use CorruptedRecordException (public) rather than InvalidRecordException (not public) as a cause to the KafkaException. ---- ---