-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use provisioning thread pool in Process Node #374
Use provisioning thread pool in Process Node #374
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #374 +/- ##
=========================================
Coverage 72.30% 72.30%
Complexity 578 578
=========================================
Files 72 72
Lines 2986 2986
Branches 231 232 +1
=========================================
Hits 2159 2159
Misses 723 723
Partials 104 104 ☔ View full report in Codecov by Sentry. |
src/main/java/org/opensearch/flowframework/workflow/ProcessNode.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One small comment. Rest LGTM! Thanks
src/main/java/org/opensearch/flowframework/common/CommonValue.java
Outdated
Show resolved
Hide resolved
Flaky tests will be handled by #377 |
Signed-off-by: Daniel Widdis <widdis@gmail.com>
Signed-off-by: Daniel Widdis <widdis@gmail.com>
Signed-off-by: Daniel Widdis <widdis@gmail.com>
f830269
to
6fe39a2
Compare
(cherry picked from commit 7419e9f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
(cherry picked from commit 7419e9f) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Uses our own provisioning thread pool instead of the generic thread pool in the
ProcessNode
. (All other thread pool usages are already using it.)Issues Resolved
Fixes #366
Fixes #61
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.