-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 for removing scheduler slowness due to sync call #10839
Fix for removing scheduler slowness due to sync call #10839
Conversation
@cla-bot check |
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to [email protected]. For more information, see https://github.com/trinodb/cla. |
The cla-bot has been summoned, and re-checked this pull request! |
@hashhar I have submitted my cla via email today- hoping its approved soon |
Tests failed due to #6220 |
@riteshvaryani this one can be merged without CLA since it's merely a tiny fix |
merged in #10841 |
Thanks @riteshvaryani !. I've preserved your authorship |
thank you @sopel39 |
This change will run taskupdate in a separate thread and will not synchronize the call causing scheduler slowness.
Fixes bug introduced by 613bd2f
This fixes slowness in trino task update in the scheduler that is seen from version 360