dao-jun commented on PR #4741:
URL: https://github.com/apache/bookkeeper/pull/4741#issuecomment-4476359906

   > Thanks for working on this optimization. The direction makes sense to me.
   > 
   > One compatibility concern: this PR seems to change the batch-read behavior 
when a later entry fails after some entries have already been read. My 
understanding is that the previous behavior was closer to a best-effort prefix 
read: once the first entry was read successfully, later failures would stop the 
batch and return the accumulated entries.
   > 
   > I think it would be safer to preserve that behavior in this PR, so the 
change stays focused on avoiding unnecessary disk IO rather than changing error 
semantics. The failed entry would still be exposed when the client later starts 
reading from that entry.
   
   addressed


-- 
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]

Reply via email to