This is an automated email from the ASF dual-hosted git repository.
preetham02 pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git
from 4915df6b18 Merge branch 'gerrit/phoenix' into 'master'
new 2d092c3c7d [NO ISSUE][EXT]: fix HDFS failing tests
new caa8536b24 [NO ISSUE][*DB][STO] Enable round/robin dns resolution for
async client
new 581a05d227 Merge branch 'gerrit/phoenix' into 'master'
The 3 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:
.../resources/runtimets/testsuite_sqlpp_hdfs.xml | 70 +++++++-------
.../aws/s3/RoundRobinAddressResolverGroup.java | 76 +++++++++++++++
.../cloud/clients/aws/s3/S3ClientConfig.java | 19 ++--
.../cloud/clients/aws/s3/S3ParallelDownloader.java | 49 +++++++---
.../internal/CustomResolverBootstrapProvider.java | 102 +++++++++++++++++++++
.../org/apache/asterix/cloud/s3/LSMS3Test.java | 2 +-
.../asterix/common/config/CloudProperties.java | 10 +-
7 files changed, 273 insertions(+), 55 deletions(-)
create mode 100644
asterixdb/asterix-cloud/src/main/java/org/apache/asterix/cloud/clients/aws/s3/RoundRobinAddressResolverGroup.java
create mode 100644
asterixdb/asterix-cloud/src/main/java/software/amazon/awssdk/http/nio/netty/internal/CustomResolverBootstrapProvider.java