This is an automated email from the ASF dual-hosted git repository.
gian pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/druid.git.
from 903174d correct errors on compaction doc (#12308)
add 28f8bcc Always reopen stream in FileUtils.copyLarge,
RetryingInputStream. (#12307)
No new revisions were added by this update.
Summary of changes:
.../org/apache/druid/data/input/InputEntity.java | 38 ++-
.../druid/data/input/RetryingInputEntity.java | 1 -
.../druid/data/input/impl/RetryingInputStream.java | 149 +++++++----
.../data/input/impl/prefetch/FileFetcher.java | 2 +-
.../apache/druid/java/util/common/FileUtils.java | 43 +--
.../data/input/impl/RetryingInputStreamTest.java | 294 +++++++++++++++++++++
.../impl/prefetch/RetryingInputStreamTest.java | 207 ---------------
.../druid/java/util/common/FileUtilsTest.java | 34 ++-
.../parquet/ParquetReaderResourceLeakTest.java | 19 +-
.../org/apache/druid/data/input/s3/S3Entity.java | 13 -
.../java/org/apache/druid/storage/s3/S3Utils.java | 9 +
.../druid/data/input/s3/S3InputSourceTest.java | 24 +-
.../indexing/input/DruidSegmentInputEntity.java | 8 -
.../apache/druid/guice/QueryableModuleTest.java | 5 +-
14 files changed, 488 insertions(+), 358 deletions(-)
create mode 100644
core/src/test/java/org/apache/druid/data/input/impl/RetryingInputStreamTest.java
delete mode 100644
core/src/test/java/org/apache/druid/data/input/impl/prefetch/RetryingInputStreamTest.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]