kerneltime commented on PR #4132: URL: https://github.com/apache/ozone/pull/4132#issuecomment-1370456844
For use cases such as list-keys via shell or s3g list keys, it might make sense to add a separate API call that does not include pipeline information. We will need to check the Hadoop filesystem interface to see if the list keys need location information to change all list key APIs usages. The need for backward compatibility mandates either adding a new optional flag ignored by older OM versions or new APIs that the client only calls against upgraded OM instances. This is worth pursuing as, for S3 and other use cases having a lightweight way to list keys can make a difference in performance. -- 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]
