Philip Harvey created QPID-4275:
-----------------------------------

             Summary: Java Performance Tests - race condition between closing 
test consumer and test connection
                 Key: QPID-4275
                 URL: https://issues.apache.org/jira/browse/QPID-4275
             Project: Qpid
          Issue Type: Bug
          Components: Java Performance Tests
            Reporter: Philip Harvey
            Priority: Minor
             Fix For: 0.19


In the new performance test framework, the ParticipantExecutor does these two 
things at the end when the participant has completed:

# Send the results
# Tell the participant to release its resources.

When this is done in the order listed, the client may receive a TEAR_DOWN_TEST 
command, which causes the connection to be closed, while it is inside 
releseResources(). This provokes the client deadlock reported in QPID-TODO.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to