errose28 commented on PR #4132: URL: https://github.com/apache/ozone/pull/4132#issuecomment-1370378574
This is going to have client cross compatibility problems, hence why xcompat acceptance tests failed. Honestly I wish our list APIs only returned key names, and the stat info was saved for key info requests, but it was not done that way so we are stuck working around this. Anyways, with the current design I think you can reduce the config `ozone.client.list.cache` to something lower than its default value of 1000 to fix the problem by fetching fewer keys at a time. See `OzoneBucket#KeyIteratorWithFSO#getChildrenKeys`. -- 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]
