Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-3421

Deadlock when queue fills up

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Cannot Reproduce
    • 5.5.0
    • NEEDS_REVIEW
    • None
    • None
    • Tomcat 6.0.29, Spring 3.0.5, Oracle Java 6, Centos 5

    Description

      We are running a queue to do asynch audit updates, configured via Spring 3.0.5.

      When the queue fills up Tomcat locks up with all catalina threads waiting on an object monitor in Spring. This object monitor is held by the "ActiveMQ Connection Executor: vm://localhost#2986" thread which is itself blocked for ever awaiting the stopped CountDownLatch at TransportConnection.stop(TransportConnection.java:930).

      There are no "ActiveMQ Task" threads running, which suggests that either the task created by stopAsync has completed or did not run.

      A code review leaves us baffled as to how this latch cannot have counted down, but it hasn't. Could Tomcat possibly be silently discarding the thread that was meant to do the stop without throwing an exception?! It seems unlikely but (as I understand it) TaskRunnerFactory is breaking the Servlet spec by running up its own Threads.

      Attachments

        1. jmsMessageQueues.xml
          3 kB
          Robert Elliot
        2. JStack Output.rtf
          7 kB
          Robert Elliot

        Activity

          People

            Unassigned Unassigned
            mahoney Robert Elliot
            Votes:
            1 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: