dombizita opened a new pull request #2862: URL: https://github.com/apache/ozone/pull/2862
## What changes were proposed in this pull request? In this PR I went through the handling of the operations in the HttpFSServer class. There are operations that are not implemented yet in the BasicOzoneFileSystem or in the BasicRootedOzoneFileSystem. In these cases I throw an UnsupportedOperationException in the HttpFSServer. In the jira it is mentioned to also handle of invalid operations on volumes or buckets. I checked these and we throw IOException from the BasicRootedOzoneClientAdapterImpl in these cases. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-5828 Please replace this section with the link to the Apache JIRA) Built the project successfully. -- 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]
