[
https://issues.apache.org/jira/browse/HDFS-9869?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15219446#comment-15219446
]
Rakesh R commented on HDFS-9869:
--------------------------------
- Please ignore the following javac warning, which is not related to this patch.
{code}
[WARNING]
/testptch/hadoop/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestPendingReconstruction.java:[307,14]
[deprecation] StorageReceivedDeletedBlocks(String,ReceivedDeletedBlockInfo[])
in StorageReceivedDeletedBlocks has been deprecated
[WARNING]
/testptch/hadoop/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/blockmanagement/TestPendingReconstruction.java:[325,14]
[deprecation] StorageReceivedDeletedBlocks(String,Recei
{code}
- Checkstyle warning of more than 80 chars is due to big variable name, can we
skip this?
{code}
./hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java:217:
public static final String
DFS_NAMENODE_RECONSTRUCTION_PENDING_TIMEOUT_SEC_KEY =: Line is longer than 80
characters (found 83).
./hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/DFSConfigKeys.java:219:
public static final int
DFS_NAMENODE_RECONSTRUCTION_PENDING_TIMEOUT_SEC_DEFAULT = -1;: Line is longer
than 80 char
{code}
- It seems test case failures are unrelated.
> Erasure Coding: Rename replication-based names in BlockManager to more
> generic [part-2]
> ---------------------------------------------------------------------------------------
>
> Key: HDFS-9869
> URL: https://issues.apache.org/jira/browse/HDFS-9869
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: erasure-coding
> Reporter: Rakesh R
> Assignee: Rakesh R
> Attachments: HDFS-9869-001.patch, HDFS-9869-002.patch,
> HDFS-9869-003.patch
>
>
> The idea of this jira is to rename the following entities in BlockManager as,
> - {{PendingReplicationBlocks}} to {{PendingReconstructionBlocks}}
> - {{excessReplicateMap}} to {{extraRedundancyMap}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)