You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2023/01/04 01:04:17 UTC

[GitHub] [ozone] errose28 commented on pull request #4132: HDDS-7715. Omit to serve pipelineInfo in listStatus API call

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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org