You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Shashikant Banerjee (Jira)" <ji...@apache.org> on 2021/11/22 08:31:00 UTC

[jira] [Created] (HDDS-6025) Ozone Retry Path Optimizations

Shashikant Banerjee created HDDS-6025:
-----------------------------------------

             Summary: Ozone Retry Path Optimizations
                 Key: HDDS-6025
                 URL: https://issues.apache.org/jira/browse/HDDS-6025
             Project: Apache Ozone
          Issue Type: Sub-task
            Reporter: Shashikant Banerjee


Currently, in the retry path, once a datanode goes down , the data from last acknowledged length will be retried on a new pipeline with new set of datanodes. Secondly, once a block write fails in between , a new block is allocated for the remaining unacknowledged data.

 

In HDFS, in case of a datanode failure,  a new datanode is recruited in case of a dn failure and the packets are only written for the replcaed datanode. Also, the same block gets written out and there is no new block allocation. In that way, the key/file metadata remains same but in ozone, it may bloat up the OM metadata.

 

This Jira is to discuss any optimizations needed in ozone retry path to improve performance if any, 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org