[
https://issues.apache.org/jira/browse/FALCON-1389?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14681814#comment-14681814
]
Ajay Yadava commented on FALCON-1389:
-------------------------------------
Following is the error that I am seeing. This is not related to ActiveMQ but is
happening because of OutOfMemory issue.
(http://stackoverflow.com/questions/12128134/active-mq-giving-outofmemory-error)
{code}
Running org.apache.falcon.validation.FeedEntityValidationIT
Exception in thread "InactivityMonitor WriteCheck" java.lang.OutOfMemoryError:
Java heap space
at
org.apache.activemq.transport.InactivityMonitor$5.newThread(InactivityMonitor.java:366)
at
java.util.concurrent.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:610)
at
java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:924)
at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1371)
at
org.apache.activemq.transport.InactivityMonitor.writeCheck(InactivityMonitor.java:148)
at
org.apache.activemq.transport.InactivityMonitor$2.run(InactivityMonitor.java:114)
at org.apache.activemq.thread.SchedulerTimerTask.run(SchedulerTimerTask.java:33)
at java.util.TimerThread.mainLoop(Timer.java:555)
at java.util.TimerThread.run(Timer.java:505)
Exception in thread "ActiveMQ Journal Checkpoint Worker"
java.lang.OutOfMemoryError: Java heap space
at
org.apache.kahadb.util.DataByteArrayOutputStream.<init>(DataByteArrayOutputStream.java:45)
{code}
> Trunk build is broken
> ---------------------
>
> Key: FALCON-1389
> URL: https://issues.apache.org/jira/browse/FALCON-1389
> Project: Falcon
> Issue Type: Bug
> Reporter: Ajay Yadava
> Assignee: Ajay Yadava
>
> Nightly builds had been reporting an issue, though tests were passing on my
> local. Now it has started to happen consistently. Will debug and add more
> details.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)