sync() called on the MINA thread should throw an exception
----------------------------------------------------------

                 Key: QPID-575
                 URL: https://issues.apache.org/jira/browse/QPID-575
             Project: Qpid
          Issue Type: Bug
          Components: Java Common
    Affects Versions: M3
            Reporter: Rajith Attapattu


If sync() is called on the MINA thread it should throw an exception.
If not this will cause a severe deadlock.

when sync() is called on the MINA thread, it will block until the sync returns.
however the MINA thread is unable to process the execution.complete sent by the 
broker as it hasn't received.
since the execution.complete is not processed, the sync call never returns.
hence there exists a deadlock.

Rajith

-- 
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