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

github-bot pushed a change to branch 
dependabot-maven-commons-io-commons-io-2.21.0
in repository https://gitbox.apache.org/repos/asf/ozone.git


 discard 5b8c4073781 Bump commons-io:commons-io from 2.18.0 to 2.21.0
     add 892ceb56c47 HDDS-14632. TestDefault...ChoosingPolicy failing due to 
cluster ID mismatch (#9761)
     add 135d58a061d HDDS-14633. ozonescripts/test.sh fails with image already 
exists (#9762)
     add 6f36abfa83a HDDS-14603. Remove dependency on netty in 
hdds-hadoop-dependency-client (#9760)
     add c3b39807755 HDDS-14635. kubernetes check fails after restarting 
datanodes (#9772)
     add f0388a19541 HDDS-10306. Speed up TestSnapshotBackgroundServices (#9721)
     add 5331a6ba9de HDDS-14627. Code cleanup in TestVolumeSet (#9769)
     add 1e785c599b7 HDDS-14219. Add metrics for ReadBlock (#9753)
     add 371a2dad2e1 HDDS-14638. Bump commons-collections4 to 4.5.0 (#9765)
     add 19f43c15392 HDDS-14561. SCMRatisRequest/ResponseProto should use the 
shaded protobuf from Ratis (#9733)
     add 2adf3be01db HDDS-14625. [Recon] Display Total Replicated Size for SCM 
Pending Deletion (#9757)
     add 9407d8ac8e4 HDDS-14558. [Recon] Show fs reserved space in datanodes 
page table under Storage Capacity (#9709)
     add a1de0ef6a3a HDDS-14517. [Recon] Include all storage report fields in 
CSV report for Capacity Distribution (#9681)
     add 14fcc3fca7a Bump commons-io:commons-io from 2.18.0 to 2.21.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (5b8c4073781)
            \
             N -- N -- N   
refs/heads/dependabot-maven-commons-io-commons-io-2.21.0 (14fcc3fca7a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../container/common/impl/HddsDispatcher.java      |   3 +
 .../container/common/volume/VolumeIOStats.java     |  13 +
 .../ozone/container/keyvalue/KeyValueHandler.java  |  16 +-
 .../container/keyvalue/helpers/ChunkUtils.java     |   5 +-
 .../container/common/volume/TestVolumeSet.java     |  48 +---
 .../TestDefaultContainerChoosingPolicy.java        |   3 +
 .../TestDefaultVolumeChoosingPolicy.java           |   5 +-
 .../container/keyvalue/TestKeyValueHandler.java    | 148 +++++++++++
 .../upgrade/TestDatanodeUpgradeToSchemaV3.java     |   4 +-
 hadoop-hdds/hadoop-dependency-client/pom.xml       |   8 +
 hadoop-hdds/interface-server/pom.xml               |   2 +
 .../apache/hadoop/hdds/scm/ha/SCMRatisRequest.java |  13 +-
 .../hadoop/hdds/scm/ha/SCMRatisResponse.java       |   4 +-
 .../hadoop/hdds/scm/ha/io/BigIntegerCodec.java     |   6 +-
 .../apache/hadoop/hdds/scm/ha/io/BooleanCodec.java |   2 +-
 .../hadoop/hdds/scm/ha/io/ByteStringCodec.java     |  14 +-
 .../org/apache/hadoop/hdds/scm/ha/io/Codec.java    |   4 +-
 .../apache/hadoop/hdds/scm/ha/io/CodecFactory.java |  12 +-
 .../apache/hadoop/hdds/scm/ha/io/EnumCodec.java    |   9 +-
 .../hdds/scm/ha/io/GeneratedMessageCodec.java      |  24 +-
 .../apache/hadoop/hdds/scm/ha/io/IntegerCodec.java |   8 +-
 .../apache/hadoop/hdds/scm/ha/io/ListCodec.java    |   4 +-
 .../apache/hadoop/hdds/scm/ha/io/LongCodec.java    |   8 +-
 .../hdds/scm/ha/io/ManagedSecretKeyCodec.java      |  19 +-
 ...yteStringCodec.java => ScmByteStringCodec.java} |   6 +-
 ...ageCodec.java => ScmGeneratedMessageCodec.java} |  14 +-
 .../apache/hadoop/hdds/scm/ha/io/StringCodec.java  |   6 +-
 .../hdds/scm/ha/io/X509CertificateCodec.java       |   8 +-
 .../ha/SCMRatisProtocolCompatibilityTestUtil.java  |  89 +++++++
 .../scm/ha/TestSCMRatisProtocolCompatibility.java  |  70 ++---
 .../hadoop/hdds/scm/ha/TestSCMRatisRequest.java    |  20 +-
 .../hadoop/hdds/scm/ha/TestSCMRatisResponse.java   |  11 +-
 .../hadoop/hdds/scm/ha/io/TestBigIntegerCodec.java |   2 +-
 .../hdds/scm/ha/io/TestX509CertificateCodec.java   |   8 +-
 .../main/compose/ozone-om-ha/docker-compose.yaml   |   5 -
 .../main/compose/ozonescripts/docker-compose.yaml  |   3 -
 .../src/main/k8s/definitions/ozone/config.yaml     |  11 +-
 .../dist/src/main/k8s/examples/ozone/test.sh       |   1 +
 hadoop-ozone/dist/src/main/k8s/examples/testlib.sh |  17 ++
 .../container/metrics/TestContainerMetrics.java    |   1 +
 .../snapshot/TestSnapshotBackgroundServices.java   | 160 ++++++-----
 .../hadoop/ozone/MiniOzoneHAClusterImpl.java       |  35 +++
 .../org/apache/hadoop/ozone/recon/ReconUtils.java  |  41 +++
 .../hadoop/ozone/recon/api/NodeEndpoint.java       |   1 +
 .../ozone/recon/api/PendingDeletionEndpoint.java   |  53 ----
 .../recon/api/StorageDistributionEndpoint.java     | 127 ++++++++-
 .../src/v2/components/storageBar/storageBar.tsx    |   6 +
 .../src/v2/pages/capacity/capacity.tsx             |   8 +-
 .../recon/api/TestPendingDeletionEndpoint.java     |  60 -----
 .../recon/api/TestStorageDistributionEndpoint.java | 292 +++++++++++++++++++++
 pom.xml                                            |   2 +-
 51 files changed, 1057 insertions(+), 382 deletions(-)
 copy 
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/ha/io/{ByteStringCodec.java
 => ScmByteStringCodec.java} (85%)
 copy 
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/ha/io/{GeneratedMessageCodec.java
 => ScmGeneratedMessageCodec.java} (77%)
 create mode 100644 
hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/ha/SCMRatisProtocolCompatibilityTestUtil.java
 create mode 100644 
hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestStorageDistributionEndpoint.java


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to