Intermittent failures in ChannelCloseTest
-----------------------------------------

                 Key: QPID-825
                 URL: https://issues.apache.org/jira/browse/QPID-825
             Project: Qpid
          Issue Type: Bug
            Reporter: Rafael H. Schloming


I'm seeing intermittent failures for ChannelCloseTest. I believe this is due to 
a race condition in BlockingMethodFrameListener.java where one error 
notification can clobber another one. I believe this has been fixed on M2.1. 
This error is difficult to track down because BlockingMethodFrameListener.java 
rethrows the _error variable without taking any measures to log or otherwise 
indicate the stack trace in the blocking thread, and the resulting stack trace 
from the thread where the exception originated is of little use.

It would be good to somehow address the latter issue by wrapping _error prior 
to throwing it, or at least logging the real stack trace.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to