From issues-return-80620-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Fri Jul 5 06:03:03 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id B537D18060F for ; Fri, 5 Jul 2019 08:03:02 +0200 (CEST) Received: (qmail 97233 invoked by uid 500); 5 Jul 2019 06:03:02 -0000 Mailing-List: contact issues-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list issues@nifi.apache.org Received: (qmail 97044 invoked by uid 99); 5 Jul 2019 06:03:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jul 2019 06:03:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id EEEC2E2E8C for ; Fri, 5 Jul 2019 06:03:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 6366B26552 for ; Fri, 5 Jul 2019 06:03:00 +0000 (UTC) Date: Fri, 5 Jul 2019 06:03:00 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-6387) RetryFlowFile MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NIFI-6387?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16878= 986#comment-16878986 ]=20 ASF subversion and git services commented on NIFI-6387: ------------------------------------------------------- Commit 44b84a678f0c0c9769351e0418ec71ab42e966da in nifi's branch refs/heads= /master from Travis Neeley [ https://gitbox.apache.org/repos/asf?p=3Dnifi.git;h=3D44b84a6 ] NIFI-6387 RetryFlowFile NIFI-6387 RetryFlowFile NIFI-6387 Maximum Retries support FLOWFILE_ATTRIBUTES scope NIFI-6387 Fixed reuses descriptions for clarity This closes #3541. Signed-off-by: Koji Kawamura > RetryFlowFile > ------------- > > Key: NIFI-6387 > URL: https://issues.apache.org/jira/browse/NIFI-6387 > Project: Apache NiFi > Issue Type: Improvement > Reporter: Travis Neeley > Priority: Minor > Original Estimate: 2h > Time Spent: 4h > Remaining Estimate: 0h > > Processor takes a FlowFile. It will then look for a retry attribute on th= e FlowFile. If none is present or if the designated retry attribute is set = and not a number, the retry attribute is set to "1" and passed to a retry r= elationship. > A configurable PropertyDescriptor contains the maximum number of times th= e FlowFile can be retried before being passed to a separate retries exceede= d relationship. This PropertyDescriptor should have a validator for allowab= le positive integers for the retry. > Processor may also conditionally penalize the FlowFile on the retry relat= ionship. > =C2=A0 > Many interactions with NiFi request some information from a service and r= etry if the response isn't explicitly success. While it's quite common to u= se UpdateAttribute followed by a RouteOnAttribute to do this, there could b= e value in having a discreet processor for this. -- This message was sent by Atlassian JIRA (v7.6.3#76005)