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 CDA9219656 for ; Sat, 19 Mar 2016 15:30:33 +0000 (UTC) Received: (qmail 91192 invoked by uid 500); 19 Mar 2016 15:30:33 -0000 Delivered-To: apmail-nifi-commits-archive@nifi.apache.org Received: (qmail 91158 invoked by uid 500); 19 Mar 2016 15:30:33 -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 91149 invoked by uid 99); 19 Mar 2016 15:30:33 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Mar 2016 15:30:33 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 828C92C14F4 for ; Sat, 19 Mar 2016 15:30:33 +0000 (UTC) Date: Sat, 19 Mar 2016 15:30:33 +0000 (UTC) From: "Mark Payne (JIRA)" To: commits@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-1650) When listing queue content is appears the wrong content claim is being used 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-1650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15202811#comment-15202811 ] Mark Payne commented on NIFI-1650: ---------------------------------- [~joewitt] - I agree. This should be on 0.6.0 as a Critical priority, given that we are looking to use the authorization api soon. Luckily, it is a very simple fix and easy to verify. We were returning the entire Resource Claim instead of just the section appropriate for the FlowFile. Will attach a patch shortly, as soon as I verify that contrib-check passes. > When listing queue content is appears the wrong content claim is being used > --------------------------------------------------------------------------- > > Key: NIFI-1650 > URL: https://issues.apache.org/jira/browse/NIFI-1650 > Project: Apache NiFi > Issue Type: Bug > Components: Core Framework, Core UI > Reporter: Joseph Witt > Assignee: Mark Payne > Priority: Critical > Fix For: 0.6.0 > > Attachments: View_Content_using_wrong_content_claim.xml > > > Will attach template to reproduce. Noticed this will testing the patches for NIFI-1634. The flow runs and 11 outputs are produced on the queue. If you do the queue listing you can try to view content but it sees the full object size of the original claim it appears so it shows the full object. It shows the proper size on the attributes but then when going to view content it sees the original/too large size. -- This message was sent by Atlassian JIRA (v6.3.4#6332)