-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-18118. Fix KMS Accept Queue Size default value to 500 #3972
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
Conversation
|
💔 -1 overall
This message was automatically generated. |
jojochuang
left a comment
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.
What's the impact of this change?
|
hi @jojochuang , no big impact, it is just for keep consistent with the kms-default.xml ,if no value set for the |
|
💔 -1 overall
This message was automatically generated. |
jojochuang
left a comment
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
I'm actually surprised the value of the configuration is kept unchanged at 500 in kms-default.xml.
|
@GuoPhilipse @jojochuang the test added to I am going to revert this to unblock other PRs unless I hear back in the next day or so. Thanks. |
thanks @xkrogen for your notice, will take a look soon. |
|
@xkrogen @jojochuang sorry for the trouble , i refire a pull request to fix the test case failure << #4900 >>,Could you help check that. |

From HADOOP-15638,
hadoop.http.socket.backlog.sizewas set as 500 by default ,we can change code default value to keep consistent.