-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5586/
-----------------------------------------------------------
(Updated June 28, 2012, 12:35 a.m.)
Review request for Flume.
Changes
-------
Removed unused loops.
Description
-------
Components should be stopped in a basically deterministic order, instead of a
random Map order as they are today. Also, the shutdown code paths for the
reconfiguration and the normal stop should be merged.
This addresses bug FLUME-1325.
https://issues.apache.org/jira/browse/FLUME-1325
Diffs (updated)
-----
flume-ng-node/src/main/java/org/apache/flume/node/nodemanager/DefaultLogicalNodeManager.java
7403dd3
Diff: https://reviews.apache.org/r/5586/diff/
Testing
-------
Manual testing.
Thanks,
Mike Percy