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 22984200B89 for ; Wed, 7 Sep 2016 02:08:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 2128C160ACF; Wed, 7 Sep 2016 00:08:22 +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 97363160ACE for ; Wed, 7 Sep 2016 02:08:21 +0200 (CEST) Received: (qmail 56682 invoked by uid 500); 7 Sep 2016 00:08: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 56629 invoked by uid 99); 7 Sep 2016 00:08:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2016 00:08:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7EC392C1B7B for ; Wed, 7 Sep 2016 00:08:20 +0000 (UTC) Date: Wed, 7 Sep 2016 00:08:20 +0000 (UTC) From: "Shikhar Bhushan (JIRA)" To: dev@kafka.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (KAFKA-4048) Connect does not support RetriableException consistently for sinks MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 07 Sep 2016 00:08:22 -0000 [ https://issues.apache.org/jira/browse/KAFKA-4048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shikhar Bhushan resolved KAFKA-4048. ------------------------------------ Resolution: Not A Problem Turns out all exceptions from {{task.flush()}} are treated as retriable (see {{WorkerSinkTask.commitOffsets()}}), so there is nothing to do here. > Connect does not support RetriableException consistently for sinks > ------------------------------------------------------------------ > > Key: KAFKA-4048 > URL: https://issues.apache.org/jira/browse/KAFKA-4048 > Project: Kafka > Issue Type: Bug > Components: KafkaConnect > Reporter: Shikhar Bhushan > Assignee: Shikhar Bhushan > > We only allow for handling {{RetriableException}} from calls to {{SinkTask.put()}}, but this is something we should support also for {{flush()}} and arguably also {{open()}}. -- This message was sent by Atlassian JIRA (v6.3.4#6332)