Return-Path: X-Original-To: apmail-nifi-commits-archive@minotaur.apache.org Delivered-To: apmail-nifi-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 28D1B18480 for ; Fri, 29 Jan 2016 02:37:40 +0000 (UTC) Received: (qmail 11135 invoked by uid 500); 29 Jan 2016 02:37:40 -0000 Delivered-To: apmail-nifi-commits-archive@nifi.apache.org Received: (qmail 11091 invoked by uid 500); 29 Jan 2016 02:37:40 -0000 Mailing-List: contact commits-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 commits@nifi.apache.org Received: (qmail 11074 invoked by uid 99); 29 Jan 2016 02:37:40 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jan 2016 02:37:40 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id E10B52C0AFA for ; Fri, 29 Jan 2016 02:37:39 +0000 (UTC) Date: Fri, 29 Jan 2016 02:37:39 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: commits@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-1423) InvokeHTTP ability to penalize on No Retry MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NIFI-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15122812#comment-15122812 ] ASF GitHub Bot commented on NIFI-1423: -------------------------------------- Github user JPercivall commented on the pull request: https://github.com/apache/nifi/pull/183#issuecomment-176533014 I believe flowfiles should be removed from the penalized list when MockProcessSession.remove() is called: https://github.com/apache/nifi/blob/fd35b8ffd7d4a66ef149c1bd1341dfee3ede80c7/nifi-mock/src/main/java/org/apache/nifi/util/MockProcessSession.java#L430 > InvokeHTTP ability to penalize on No Retry > ------------------------------------------ > > Key: NIFI-1423 > URL: https://issues.apache.org/jira/browse/NIFI-1423 > Project: Apache NiFi > Issue Type: Improvement > Components: Core Framework > Affects Versions: 0.4.1 > Reporter: Louis-Etienne Dorval > Priority: Minor > > InvokeHTTP currently penalize FlowFiles on {{Failure}} (Exception) and {{Retry}} (5xx) but not on {{No Retry}} (1xx, 3xx, 4xx) > As there is probably a reason for not penalizing it, there could be a way to opt-in for that behavior rather than forcing it. > My usecase is discussed a bit more in the mailing list: > http://mail-archives.apache.org/mod_mbox/nifi-users/201512.mbox/%3CCADSFSqHzCjxNNzJdbBAPS2x_iALVWL6zwR%2B8_Ecg%3DvUqpw9EgQ%40mail.gmail.com%3E -- This message was sent by Atlassian JIRA (v6.3.4#6332)