-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix new scheduler error #5206
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
Fix new scheduler error #5206
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,7 @@ whisk.spi { | |
AuthenticationDirectiveProvider = org.apache.openwhisk.core.controller.BasicAuthenticationDirective | ||
InvokerProvider = org.apache.openwhisk.core.invoker.InvokerReactive | ||
InvokerServerProvider = org.apache.openwhisk.core.invoker.DefaultInvokerServer | ||
DurationCheckerProvider = org.apache.openwhisk.core.scheduler.queue.NoopDurationCheckerProvider | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Regardless of whether the ansible changes make it in, I think we should merge in the changes to this file so that service can at least run with all of the necessary providers. If you want to put this file's changes in a separate PR I'd approve that. Don't have an opinion on the ansible change |
||
} | ||
|
||
dispatchers { | ||
|
@@ -81,4 +82,8 @@ dispatchers { | |
# before the thread is returned to the pool. Set to 1 for as fair as possible. | ||
throughput = 5 | ||
} | ||
lease-service-dispatcher { | ||
type = PinnedDispatcher | ||
executor = "thread-pool-executor" | ||
} | ||
} |
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.
Currently, this is guided to configure them alternatively.
https://github.com/apache/openwhisk/tree/master/ansible#optional-enable-the-new-scheduler
If we take this approach, how about changing the documentation too?
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.
this pr is only useful for ansible way(we may need other prs for k8s and standalone), so I think it's better to keep the document