From issues-return-84369-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Fri Sep 6 10:30:02 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 24EC5180645 for ; Fri, 6 Sep 2019 12:30:02 +0200 (CEST) Received: (qmail 84729 invoked by uid 500); 6 Sep 2019 21:27:04 -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 84717 invoked by uid 99); 6 Sep 2019 21:27:04 -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, 06 Sep 2019 21:27:04 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id E390BE2FB0 for ; Fri, 6 Sep 2019 10:30:00 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 5B4A37801F6 for ; Fri, 6 Sep 2019 10:30:00 +0000 (UTC) Date: Fri, 6 Sep 2019 10:30: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-6530) HTTP SiteToSite server returns 201 in case no data is available 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-6530?page=3Dcom.atlassian.= jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D16924= 118#comment-16924118 ]=20 ASF subversion and git services commented on NIFI-6530: ------------------------------------------------------- Commit f01668e66ad2e45197915769e966a4be27e1592e in nifi's branch refs/heads= /master from Arpad Boda [ https://gitbox.apache.org/repos/asf?p=3Dnifi.git;h=3Df01668e ] NIFI-6530 - HTTP SiteToSite server returns 201 in case no data is available This closes #3647. Signed-off-by: Koji Kawamura > HTTP SiteToSite server returns 201 in case no data is available > --------------------------------------------------------------- > > Key: NIFI-6530 > URL: https://issues.apache.org/jira/browse/NIFI-6530 > Project: Apache NiFi > Issue Type: Bug > Components: Core Framework > Affects Versions: 1.9.2 > Reporter: Arpad Boda > Priority: Major > Time Spent: 5h 50m > Remaining Estimate: 0h > > When MiNiFi or other NiFi connects to a HTTP SiteToSite server, the serve= r always returns 201 in case of transaction creation. > This is inefficient as transactions are created, tracked and later delete= d without anything really being transmitted. According to comments in MiNiF= I code 200 should be returned in such case, although 204 would be a better = choice in HTTP standard point of view.=C2=A0 -- This message was sent by Atlassian Jira (v8.3.2#803003)