[
https://issues.apache.org/jira/browse/FALCON-1391?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ajay Yadava updated FALCON-1391:
--------------------------------
Description:
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}
> OOM in Integration tests arbitrarily
> ------------------------------------
>
> Key: FALCON-1391
> URL: https://issues.apache.org/jira/browse/FALCON-1391
> Project: Falcon
> Issue Type: Sub-task
> Reporter: Ajay Yadava
>
> 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}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)