[
https://issues.apache.org/jira/browse/HDFS-12269?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16195533#comment-16195533
]
Hudson commented on HDFS-12269:
-------------------------------
SUCCESS: Integrated in Jenkins build Hadoop-trunk-Commit #13045 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/13045/])
HDFS-12430. Rebasing HDFS-10467 After HDFS-12269 and HDFS-12218. (inigoiri: rev
1f06b81ecb14044964176dd16fafaa0ee96bfe3d)
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/federation/router/RouterRpcServer.java
> Better to return a Map rather than HashMap in getErasureCodingCodecs
> --------------------------------------------------------------------
>
> Key: HDFS-12269
> URL: https://issues.apache.org/jira/browse/HDFS-12269
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: erasure-coding
> Reporter: Huafeng Wang
> Assignee: Huafeng Wang
> Priority: Minor
> Fix For: 3.0.0-beta1
>
> Attachments: HDFS-12269.001.patch, HDFS-12269.002.patch,
> HDFS-12269.003.patch
>
>
> Currently the getErasureCodingCodecs function defined in ClientProtocal
> returns a Hashmap:
> {code:java}
> HashMap<String, String> getErasureCodingCodecs() throws IOException;
> {code}
> It's better to return a Map.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]