You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Sonia Garudi (JIRA)" <ji...@apache.org> on 2018/04/23 12:11:00 UTC

[jira] [Commented] (FALCON-2337) FalconPostProcessingTest hangs intermittently

    [ https://issues.apache.org/jira/browse/FALCON-2337?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16448037#comment-16448037 ] 

Sonia Garudi commented on FALCON-2337:
--------------------------------------

The thread hangs at
{code:java}
consumer.receive();{code}
The consumer is not able to receive any more messages. This is an intermittent issue. [~pallavi.rao], can you please suggest any possible solution for this? Thanks.

> 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
>            Priority: Major
>
> 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)