]
Kabir Khan updated WFLY-6104:
-----------------------------
Fix Version/s: 11.0.0.Final
I am bulk closing old issues that were resolved with no fix version. There are quite many
of these so I am not checking the history properly. From the lastModified date of this
issue it looks like it was done for 11.0.0.Final (I am not caring about alpha/beta etc.
for this exercise). If that is incorrect please adjust as needed.
Too many invocations to a remote EJB from multiple threads cause
infinite wait
------------------------------------------------------------------------------
Key: WFLY-6104
URL:
https://issues.jboss.org/browse/WFLY-6104
Project: WildFly
Issue Type: Bug
Components: Remoting
Affects Versions: 10.0.0.Final
Reporter: Tomas Hofman
Assignee: Tomas Hofman
Fix For: 11.0.0.Final
https://bugzilla.redhat.com/show_bug.cgi?id=1302181
While a thread (1) of EJB client invokes a remote EJB which needs long
processing time and wait for the response, if the other threads complete
more than 65536 invocations to the remote EJB, EJBCLIENT000011 message like
below occurs in EJB client side and the waiting thread (1) falls into
infinite wait for the response.
INFO: EJBCLIENT000011: Discarding result for invocation id 0 since no
waiting context found
All invocations should successfully complete regardless of the number of
invocations.