Daisuke Kobayashi created FLUME-2040:
----------------------------------------

             Summary: Configurable periodically polling for the config file 
would be nice
                 Key: FLUME-2040
                 URL: https://issues.apache.org/jira/browse/FLUME-2040
             Project: Flume
          Issue Type: Improvement
          Components: Configuration
    Affects Versions: v1.4.0
            Reporter: Daisuke Kobayashi
            Priority: Trivial


Flume periodically polling for changes to the config file is default set to 30 
seconds, but it's not configurable.  It would be nice to be configurable.

Hard coded in: 
./flume-ng-node/src/main/java/org/apache/flume/node/Application.java
{noformat}
PollingPropertiesFileConfigurationProvider configurationProvider =
    new PollingPropertiesFileConfigurationProvider(agentName,
        configurationFile, eventBus, 30);
{noformat}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to