You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Xiaoyu Yao (JIRA)" <ji...@apache.org> on 2018/01/11 23:22:00 UTC

[jira] [Created] (HDFS-13013) Fix ContainerMapping#closeContainer after HDFS-12980

Xiaoyu Yao created HDFS-13013:
---------------------------------

             Summary: Fix ContainerMapping#closeContainer after HDFS-12980
                 Key: HDFS-13013
                 URL: https://issues.apache.org/jira/browse/HDFS-13013
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: Xiaoyu Yao
            Assignee: Xiaoyu Yao


SCMCLI close container command is based on ContainerMapping#closeContainer, which is based on the state machine (open->close) before HDFS-12980.

HDFS-12980 changes the container state machine. A container has to be finalized into closing state before closed. (open->closing->closed). This ticket is opened to fix  ContainerMapping#closeContainer to match the new state machine. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org