This is an automated email from the ASF dual-hosted git repository.

stevel pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


    from d33ee67151b Hadoop-18520. Backport HADOOP-18427 and HADOOP-18452 to 
branch-3.3 (#5118)
     new c3920757616 HADOOP-18507. VectorIO FileRange type to support a 
"reference" field (#5076)
     new b1ea32f91cb HADOOP-18517. ABFS: Add fs.azure.enable.readahead option 
to disable readahead (#5103)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../main/java/org/apache/hadoop/fs/FileRange.java  |  22 +++-
 .../apache/hadoop/fs/impl/CombinedFileRange.java   |   4 +-
 .../org/apache/hadoop/fs/impl/FileRangeImpl.java   |  19 ++-
 .../apache/hadoop/fs/TestVectoredReadUtils.java    | 134 +++++++++++++++------
 .../hadoop/fs/azurebfs/AbfsConfiguration.java      |  14 +++
 .../fs/azurebfs/AzureBlobFileSystemStore.java      |   1 +
 .../fs/azurebfs/constants/ConfigurationKeys.java   |   7 ++
 .../constants/FileSystemConfigurations.java        |   1 +
 .../fs/azurebfs/services/AbfsInputStream.java      |   7 +-
 .../azurebfs/services/AbfsInputStreamContext.java  |  12 ++
 .../fs/azurebfs/ITestAbfsReadWriteAndSeek.java     |  32 +++--
 .../hadoop/fs/azurebfs/TestTracingContext.java     |   4 +-
 .../hadoop/benchmark/VectoredReadBenchmark.java    |   2 +-
 13 files changed, 207 insertions(+), 52 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to