You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Jongyeol Choi (JIRA)" <ji...@apache.org> on 2013/07/01 15:37:20 UTC

[jira] [Updated] (FLUME-2040) Configurable periodically polling for the config file would be nice

     [ https://issues.apache.org/jira/browse/FLUME-2040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jongyeol Choi updated FLUME-2040:
---------------------------------

    Attachment: FLUME-2040-1.patch

I attached a simple patch for this issue.
                
> 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
>         Attachments: FLUME-2040-1.patch
>
>
> 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