Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A383C200C1B for ; Tue, 14 Feb 2017 21:07:46 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id A2241160B5F; Tue, 14 Feb 2017 20:07:46 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EC62D160B45 for ; Tue, 14 Feb 2017 21:07:45 +0100 (CET) Received: (qmail 36922 invoked by uid 500); 14 Feb 2017 20:07:45 -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 36913 invoked by uid 99); 14 Feb 2017 20:07:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Feb 2017 20:07:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id C2F2E1A0767 for ; Tue, 14 Feb 2017 20:07:44 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.198 X-Spam-Level: X-Spam-Status: No, score=-1.198 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id P5gtgcXHqYAq for ; Tue, 14 Feb 2017 20:07:44 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id BA4D25F1B3 for ; Tue, 14 Feb 2017 20:07:43 +0000 (UTC) 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 04CBFE0144 for ; Tue, 14 Feb 2017 20:07:42 +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 B4A232411D for ; Tue, 14 Feb 2017 20:07:41 +0000 (UTC) Date: Tue, 14 Feb 2017 20:07:41 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (NIFI-2767) Periodically reload properties from file-based variable registry properties files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 14 Feb 2017 20:07:46 -0000 [ https://issues.apache.org/jira/browse/NIFI-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15866545#comment-15866545 ] ASF GitHub Bot commented on NIFI-2767: -------------------------------------- Github user joewitt commented on the issue: https://github.com/apache/nifi/pull/1015 @jfrazee if this is still something you'd like to pursue can you rebase. I can work with you on it. Not sure about lifecycle implications of this sort of thing though. So long as it is only the var reg values being reloaded then it is probably fair game. > Periodically reload properties from file-based variable registry properties files > --------------------------------------------------------------------------------- > > Key: NIFI-2767 > URL: https://issues.apache.org/jira/browse/NIFI-2767 > Project: Apache NiFi > Issue Type: Improvement > Reporter: Joey Frazee > Priority: Minor > > Currently FileBasedVariableRegistry only loads properties when it is injected into the flow controller so making updates to the properties requires a restart. > Management of data flows would be much easier if these changes could be picked up without doing a (rolling) restart. It'd be helpful from an administrative standpoint if the FileBasedVariableRegistry reloaded properties from the properties files periodically. -- This message was sent by Atlassian JIRA (v6.3.15#6346)