hanishakoneru opened a new pull request #452: Hdds 2894
URL: https://github.com/apache/hadoop-ozone/pull/452
 
 
   ## What changes were proposed in this pull request?
   
   To ensure that key deletion and rename operations are idempotent, compare 
the transactionID with the objectID and updateID to make sure that the 
transaction is not a replay. If the transactionID <= updateID, then it implies 
that the transaction is a replay and hence it should be skipped.
   
   OMKeyDeleteRequest and OMKeyRenameRequest are made idempotent in this Jira.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2894
   
   ## How was this patch tested?
   
   Will add Unit test in next commit.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to