kaijchen commented on PR #3379: URL: https://github.com/apache/ozone/pull/3379#issuecomment-1118741871
> Here we need find out the index for the cached item and the exact batch, otw it may affect the order, isn't it? I think it will be fine, as long as we iterate them sorted. In your example, the first batch will be `"x/y/z/a1".."x/y/z/a1023", "x/y/z/b1"`. Then startKey will be `"x/y/z/b1"`, and the second batch will be `"x/y/z/b1".."x/y/z/b1024"`. -- 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]
