sadanand48 commented on pull request #2837: URL: https://github.com/apache/ozone/pull/2837#issuecomment-968842110
> BTW, @sadanand48 do you have clues to fix this case? Thanks for your time! @rakeshadr , The robot test tries to create bucket via cli through `ozone bucket create `and when looking into the [code](https://github.com/apache/ozone/blob/1b7072cb106429e52ab584e17502562c02eeccd1/hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/bucket/CreateBucketHandler.java#L58) i.e in `CreateBucketHandler` we don’t obtain the default bucket type from conf instead it’s taken as OBJECT_STORE . That’s probably why it wasn’t obeying the conf. I guess the latest change by @JyotinderSingh to explicitly create fso buckets for these tests should work. -- 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]
