elasticsearch/modules/repository-url
Tim Brooks ac829edc55
Enable skip methods on retrying inputstreams (#96337)
Currently we have a number of input streams that specifically override
the skip() method disabling the ability to skip bytes. In each case the
skip implementation works as we have properly implemented the
read(byte[]) methods used to discard bytes. However, we appear to have
disabled it as it would be possible to retry from the end of a skip if
there is a failure in the middle. At this time, that optimization is not
really necessary, however, we sporadically used skip so it would be nice
for the IS to support the method. This commit enables the super.skip()
and adds a comment about future optimizations.
2023-05-25 10:11:27 -06:00
..
licenses Update log4j2 LICENSE and NOTICE files (#93611) 2023-02-09 08:53:43 -05:00
src Enable skip methods on retrying inputstreams (#96337) 2023-05-25 10:11:27 -06:00
build.gradle Add JUnit rule based integration test cluster orchestration framework (#92379) 2022-12-21 15:33:46 -08:00