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

   Some updates: 
   I rechecked the code; I think we can alleviate the problem by adding a cache 
layer between `ErrorContextLayer` and `CompleteLayer`.
   
   ```rust
         OperatorBuilder { accessor }
               .layer(ErrorContextLayer)
               .layer(CompleteLayer)
   ```


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