[ 
https://issues.apache.org/jira/browse/HDDS-175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ajay Kumar updated HDDS-175:
----------------------------
    Description: 
Refactor ContainerInfo to remove Pipeline object from it. We can add below 4 
fields to ContainerInfo to recreate pipeline if required:
# pipelineId
# replication type
# expected replication count
# DataNode where its replica exist

  was:
Pipeline class currently differs from the pipelineChannel with the data field, 
this field was introduced with HDFS-11118 to maintain per container local data. 
However, this data field can be moved to the ContainerInfo class and then the 
pipelineChannel can be used interchangeably with pipeline everywhere. This will 
help with making code being cleaner.

 


> Refactor ContainerInfo to remove Pipeline object from it 
> ---------------------------------------------------------
>
>                 Key: HDDS-175
>                 URL: https://issues.apache.org/jira/browse/HDDS-175
>             Project: Hadoop Distributed Data Store
>          Issue Type: Bug
>          Components: SCM
>    Affects Versions: 0.2.1
>            Reporter: Ajay Kumar
>            Assignee: Shashikant Banerjee
>            Priority: Major
>             Fix For: 0.2.1
>
>
> Refactor ContainerInfo to remove Pipeline object from it. We can add below 4 
> fields to ContainerInfo to recreate pipeline if required:
> # pipelineId
> # replication type
> # expected replication count
> # DataNode where its replica exist



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to