k5342 opened a new pull request, #4132: URL: https://github.com/apache/ozone/pull/4132
## What changes were proposed in this pull request? listStatus API in FSO buckets sometimes fails with a maximum IPC length exceeded error when a prefix has many or some large files. The problem is KeyLocation is potentially fat because it has unnecessary fields not needed to list keys such as pipeline info. This patch is omitting pipeline info in the KeyLocation entry to reduce the size of the KeyLocationList. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-7715 ## How was this patch tested? - triggered by CI - manual tests via Ozone CLI; `ozone sh key list` (Please explain how this patch was tested. Ex: unit tests, manual tests) (If this patch involves UI changes, please attach a screen-shot; otherwise, remove this) -- 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]
