-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Change remote store restore cluster state priority to URGENT #16281
Change remote store restore cluster state priority to URGENT #16281
Conversation
Signed-off-by: Sachin Kale <[email protected]>
❌ Gradle check result for 60b6322: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 60b6322: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
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.
Can we verify that changing the priority of this task can lead to starvation of other URGENT, HIGH priority tasks? It appears that the remote store restore task execution itself should not take much time. However, good to verify.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #16281 +/- ##
============================================
- Coverage 72.06% 72.02% -0.04%
+ Complexity 64822 64820 -2
============================================
Files 5308 5308
Lines 302574 302565 -9
Branches 43710 43710
============================================
- Hits 218048 217923 -125
- Misses 66648 66785 +137
+ Partials 17878 17857 -21 ☔ View full report in Codecov by Sentry. |
Yes, this is verified. As part of cluster state update, we build routing table. |
Signed-off-by: Sachin Kale <[email protected]> (cherry picked from commit d6ea8eb) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…#16283) (cherry picked from commit d6ea8eb) Signed-off-by: Sachin Kale <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…rch-project#16281) Signed-off-by: Sachin Kale <[email protected]>
…rch-project#16281) Signed-off-by: Sachin Kale <[email protected]>
…rch-project#16281) Signed-off-by: Sachin Kale <[email protected]>
Description
Check List
[ ] Functionality includes testing.[ ] API changes companion pull request created, if applicable.[ ] Public documentation issue/PR created, if applicable.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.