aswinshakil opened a new pull request, #3379: URL: https://github.com/apache/ozone/pull/3379
## What changes were proposed in this pull request? List status is done as a batch process. In `liststatusFSO`, it goes through the cache, and if the cache size is greater than the batch size we return just the cache. The problem is that the cache has gaps and the keys that are within these gaps are ignored. List status continues the listing from the last element (which is a sorted cache) of the batch so we do not iterate over the keys in the gaps again. ## What is the link to the Apache JIRA https://issues.apache.org/jira/browse/HDDS-6474 ## How was this patch tested? This patch was tested on a cluster. -- 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]
