-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17222. Create socket address combined with URI cache #2241
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
HADOOP-17222. Create socket address combined with URI cache #2241
Conversation
|
💔 -1 overall
This message was automatically generated. |
9878205 to
f08b512
Compare
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/net/NetUtils.java
Outdated
Show resolved
Hide resolved
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
f08b512 to
5be64e5
Compare
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
liuml07
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.
Overall looks good to me. A second opinion from @Hexiaoqiao is very appreciated.
hadoop-hdfs-project/hadoop-hdfs/src/main/resources/hdfs-default.xml
Outdated
Show resolved
Hide resolved
...ect/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/client/HdfsClientConfigKeys.java
Outdated
Show resolved
Hide resolved
...ect/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/client/HdfsClientConfigKeys.java
Outdated
Show resolved
Hide resolved
a5ccabd to
e0a0103
Compare
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.
Looks good to me. Will leave to 2nd reviewer to commit after a clean QA run. Thanks!
EDIT: I can commit if no one looks into this again in 3 business days.
Thanks for your review. @liuml07 |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
|
💔 -1 overall
This message was automatically generated. |
Hexiaoqiao
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.
Thanks @1996fanrui @liuml07 for your works, leave some nit comment inline. Please have a look.
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetUtils.java
Show resolved
Hide resolved
hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/net/TestNetUtils.java
Outdated
Show resolved
Hide resolved
...oject/hadoop-hdfs-client/src/main/java/org/apache/hadoop/hdfs/client/impl/DfsClientConf.java
Show resolved
Hide resolved
|
💔 -1 overall
This message was automatically generated. |
|
Hi @liuml07 ,Could you have time to help merge it? Thank you. |
|
I'm now on vacation. I will merge it this week. |
ok, thank you very much. |
|
Was waiting for a clean QA run but could not trigger it manually. If I get no help from community, we can upload the patch file to the JIRA and from there I can trigger multiple runs to get a clean pre-commit build. I assume failing tests are not related to this patch but it's always nice to confirm. |
|
@liuml07 You could do an empty commit on the PR branch and push it. |
|
@1996fanrui could you try the above command shared by @dineshchitlangia to trigger a new PreCommit QA run? Hopefully it will be clean next time. Thanks, |
Hi @liuml07 , I ran all failed unit tests on my mac. Only one failed: TestHDFSContractMultipartUploader#testConcurrentUploads |
done |
|
💔 -1 overall
This message was automatically generated. |
|
I see If no objections, I'll commit later today. Thanks, |
|
|
Failing tests are not related and all pass locally in my laptop except |
Contributed by fanrui. Signed-off-by: Mingliang Liu <[email protected]> Signed-off-by: He Xiaoqiao <[email protected]> (cherry picked from commit 56ebabd)
Contributed by fanrui. Signed-off-by: Mingliang Liu <[email protected]> Signed-off-by: He Xiaoqiao <[email protected]> (cherry picked from commit 56ebabd) Change-Id: I9d4ebb5fa13fb2b2a5c78395be8d5b7bd4ccdb81
https://issues.apache.org/jira/browse/HADOOP-17222
Create socket address combined with cache to speed up hdfs client choose DataNode