[
https://issues.apache.org/jira/browse/HDFS-9857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15197611#comment-15197611
]
Rakesh R commented on HDFS-9857:
--------------------------------
Thanks [~zhz] for pointing out this. It was an issue with renaming output
message {{replication}} to {{reconstruction}}. Attached another patch fixing
the same. The checkstyle warning is related to the existing code and am leaving
it open.
{code}
BlockManager.java:255: public final LowRedundancyBlocks neededReconstruction
=:36: Variable 'neededReconstruction' must be private and have accessor methods.
{code}
> Erasure Coding: Rename replication-based names in BlockManager to more
> generic [part-1]
> ---------------------------------------------------------------------------------------
>
> Key: HDFS-9857
> URL: https://issues.apache.org/jira/browse/HDFS-9857
> Project: Hadoop HDFS
> Issue Type: Sub-task
> Components: erasure-coding
> Reporter: Rakesh R
> Assignee: Rakesh R
> Attachments: HDFS-9857-001.patch, HDFS-9857-003.patch,
> HDFS-9857-004.patch, HDFS-9857-02.patch
>
>
> The idea of this jira is to rename the following entities in BlockManager as,
> - {{UnderReplicatedBlocks}} to {{LowRedundancyBlocks}}
> - {{neededReplications}} to {{neededReconstruction}}
> - {{replicationQueuesInitializer}} to {{reconstructionQueuesInitializer}}
> Thanks [~zhz], [~andrew.wang] for the useful
> [discussions|https://issues.apache.org/jira/browse/HDFS-7955?focusedCommentId=15149406&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-15149406]
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)