smengcl commented on code in PR #4188:
URL: https://github.com/apache/ozone/pull/4188#discussion_r1559096505
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/snapshot/SnapshotDiffManager.java:
##########
@@ -1415,7 +1415,7 @@ long generateDiffReport(
*/
private boolean isKeyModified(OmKeyInfo fromKey, OmKeyInfo toKey) {
return !fromKey.isKeyInfoSame(toKey,
- false, false, false, false)
+ false, false, false, false, false)
Review Comment:
Should key owner change show up in snapshot diffs? I guess so (should be
`true` here)? @hemantk-12 @swamirishi
--
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]