amaliujia commented on a change in pull request #1445: URL: https://github.com/apache/hadoop-ozone/pull/1445#discussion_r494575930
########## File path: hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConsts.java ########## @@ -270,6 +270,7 @@ private OzoneConsts() { public static final String SRC_KEY = "srcKey"; public static final String DST_KEY = "dstKey"; public static final String USED_BYTES = "usedBytes"; + public static final String USED_NAMESPACE = "usedNamespace"; Review comment: Indeed it is not used. Removed this constant and we can add it in the future when there is a need. ########## File path: hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/bucket/OMBucketCreateRequest.java ########## @@ -209,7 +211,7 @@ public OMClientResponse validateAndUpdateCache(OzoneManager ozoneManager, omResponse.setCreateBucketResponse( CreateBucketResponse.newBuilder().build()); omClientResponse = new OMBucketCreateResponse(omResponse.build(), - omBucketInfo); + omBucketInfo, omVolumeArgs); Review comment: +1 ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: ozone-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: ozone-issues-h...@hadoop.apache.org