JyotinderSingh commented on PR #3296: URL: https://github.com/apache/ozone/pull/3296#issuecomment-1101143938
> Please remove the test config that introduced to satisfy default OBS behavior at the OM server side. > > OzoneConfigKeys.java > > ``` > > public static final String OZONE_CLIENT_TEST_OFS_DEFAULT_BUCKET_LAYOUT = > "ozone.client.test.ofs.default.bucket.layout"; > > // Fetches the bucket layout to be used by OFS. > this.defaultOFSBucketLayout = BucketLayout.fromString( > conf.get(OzoneConfigKeys.OZONE_CLIENT_TEST_OFS_DEFAULT_BUCKET_LAYOUT, > OzoneConfigKeys.OZONE_CLIENT_TEST_OFS_BUCKET_LAYOUT_DEFAULT)); > ``` Done -- 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]
