[
https://issues.apache.org/jira/browse/NIFI-2767?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15487517#comment-15487517
]
ASF GitHub Bot commented on NIFI-2767:
--------------------------------------
GitHub user jfrazee opened a pull request:
https://github.com/apache/nifi/pull/1015
NIFI-2767 Periodically reload properties from file-based variable registry
properties files
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/jfrazee/nifi NIFI-2767
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/nifi/pull/1015.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1015
----
commit 62ca8d2b2eb3bf71b83597eac80481d1b5539043
Author: Joey Frazee <[email protected]>
Date: 2016-09-13T15:00:13Z
NIFI-2767 Periodically reload properties from file-based variable registry
properties files
----
> 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.4#6332)