]
Amos Feng updated JBTM-2743:
----------------------------
Labels: win (was: )
Blacktie integration-tests TestTPCancel hang
--------------------------------------------
Key: JBTM-2743
URL:
https://issues.jboss.org/browse/JBTM-2743
Project: JBoss Transaction Manager
Issue Type: Bug
Components: BlackTie
Reporter: Amos Feng
Assignee: Amos Feng
Labels: win
Fix For: 5.next
The root cause is that the server is blocking in the thread which is connecting to the
call back server in the java client. It looks like the java client has been shutdown but
the apr_pollset_poll in the server HybridSocketEndpointQueue.cxx can not get the socket
status and it is running infinitely.