Skip to content

HDDS-13908. Disable OMDBCheckpointServletInodeBasedXfer in Ozone 2.1 - #9333

Closed
jojochuang wants to merge 8 commits into
apache:ozone-2.1from
jojochuang:HDDS-13908-v4
Closed

HDDS-13908. Disable OMDBCheckpointServletInodeBasedXfer in Ozone 2.1#9333
jojochuang wants to merge 8 commits into
apache:ozone-2.1from
jojochuang:HDDS-13908-v4

Conversation

@jojochuang

Copy link
Copy Markdown
Contributor

What changes were proposed in this pull request?

HDDS-13908. Disable OMDBCheckpointServletInodeBasedXfer in Ozone 2.1

Please describe your PR in detail:

Initially I thought I could just let client connect to dbCheckpoint instead of dbCheckpointv2 endpoint. Turns of it doesn't work and I had to revert the entire functionality.

What is the link to the Apache JIRA

https://issues.apache.org/jira/browse/HDDS-12090

How was this patch tested?

https://github.com/jojochuang/ozone/actions/runs/19516670757

…th snapshots. (apache#8900)"
This reverts commit 31cab30.
Change-Id: I4ff8fe984b066ac9e989e854f47b5cad45c6b8f2
…arball transfer. (apache#8857)"
This reverts commit 2870126.
Conflicts:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OMDBCheckpointServletInodeBasedXfer.java
Change-Id: Ib9141efa7e55b0f71520da8e16d32f5cd9b63331
…n of tarball transfer. (apache#8678)"
This reverts commit c706c7a.
Conflicts:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMDbCheckpointServletInodeBasedXfer.java
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OMDBCheckpointServletInodeBasedXfer.java
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OmSnapshotManager.java
…pache#8884)"
This reverts commit e515f3a.
Conflicts:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMDbCheckpointServletInodeBasedXfer.java
Change-Id: I5bbcc209483aca0343b713fe8dcc77dd0b3e7508
… from hardlink file. (apache#8761)"
This reverts commit c98c10b.
Conflicts:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMDbCheckpointServletInodeBasedXfer.java
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/TestOmSnapshotManager.java
Change-Id: Ie562cb0b08b60c6451bac23051807b303d77bb9d
…tarball. (apache#8477)"
This reverts commit 96390ac.
Conflicts:
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMDbCheckpointServletInodeBasedXfer.java
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OMDBCheckpointServletInodeBasedXfer.java
Change-Id: I777c0c8145830df85098afde7b89ff7864472534
@jojochuangjojochuang added the snapshot https://issues.apache.org/jira/browse/HDDS-6517 label Nov 20, 2025
@sadanand48

sadanand48 commented Nov 20, 2025

Copy link
Copy Markdown
Contributor

Thanks @jojochuang . were all these clean reverts without conflicts ?

@jojochuang

Copy link
Copy Markdown
ContributorAuthor

were all these clean reverts without conflicts ?

Not exactly, there were a few import class conflict but trivial. And then conflicts in TestOMDbCheckpointServletInodeBasedXfer and OMDbCheckpointServletInodeBasedXfer which don't matter because the files didn't exist before.

@jojochuang

Copy link
Copy Markdown
ContributorAuthor

Pushed to ozone-2.1 branch.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

snapshothttps://issues.apache.org/jira/browse/HDDS-6517

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@jojochuang@sadanand48