-
Bug
-
Resolution: Done
-
Major
-
3.7.1.Final
If FutureResult notifier executor points to the same executor used by consumers of the result, we could have thread starvation. For that to happen, it is just a matter of consumers being waiting on all threads of the executor. In that case, no available thread will be free to notify the future result that it is done.
- causes
-
WFLY-12056 Standalone EJB Client using Remote UserTransaction can hang if there are more than 15 concurrent client threads
- Closed
- is cloned by
-
JBEAP-16793 [GSS](7.2.z) XNIO-339 - Standalone EJB Client using Remote UserTransaction can hang if there are more than 15 concurrent client threads
- Closed
- is incorporated by
-
WFCORE-4490 Upgrade XNIO to 3.7.2.Final
- Resolved