-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDFS-15117. EC: Add getECTopologyResultForPolicies to DistributedFileSystem #2261
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. |
…s. Contributed by Kitti Nanasi. Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org> (cherry picked from commit dd5e7c6)
…re setting, enabling or adding it. Contributed by Kitti Nanasi. Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org> (cherry picked from commit 951cdd7)
…ibuted by Kitti Nanasi. Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org> (cherry picked from commit 5f15a60)
…e coding policy as a parameter. Contributed by Kitti Nanasi. Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org> (cherry picked from commit 14282e3)
💔 -1 overall
This message was automatically generated. |
Test failures aren't related. Checkstyle warnings due to line length, can't be fixed and exist in the original patches as well |
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.
Have marked the changes made, Rest stays same.
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.
Changed this :
Was previously -
public Timeout globalTimeout =
new Timeout(300000, TimeUnit.MILLISECONDS);
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.
Changed this -
Was previously
ProtocolStringList policies = req.getPoliciesList();
Due to proto compatibility issue
Thsnx @vinayakumarb for the review and the |
Oops I missed your review request @ayushtkn . Thanks @vinayakumarb for review. |
…System. Contributed by Ayush Saxena. (apache#2261)
💔 -1 overall
This message was automatically generated. |
Backport HDFS-15117 along with related Commits
https://issues.apache.org/jira/browse/HDFS-15117