You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/10/11 14:46:34 UTC

[GitHub] [ozone] JyotinderSingh commented on a change in pull request #2730: HDDS-5839. Make sure buckets created from OFS are in FILE_SYSTEM_OPTI…

JyotinderSingh commented on a change in pull request #2730:
URL: https://github.com/apache/ozone/pull/2730#discussion_r726185072



##########
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:
       I had added this check here in ref to [this comment](https://github.com/apache/ozone/pull/2707#issuecomment-938984419) on a previous PR. We haven't discussed whether we wanted it in the final patch yet, that's why I added a ToDo comment for discussion above this check.




-- 
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