Skip to content
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

HDDS-10565. Merge master 97038ef to feature branch HDDS-7593 #6419

Merged
merged 0 commits into from
Mar 27, 2024

Conversation

smengcl
Copy link
Contributor

@smengcl smengcl commented Mar 22, 2024

DO NOT merge this directly from GitHub, which will result in an undesired squash commit. Pushing this branch from local will automatically mark this PR as merged.

What changes were proposed in this pull request?

Resolve conflicts brought by new commits on master branch. Especially:

Merge remote-tracking branch 'asf/master' into HDDS-7593

Conflicts:
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/storage/BlockInputStream.java
hadoop-hdds/client/src/main/java/org/apache/hadoop/ozone/client/io/BlockInputStreamFactoryImpl.java
hadoop-hdds/client/src/test/java/org/apache/hadoop/hdds/scm/storage/DummyBlockInputStream.java
hadoop-hdds/client/src/test/java/org/apache/hadoop/hdds/scm/storage/TestBlockInputStream.java
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/io/KeyInputStream.java
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOmMetrics.java
hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/TestChunkStreams.java

What is the link to the Apache JIRA

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

How was this patch tested?

  • All existing tests should pass.

@smengcl smengcl requested a review from jojochuang March 22, 2024 00:55
@smengcl smengcl force-pushed the HDDS-7593-master-merge-97038ef branch from 44b1242 to 5448ebc Compare March 26, 2024 06:52
Copy link
Contributor

@jojochuang jojochuang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@smengcl smengcl force-pushed the HDDS-7593-master-merge-97038ef branch from 6a04304 to 3fe5cde Compare March 27, 2024 19:15
@smengcl
Copy link
Contributor Author

smengcl commented Mar 27, 2024

FYI I just merged new commit HDDS-10442 from latest HDDS-7593 branch to this one.

It won't show up in this PR diff because it cancels out but it is in the branch now:

https://github.com/smengcl/hadoop-ozone/commits/HDDS-7593-master-merge-97038ef/

@smengcl
Copy link
Contributor Author

smengcl commented Mar 27, 2024

CI passed: https://github.com/apache/ozone/actions/runs/8457412905/job/23169313675?pr=6419

Pushed with --force-with-lease to ASF repo from local:

git push asf HDDS-7593-master-merge-97038ef:HDDS-7593 --force-with-lease

@smengcl smengcl merged commit 3fe5cde into apache:HDDS-7593 Mar 27, 2024
39 checks passed
@smengcl
Copy link
Contributor Author

smengcl commented Mar 27, 2024

Thanks @jojochuang for the review.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants