Xuanwo commented on issue #3725:
URL: 
https://github.com/apache/incubator-opendal/issues/3725#issuecomment-1845251649

   > I stepped into the program and found that the s3 backend's `read` is 
invoked every time the `try_next` is invoked. The metrics seem incorrect.
   
   Every `read` in opendal returns a `reader`. If application calls `seek` on 
this reader, we will need to send a new request to read the data. I'm guessing 
the stream calls `seek` internally to read the data.


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