adoroszlai commented on PR #6919: URL: https://github.com/apache/ozone/pull/6919#issuecomment-2221364180
> ```java > return req.getVersion() < ClientVersion.CURRENT_VERSION || isTesting(); > ``` This is implemented in https://github.com/adoroszlai/ozone/commit/c625cdd212a1e2321abafbfa2c0f8282652331bd and sure enough, basic acceptance tests are failing with `NOT_SUPPORTED_OPERATION Client is attempting to modify a bucket which uses non-LEGACY bucket layout features`: https://github.com/adoroszlai/ozone/actions/runs/9879845553 -- 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]
