This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a change to branch ozone-1.4
in repository https://gitbox.apache.org/repos/asf/ozone.git
from c380e3f65ed HDDS-12127. RM should not expire pending deletes, but
retry until delete is confirmed or node is dead (#7746)
add ef5b172b8f1 HDDS-11339. Let PrometheusServlet rely on periodically
published metrics (#7092)
add 28432fbb115 HDDS-9946. Move pathComponents calculation to
OMFileRequest#getParentID (#5858)
add 7b248d612d4 HDDS-8649. Remove duplicate helper methods
getDBMultipartOpenKey() (#6057)
add 9abd919b401 HDDS-11784. Allow aborting FSO multipart uploads with
missing parent directories (#7700)
add 3f2fd29ef10 HDDS-12195. Implement skip() in OzoneFSInputStream (#7801)
add 948f54baee3 HDDS-12646. Improve OM decommission check (#8122)
add a576252fc23 HDDS-12304. Bump GitHub Actions runner to ubuntu-24.04
(#7852)
add 45fe475b266 HDDS-10760. IOException(String) constructor required for
unwrapping from RemoteException (#7854)
add ae63f9274d0 HDDS-12131. NPE in OM when overwriting empty file using
multipart upload (#7739)
add d40a1740763 HDDS-9967. Intermittent failure in
TestOzoneRpcClientAbstract.testListSnapshot. (#5970)
add 0475a33ddbc HDDS-10668. Remove custom dependabot workflow (#6501)
add 7c4dc5d65d2 HDDS-12974. Docker could not parse extra host IP (#8397)
add 222aac3d71b HDDS-11265. Add Ozone 1.4.1 to compatibility acceptance
tests (#7503)
No new revisions were added by this update.
Summary of changes:
.github/workflows/ci.yml | 27 ++++---
.github/workflows/close-pending.yaml | 2 +-
.github/workflows/comments.yaml | 2 +-
.github/workflows/dependabot-ci.yml | 78 -------------------
.github/workflows/intermittent-test-check.yml | 6 +-
.github/workflows/populate-cache.yml | 2 +-
.github/workflows/pull-request.yml | 2 +-
.github/workflows/repeat-acceptance.yml | 6 +-
.../ozone/client/io/BadDataLocationException.java | 8 ++
.../hdds/scm/container/ContainerException.java | 10 +++
.../hadoop/hdds/scm/exceptions/SCMException.java | 11 +++
.../hadoop/hdds/scm/ha/NonRetriableException.java | 9 +++
.../hadoop/hdds/server/http/PrometheusServlet.java | 3 -
.../pipeline/InsufficientDatanodesException.java | 10 +++
.../compose/ozonesecure-ha/docker-compose.yaml | 90 +++++++++++-----------
.../compose/ozonesecure-ha/s3g-virtual-host.yaml | 2 +-
.../compose/ozonesecure-ha/scm-decommission.yaml | 22 +++---
hadoop-ozone/dist/src/main/compose/upgrade/test.sh | 3 +-
.../dist/src/main/compose/xcompat/clients.yaml | 7 ++
hadoop-ozone/dist/src/main/compose/xcompat/test.sh | 2 +-
.../src/main/smoketest/s3/MultipartUpload.robot | 6 ++
.../rpc/TestOzoneClientMultipartUploadWithFSO.java | 73 +++++++++---------
.../hadoop/ozone/om/TestAddRemoveOzoneManager.java | 12 ++-
.../apache/hadoop/ozone/om/OMMetadataManager.java | 13 ++++
.../org/apache/hadoop/ozone/om/KeyManagerImpl.java | 15 +---
.../org/apache/hadoop/ozone/om/ListIterator.java | 38 +++++----
.../hadoop/ozone/om/OmMetadataManagerImpl.java | 35 ++++++++-
.../ozone/om/request/file/OMFileRequest.java | 13 +---
.../om/request/file/OMRecoverLeaseRequest.java | 10 +--
.../request/key/OMAllocateBlockRequestWithFSO.java | 7 +-
.../om/request/key/OMKeyCommitRequestWithFSO.java | 6 +-
.../om/request/key/OMKeyCreateRequestWithFSO.java | 14 +---
.../S3MultipartUploadCommitPartRequestWithFSO.java | 7 +-
.../S3MultipartUploadCompleteRequestWithFSO.java | 17 +---
.../om/request/util/OMMultipartUploadUtils.java | 35 +--------
.../S3MultipartUploadCompleteResponse.java | 2 +
.../S3MultipartUploadCompleteResponseWithFSO.java | 16 ++--
.../protocolPB/OMAdminProtocolServerSideImpl.java | 7 ++
...estS3MultipartUploadCompleteRequestWithFSO.java | 7 +-
.../apache/hadoop/fs/ozone/OzoneFSInputStream.java | 5 ++
40 files changed, 307 insertions(+), 333 deletions(-)
delete mode 100644 .github/workflows/dependabot-ci.yml
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]