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

[DO NOT MERGE] Backport some fixes from master to ozone-1.4 #6096

Merged
merged 15 commits into from
Jan 29, 2024

Conversation

adoroszlai
Copy link
Contributor

What changes were proposed in this pull request?

Backport the following fixes from master to ozone-1.4 for 1.4.1.

If approved, I'll push to the ozone-1.4 branch directly.

How was this patch tested?

CI:
https://github.com/adoroszlai/ozone/actions/runs/7657035459

ashishkumar50 and others added 14 commits January 25, 2024 16:32
…ile until loading all volumes. (apache#5757)

(cherry picked from commit 027febe)
…origins should be handled during decommission (apache#5984)

(cherry picked from commit 46b6f3d)
This reverts commit a41dae4

Reason for revert: new Surefire fails to kill fork after surefire.timeout

(cherry picked from commit 8835ccf)
@adoroszlai adoroszlai self-assigned this Jan 25, 2024
@adoroszlai adoroszlai changed the base branch from master to ozone-1.4 January 25, 2024 17:19
@adoroszlai
Copy link
Contributor Author

/pending DO NOT MERGE

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Marking this issue as un-mergeable as requested.

Please use /ready comment when it's resolved.

Please note that the PR will be closed after 21 days of inactivity from now. (But can be re-opened anytime later...)

DO NOT MERGE

@adoroszlai
Copy link
Contributor Author

@xBis7
Copy link
Contributor

xBis7 commented Jan 25, 2024

@adoroszlai Thanks for the work on this. LGTM!

@hemantk-12
Copy link
Contributor

Thanks @adoroszlai.

Can we back port these jiras as well?

  1. https://issues.apache.org/jira/browse/HDDS-10103
  2. https://issues.apache.org/jira/browse/HDDS-9486 (PR is in review)

@adoroszlai
Copy link
Contributor Author

adoroszlai commented Jan 25, 2024

Can we back port these jiras as well?

  1. https://issues.apache.org/jira/browse/HDDS-10103
  2. https://issues.apache.org/jira/browse/HDDS-9486 (PR is in review)

This PR is not a comprehensive list of Jiras to be backported, just an initial batch. I thought one PR per commit would be too much overhead now, as more than a month has passed since the branch was cut.

Once this is completed, we can follow-up with another batch. If we catch up, we may start backporting each fix right after it is merged to master.

We don't have a timeline for release yet. The idea is to try to keep ozone-1.4 in good shape until then.

Copy link
Contributor

@hemantk-12 hemantk-12 left a comment

Choose a reason for hiding this comment

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

LGTM

@ivandika3
Copy link
Contributor

@adoroszlai Thanks for working on this. LGTM +1 for my patch.

@whbing
Copy link
Contributor

whbing commented Jan 26, 2024

@adoroszlai Thanks ! LGTM +1 for my patch.

@xichen01
Copy link
Contributor

LGTM +1

Copy link
Contributor

@ashishkumar50 ashishkumar50 left a comment

Choose a reason for hiding this comment

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

@adoroszlai Thanks for this, LGTM for my patch.

Copy link
Member

@aswinshakil aswinshakil left a comment

Choose a reason for hiding this comment

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

Thanks for your continued efforts in backporting @adoroszlai. LGTM+1

Copy link
Contributor

@sumitagrawl sumitagrawl left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@siddhantsangwan siddhantsangwan left a comment

Choose a reason for hiding this comment

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

Looks good. @adoroszlai thanks for your efforts!

@adoroszlai adoroszlai merged commit 5261491 into apache:ozone-1.4 Jan 29, 2024
36 of 37 checks passed
@adoroszlai
Copy link
Contributor Author

Thanks everyone for the review.

FYI, I pushed this via CLI as:

git checkout ozone-1.4
git pull
git merge --ff-only ozone-1.4.1-backports
git push

GitHub seems to recognize that as a "merge" of the PR, which is good.

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

Successfully merging this pull request may close these issues.