Sonia Garudi created FALCON-2337:
------------------------------------
Summary: FalconPostProcessingTest hangs intermittently
Key: FALCON-2337
URL: https://issues.apache.org/jira/browse/FALCON-2337
Project: Falcon
Issue Type: Bug
Components: oozie
Environment: {code:java}
$ java -version
openjdk version "1.8.0_161"
OpenJDK Runtime Environment (build 1.8.0_161-b14)
OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode){code}
Reporter: Sonia Garudi
The FalconPostProcessingTest#testProcessMessageCreator test hangs
intermittently. The test hangs at
{code:java}
t.join();{code}
The thread is blocked at
{code:java}
consumer.receive();{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)