-
Bug
-
Resolution: Done
-
Undefined
-
None
-
False
-
-
False
-
-
Description
The latest JGroups patch version avoid thread pinning in several places, with JDBC_PING2 being probably the most prominent.
- https://github.com/belaban/JGroups/pull/877
- https://github.com/belaban/JGroups/pull/878
- https://github.com/belaban/JGroups/pull/879
Discussion
No response
Motivation
A pinned virtual thread could block progress, especially if the number of CPU cores is small. In #37197 we ensure a thread pool of at least two, still this seems like a workaround until thread pinning is fixed. It might also affect the runtime behavior if you go from 1 to 2 CPU cores.
Details
I'll provide a pull request.
- links to