[
https://issues.apache.org/jira/browse/FALCON-1064?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14348089#comment-14348089
]
Sowmya Ramesh commented on FALCON-1064:
---------------------------------------
Even I was not able to reproduce the issue on my local m/c. From the logs
attached I can see " Sending message" string 3 times and "Consumed:
ActiveMQMapMessage" only 2 times, I think producer is blocked on consumer to
consume the message. Methods testProcessMessageCreator is used by all 3 tests
and if 3 tests run in parallel since the test code is not thread safe it can
run into deadlock scenario.
[~mmukhi]: Can you try running only one test at a time to see if you can
reproduce this issue? You will to disable other tests with "@Test (enabled =
false)". Thanks!
> Build hangs at the following test: JMSMessageProducerTest
> ---------------------------------------------------------
>
> Key: FALCON-1064
> URL: https://issues.apache.org/jira/browse/FALCON-1064
> Project: Falcon
> Issue Type: Bug
> Reporter: Mahak
>
> I'm trying to build falcon0.7-snapshot, the build it successful if I skip the
> tests, however if I don't then it hangs at JMSMessageProducerTest. My idea is
> that it's getting into some kind of deadlock
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)