-
Notifications
You must be signed in to change notification settings - Fork 9.2k
HADOOP-17542. IPV6 support in Netutils#createSocketAddress #3217
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. |
9f9d186 to
328577e
Compare
|
🎊 +1 overall
This message was automatically generated. |
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/ChecksumFileSystem.java
Outdated
Show resolved
Hide resolved
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Path.java
Show resolved
Hide resolved
1d62ab2 to
419684c
Compare
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
brahmareddybattula
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.
Apart from the above comments(we can try to have the comments for all the changes as we are changing common core code.), other changes lgtm.
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Path.java
Outdated
Show resolved
Hide resolved
hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/Path.java
Outdated
Show resolved
Hide resolved
5321bfa to
6378df2
Compare
|
Thanks @brahmareddybattula @hemanthboyina , review comments handled. Can you please take a look? |
|
🎊 +1 overall
This message was automatically generated. |
|
🎊 +1 overall
This message was automatically generated. |
|
@prasad-acit can you fix the check style issues |
6378df2 to
bf0581f
Compare
|
💔 -1 overall
This message was automatically generated. |
|
lgtm |
|
thanks for the contribution @prasad-acit , thanks for the review @brahmareddybattula |
* HADOOP-17542. IPV6 support in Netutils#createSocketAddress * HADOOP-17542. IPV6 support in Netutils#createSocketAddress, review comments
IPV6 support in Netutils#createSocketAddress