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-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org