Details
Description
In com.cloudera.flume.agent.TestFlumeNode#testRestartNextException():
FlumeBuilder.setSourceFactory(new SourceFactory() { public EventSource getSource(Context ctx, String name, String... args) { return new NextExnSource(); } }
This pollutes the JVM for all future tests leading to spurious errors in that it returns NextExnSource for any source that gets constructed.
Attachments
Issue Links
- relates to
-
FLUME-575 Refactor Flume to have no static state
-
- Open
-