[
https://issues.apache.org/jira/browse/FLUME-1932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13603252#comment-13603252
]
Hudson commented on FLUME-1932:
-------------------------------
Integrated in flume-trunk #377 (See
[https://builds.apache.org/job/flume-trunk/377/])
FLUME-1932. no-reload-conf command line param does not work. (Revision
4c5220bb7fe00fafcb203d230eb6edb2d1f2b660)
Result = FAILURE
mpercy :
http://git-wip-us.apache.org/repos/asf/flume/repo?p=flume.git&a=commit&h=4c5220bb7fe00fafcb203d230eb6edb2d1f2b660
Files :
* flume-ng-node/src/main/java/org/apache/flume/node/Application.java
> no-reload-conf command line param does not work
> -----------------------------------------------
>
> Key: FLUME-1932
> URL: https://issues.apache.org/jira/browse/FLUME-1932
> Project: Flume
> Issue Type: Bug
> Reporter: Hari Shreedharan
> Assignee: Hari Shreedharan
> Priority: Minor
> Fix For: v1.4.0
>
> Attachments: FLUME-1932.patch
>
>
> In Application.java
> {code}
> option = new Option(null, "no-reload-conf", false, "do not reload " +
> "conf file if changed");
> options.addOption(option);
> {code}
> and later:
> {code}
> boolean reload = !commandLine.hasOption("no-reload");
> {code}
> The command line option does not have any effect.
--
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