Shashikant Banerjee created HDDS-181:
----------------------------------------

             Summary: CloseContainer should commit all pending open Keys on a 
dataode
                 Key: HDDS-181
                 URL: https://issues.apache.org/jira/browse/HDDS-181
             Project: Hadoop Distributed Data Store
          Issue Type: Bug
          Components: Ozone Datanode
            Reporter: Shashikant Banerjee
            Assignee: Shashikant Banerjee
             Fix For: 0.2.1


A close container command arrives in the Datanode by the SCM heartBeat response.

It will then be queued up over the ratis pipeline. Once the command execution 
starts inside the Datanode, it will mark the container in CLOSING State. All 
the pending open keys for the container now will be committed followed by the 
transition of the container state from CLOSING to CLOSED state. For achieving 
this, all the open keys for a container need to be tracked.

This Jira aims to address this.



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

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

Reply via email to