jojochuang opened a new pull request, #10792: URL: https://github.com/apache/ozone/pull/10792
## Summary - Cache validated bucket layouts per `(volume, bucket)` in `BasicRootedOzoneClientAdapterImpl` - After cache warm-up, `getFileStatus()` on `ofs://` sends one client→OM `GetFileStatus` RPC instead of `getBucketInfo` + `GetFileStatus` - Preserves OBJECT_STORE layout rejection, link-bucket layout validation, snapshot paths, and `headOp` propagation ## Test plan - [x] `mvn -pl :ozone-filesystem-common -am compile` - [ ] Integration tests: `TestOFS#testGetFileStatusUsesSingleOmRpcAfterCacheWarm` and related new cases - [ ] CI Generated-by: Cursor (Composer) Made with [Cursor](https://cursor.com) -- 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]
