Uploaded image for project: 'Falcon'
  1. Falcon
  2. FALCON-1391

OOM in Integration tests arbitrarily

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • None
    • None

    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)

      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)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            ajayyadava Ajay Yadav
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: