-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
None
There was a recent change to linux where it will favour allocating even port numbers:
For some scenarios (e.g. load balancer, local client) the report port is the only part of the hash algorithm that changes, which means that if the rest of the hash resolves to an even number then the final result of the hash will always be even. If the number of IO threads is also even then only even threads will be assigned.
This needs to be revisited. I think we could even possibly replace this with a round robin type assignment now that we have a single accept thread (as contention is not an issue).
- is incorporated by
-
JBEAP-17689 Upgrade XNIO to 3.7.6.Final
- Closed
-
JBEAP-17665 [GSS](7.2.z) Upgrade XNIO from 3.7.3.Final-redhat-00001 to 3.7.6.Final
- Closed
-
WFCORE-4691 Upgrade XNIO to 3.7.5.Final
- Closed