Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Master node changes for master task throttling #3882
Master node changes for master task throttling #3882
Changes from 3 commits
fb05a69
3ee75ef
6c99e1b
2fad544
bfdd946
41bec65
a3fb105
0bf6b2f
5dd7947
1bfabed
e408f67
a860470
1dbb63a
c62cecb
65f966e
7ea6e88
cd961f3
7fe5830
f4e041e
eaefc71
beb09af
4bccdbe
82bda89
48d6869
f16ea9c
4f65ef5
d72861f
c28221e
100120a
19d1a2b
4a6e937
689a2c4
bd11c69
236f2f6
5c3cc93
715da84
70d911c
53b6614
018912b
85ede3b
1ccbeac
3c8b6d7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Why is there are restriction on having all node above 3.0?
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.
We want to make it to the version to which PR is going to be merged, as of now kept it as Current Version(i.e 3.0).
I have added TODO for changing the version as well.
Once we raise final PR against master branch will change the version in it and take care of TODO.
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.
we could use an API to get throttled metrics along with the task type. It would be really helpful to tune this up as an end user . However, we can do it once the stats API is present as well .