[
https://issues.apache.org/jira/browse/FLUME-1164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13271884#comment-13271884
]
Hudson commented on FLUME-1164:
-------------------------------
Integrated in flume-trunk #202 (See
[https://builds.apache.org/job/flume-trunk/202/])
FLUME-1164. Configure should be called after stopping all components.
(Hari Shreedharan via Arvind Prabhakar) (Revision 1336416)
Result = SUCCESS
arvind : http://svn.apache.org/viewvc/?view=rev&rev=1336416
Files :
*
/incubator/flume/trunk/flume-ng-node/src/main/java/org/apache/flume/conf/properties/PropertiesFileConfigurationProvider.java
*
/incubator/flume/trunk/flume-ng-node/src/main/java/org/apache/flume/node/nodemanager/DefaultLogicalNodeManager.java
*
/incubator/flume/trunk/flume-ng-node/src/main/java/org/apache/flume/node/nodemanager/NodeConfigurationAware.java
*
/incubator/flume/trunk/flume-ng-node/src/test/java/org/apache/flume/conf/properties/TestPropertiesFileConfigurationProvider.java
> Configure should be called after stopping all events.
> -----------------------------------------------------
>
> Key: FLUME-1164
> URL: https://issues.apache.org/jira/browse/FLUME-1164
> Project: Flume
> Issue Type: Bug
> Components: Configuration
> Affects Versions: v1.1.0
> Reporter: Will McQueen
> Assignee: Hari Shreedharan
> Fix For: v1.2.0
>
> Attachments: FLUME-1164-rebased.patch
>
>
> After a reconfiguration event (config file is modified), the configure()
> method is called on the same component object (unless its name or type has
> changed in the config file). For example, changing the config file to add a
> new property or changing an existing property for source component instance
> r1 will cause the object's configure() method to be called again.
> We should consider whether this should be expected behavior, or if a reconfig
> event should result in instantiating new objects for all components specified
> in the config file.
> For reference, please see:
> FLUME-932
> FLUME-933
> FLUME-1036
> FLUME-1162
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira