-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HDFS-15469. Dynamically configure the size of PacketReceiver#MAX_PACKET_SIZE. #2138
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. |
sunchao
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
| "dfs.encrypt.data.transfer.cipher.key.bitlength"; | ||
| int DFS_ENCRYPT_DATA_TRANSFER_CIPHER_KEY_BITLENGTH_DEFAULT = 128; | ||
|
|
||
| public static final 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.
nit: fix the checkstyle complain
|
💔 -1 overall
This message was automatically generated. |
|
looks almost good barring some nitty checkstyle warnings. Don't think the javadoc errors are related but i'll kick off a rebuild to verify. |
|
Oops sorry I forgot to commit this. Thanks @jojochuang for picking it up! |
|
🎊 +1 overall
This message was automatically generated. |
|
Test results looks good. Merging to master. |
…ET_SIZE.
NOTICE
Please create an issue in ASF JIRA before opening a pull request,
and you need to set the title of the pull request which starts with
the corresponding JIRA issue number. (e.g. HADOOP-XXXXX. Fix a typo in YYY.)
For more details, please see https://cwiki.apache.org/confluence/display/HADOOP/How+To+Contribute