swamirishi commented on PR #5177:
URL: https://github.com/apache/ozone/pull/5177#issuecomment-1697743796

   > Thanks for the patch @swamirishi.
   > 
   > I am still not not clear why this change is needed because initial change 
was done as part [HDDS-8841](https://issues.apache.org/jira/browse/HDDS-8841). 
Is it related to FSO bucket? Or Legacy and OBS as well? It would be great if 
you could add an examples of difference between before and after the change in 
the description. Or difference between Ozone and HDFS.
   
   There is a difference b/w Ozone & HDFS output:
   **HDFS Ouput**
   Difference between snapshot s0 and snapshot s1 under directory /:
   M    .
   R    ./foo -> ./foo
   
   **Ozone Output before change**
   Difference between snapshot: snap1 and snapshot: snap2
   M    ./dir1
   M    ./dir1/k12
   
   **Ozone Output after change**
   Difference between snapshot: snap1 and snapshot: snap2
   R    ./dir1/k12 -> ./dir1/k12
   M    ./dir1
   
   
   
   


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