-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5586/
-----------------------------------------------------------
Review request for Flume.
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
-----
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