You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is similar to #18911, but it turns out Vert.x has an additional internal pool which is keeping hold of previous classloaders: these threads are lazily started (so easy to miss in a simple app) and follow the naming scheme vertx-internal-blocking- N
Expected behavior
We should reset these as well.
The text was updated successfully, but these errors were encountered:
Describe the bug
This is similar to #18911, but it turns out Vert.x has an additional internal pool which is keeping hold of previous classloaders: these threads are lazily started (so easy to miss in a simple app) and follow the naming scheme
vertx-internal-blocking-
NExpected behavior
We should reset these as well.
The text was updated successfully, but these errors were encountered: