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

   ## What changes were proposed in this pull request?
   Fix issue which shows key as modified
   ```java
   bash-4.2$ ozone sh volume create vol1
   bash-4.2$ ozone sh bucket create vol1/buck1
   bash-4.2$ ozone sh key put vol1/buck1/key1
   bash-4.2$ ozone sh snapshot create vol1/buck1 snap1
   bash-4.2$ ozone sh snapshot create vol1/buck1 snap2
   bash-4.2$ ozone sh snapshot snapshotDiff vol1/buck1 snap1 snap2
   Difference between snapshot snap1 and snapshot snap2:
   M key1
   ```
   Also fixed snapdiff for FSO files (not directories , will add fix for dirs 
in the next revision)
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-7682
   
   ## How was this patch tested?
   Added Basic Snapdiff unit tests


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