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 7FB3ECBAD for ; Wed, 7 Jan 2015 21:10:55 +0000 (UTC) Received: (qmail 7958 invoked by uid 500); 7 Jan 2015 21:10:56 -0000 Delivered-To: apmail-nifi-commits-archive@nifi.apache.org Received: (qmail 7915 invoked by uid 500); 7 Jan 2015 21:10:56 -0000 Mailing-List: contact commits-help@nifi.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.incubator.apache.org Delivered-To: mailing list commits@nifi.incubator.apache.org Received: (qmail 7906 invoked by uid 99); 7 Jan 2015 21:10:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2015 21:10:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 07 Jan 2015 21:10:55 +0000 Received: (qmail 7269 invoked by uid 99); 7 Jan 2015 21:10:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Jan 2015 21:10:35 +0000 Date: Wed, 7 Jan 2015 21:10:35 +0000 (UTC) From: "Matt Gilman (JIRA)" To: commits@nifi.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-115) Allow user to identify queue with expiration and/or back pressure enabled MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/NIFI-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14268222#comment-14268222 ] Matt Gilman commented on NIFI-115: ---------------------------------- {code} // search expiration if (StringUtils.containsIgnoreCase("expires", searchStr) || StringUtils.containsIgnoreCase("expiration", searchStr)) { final int expirationMillis = connection.getFlowFileQueue().getFlowFileExpiration(TimeUnit.MILLISECONDS); if (expirationMillis > 0) { matches.add("FlowFile expiration: " + connection.getFlowFileQueue().getFlowFileExpiration()); } } {code} > Allow user to identify queue with expiration and/or back pressure enabled > ------------------------------------------------------------------------- > > Key: NIFI-115 > URL: https://issues.apache.org/jira/browse/NIFI-115 > Project: Apache NiFi > Issue Type: Improvement > Components: Core UI > Reporter: Matt Gilman > Priority: Minor > Fix For: 0.0.1 > > > - icon for expiration > - search for expiration and back pressure -- This message was sent by Atlassian JIRA (v6.3.4#6332)