[ 
https://issues.apache.org/jira/browse/QPID-4275?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Philip Harvey updated QPID-4275:
--------------------------------

    Description: 
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-4276.

  was:
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.

    
> 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
>            Assignee: Keith Wall
>            Priority: Minor
>             Fix For: 0.19
>
>         Attachments: QPID-4275-now-releasing-participant-resources-befor.patch
>
>
> 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-4276.

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