]
Lin Gao reassigned WFLY-10150:
------------------------------
Assignee: David Lloyd
EJB race condition can cause client to be in awaitResponse while
server is done
-------------------------------------------------------------------------------
Key: WFLY-10150
URL:
https://issues.jboss.org/browse/WFLY-10150
Project: WildFly
Issue Type: Bug
Components: EJB
Reporter: Lin Gao
Assignee: David Lloyd
Labels: downstream_dependency
With a client jboss server1 that has a client servlet that invokes a remote EJB on jboss
server2 configured using server to server config in the standalone.xml/domain.xml outbound
remoting connection, the client side can get stuck in awaitResponse while the server side
has finished processing.