bharatviswa504 commented on a change in pull request #2730:
URL: https://github.com/apache/ozone/pull/2730#discussion_r726296186
##########
File path:
hadoop-ozone/ozonefs-common/src/main/java/org/apache/hadoop/fs/ozone/BasicRootedOzoneClientAdapterImpl.java
##########
@@ -148,6 +153,16 @@ public BasicRootedOzoneClientAdapterImpl(String omHost,
int omPort,
+ " be omitted when ozone.om.service.ids is defined.");
}
+ // TODO: Discuss whether to throw Exception if BucketLayout is
+ // OBJECT_STORE.
+ if (StringUtils.equalsIgnoreCase(
Review comment:
The comment is, if a bucket used in OBS, on which FS semantics are not
supported. Do we want to throw an exception, instead of causing some random
exception?
--
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]