ivandika3 opened a new pull request, #8259:
URL: https://github.com/apache/ozone/pull/8259

   ## What changes were proposed in this pull request?
   
   OmKeyInfo#isKeyInfoSame is used by SnapDiffManager#isKeyModified to generate 
a MODIFY diff entry. 
   
   We need to take into account for object tags so that the Snapdiff can detect 
the change in key object tags.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-12803
   
   ## How was this patch tested?
   
   Unit test and manual snapdiff test for key with different object tags.
   
   Previously it will result in `RENAME` diff entry (i.e. `R ./key1 ./key1`), 
after this change it becomes `MODIFY` diff entry (i.e. `M ./key1`).
   


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to