HoustonPutman commented on PR #3341: URL: https://github.com/apache/solr/pull/3341#issuecomment-2845754617
> One more tiny one: Might be nice to note that skip() / transferTo() are not retry aware in the javadoc. Good call on `skip()`, I've added an implementation for that, mentioning the limitation. As for `transferTo()`, that uses `read(buffer, 0, DEFAULT_BUFFER_SIZE)` under the hood in `InputStream`, so I think it should be supported here. It might not be optimized with `delegate`, but there really isn't a way for us to do it another way. -- 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]
