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

no-reload-conf command line param does not work

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.4.0
    • None
    • None

    Description

      In Application.java

      option = new Option(null, "no-reload-conf", false, "do not reload " +
         "conf file if changed");
      options.addOption(option);
      

      and later:

      boolean reload = !commandLine.hasOption("no-reload");
      

      The command line option does not have any effect.

      Attachments

        1. FLUME-1932.patch
          0.7 kB
          Hari Shreedharan

        Activity

          People

            hshreedharan Hari Shreedharan
            hshreedharan Hari Shreedharan
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: