Replies: 2 comments
-
Nice typo. There seem to be also many sections of the code running blocking executions not using the pool ... they should all use it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
While doing some debugging, I noticed based on the number of threads in the JVM that there are two shared worker executor pools used:
kubernetes-ops-pool
kubernetes-ops-tool
My gut reaction was that it's a typo and only
pool
should be created, but I wanted to check before opening an issue.Beta Was this translation helpful? Give feedback.
All reactions