Nanda kumar created HDFS-12680: ---------------------------------- Summary: Ozone: SCM: Lease support for container creation Key: HDFS-12680 URL: https://issues.apache.org/jira/browse/HDFS-12680 Project: Hadoop HDFS Issue Type: Sub-task Components: ozone Reporter: Nanda kumar Assignee: Nanda kumar
This brings in lease support for container creation. Lease should be give for a container that is moved to {{CREATING}} state while {{BEGIN_CREATE}} event happens, {{LeaseException}} should be thrown if the container already holds a lease. Lease must be released during {{COMPLETE_CREATE}} event. If the lease times out container should be moved to {{DELETING}} state, and exception is thrown if {{COMPLETE_CREATE}} event is received on that container. -- 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