sumitagrawl commented on code in PR #4188:
URL: https://github.com/apache/ozone/pull/4188#discussion_r1483854486
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmKeyInfo.java:
##########
@@ -772,6 +793,7 @@ public boolean isKeyInfoSame(OmKeyInfo omKeyInfo, boolean
checkPath,
replicationConfig.equals(omKeyInfo.replicationConfig) &&
Objects.equals(metadata, omKeyInfo.metadata) &&
Objects.equals(acls, omKeyInfo.acls) &&
+ Objects.equals(ownerName, omKeyInfo.ownerName) &&
Review Comment:
ownerName comparision can be based on flag, as this is used for snapdiff for
snapshot, where ownername can be different but key will be same
--
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]