]
Amos Feng commented on JBTM-2743:
---------------------------------
the apr_pollset_poll uses the WSAPoll as the default implementation since 1.4
And there was a bug in the WSAPoll when using the non-blocking connecting to the non-exist
port. It never returns the failure.
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
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.