You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "szetszwo (via GitHub)" <gi...@apache.org> on 2023/03/24 01:53:34 UTC

[GitHub] [ozone] szetszwo commented on a diff in pull request #4460: HDDS-7781. Change Get Key Info to return HSync info

szetszwo commented on code in PR #4460:
URL: https://github.com/apache/ozone/pull/4460#discussion_r1147041029


##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/helpers/OmKeyInfo.java:
##########
@@ -78,6 +78,8 @@ public final class OmKeyInfo extends WithParentObjectId {
    */
   private List<OzoneAcl> acls;
 
+  private boolean isHsync;

Review Comment:
   You are right.  The value `metadata.get(HSYNC_CLIENT_ID)` is the clientId.  We should just reuse it.  I also forget that.



-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org