[ https://issues.apache.org/jira/browse/HDDS-733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16681705#comment-16681705 ]
Nanda kumar commented on HDDS-733: ---------------------------------- +1, LGTM. Will fix the checkstyle issues while committing. > Create container if not exist, as part of chunk write > ----------------------------------------------------- > > Key: HDDS-733 > URL: https://issues.apache.org/jira/browse/HDDS-733 > Project: Hadoop Distributed Data Store > Issue Type: Improvement > Components: Ozone Datanode > Reporter: Nanda kumar > Assignee: Lokesh Jain > Priority: Major > Attachments: HDDS-733.001.patch, HDDS-733.002.patch, > HDDS-733.003.patch, HDDS-733.004.patch > > > The current implementation requires a container to be created in datanode > before starting the chunk write. This can be optimized by creating the > container on the first chunk write. > During chunk write, if the container is missing, we can go ahead and create > the container. > Along with this change ALLOCATED and CREATING container states can be removed > as they were used to track which containers have been successfully created. > Also there is a shouldCreateContainer flag which is used by client to know if > it needs to create container. This flag can be removed. -- 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