-
Notifications
You must be signed in to change notification settings - Fork 9.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
[3.5] Use random scheduler #15452
[3.5] Use random scheduler #15452
Conversation
56d59b3
to
0c8c153
Compare
a0b2395
to
7f43942
Compare
if cfg.WatchProcessNotifyInterval != 0 { | ||
args = append(args, "--experimental-watch-progress-notify-interval", cfg.WatchProcessNotifyInterval.String()) | ||
} |
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.
Minor comment: this seems not in the original PR.
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.
Yes, added a commit for backport that adds missing feature in e2e testing framework
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.
LGTM
Please rebase this PR and merge it after the test is green.
Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
… when sharing the same connection Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
…h starvation Signed-off-by: Marek Siarkowicz <siarkowicz@google.com>
7f43942
to
55bfad9
Compare
…r-3.5 [3.5] Use random scheduler Watch
Backporting #15431 to release-3.5
cc @ahrtr @ptabor
Phase 1 of #15402 (comment)