Uploaded image for project: 'Flume'
  1. Flume
  2. FLUME-2040

Configurable periodically polling for the config file would be nice

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Patch Available
    • Trivial
    • Resolution: Unresolved
    • 1.4.0
    • None
    • Configuration
    • None

    Description

      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

      PollingPropertiesFileConfigurationProvider configurationProvider =
          new PollingPropertiesFileConfigurationProvider(agentName,
              configurationFile, eventBus, 30);
      

      Attachments

        1. FLUME-2040-1.patch
          2 kB
          Jongyeol Choi
        2. FLUME-2040-3.patch
          2 kB
          Jongyeol Choi

        Activity

          People

            Unassigned Unassigned
            daisuke.kobayashi Daisuke Kobayashi
            Votes:
            1 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated: