|
|
-
Review Request: FLUME-1854: Application class can deadlock if stopped immediately after startBrock Noland 2013-01-17, 00:52
----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/8978/ ----------------------------------------------------------- Review request for Flume. Description ------- Fixed race condition found in FLUME-1854. This addresses bug FLUME-1854. https://issues.apache.org/jira/browse/FLUME-1854 Diffs ----- flume-ng-node/src/main/java/org/apache/flume/node/Application.java c066a1a flume-ng-node/src/test/java/org/apache/flume/node/TestApplication.java d326312 Diff: https://reviews.apache.org/r/8978/diff/ Testing ------- Unit test added which caught this condition, if present, the majority of times. Thanks, Brock Noland |