-
Notifications
You must be signed in to change notification settings - Fork 587
HDDS-13908. Disable OMDBCheckpointServletInodeBasedXfer in Ozone 2.1 #9333
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…kpoint tarball. (apache#8963)" This reverts commit bc731ea.
…eckpointServletInodeBasedXfer. (apache#9142)" This reverts commit 4e5e5a0.
…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
Contributor
|
Thanks @jojochuang . were all these clean reverts without conflicts ? |
Contributor
Author
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. |
Contributor
Author
|
Pushed to ozone-2.1 branch. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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