-
Notifications
You must be signed in to change notification settings - Fork 509
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 #6479
Conversation
… without a Pipeline. (apache#6123) (cherry picked from commit 04d6e0b)
…Light (apache#6221) (cherry picked from commit 1830fe2)
(cherry picked from commit 309e459)
(cherry picked from commit d68ea97)
(cherry picked from commit e2a4609)
(cherry picked from commit 8dabb2b)
(cherry picked from commit 4364ef7)
(cherry picked from commit 4ca8edb)
(cherry picked from commit 6822d53)
(cherry picked from commit 38e3add)
…ble cache in OMSnapshotPurgeRequest (apache#6443) (cherry picked from commit 7559e1f)
(cherry picked from commit 6dfd7d4)
(cherry picked from commit a8dd1c2)
apache#6329) (cherry picked from commit 418528a)
@nandakumar131 @ivanzlenko @adoroszlai @symious @Cyrill @vtutrinov @ChenSammi @hemantk-12 @aswinshakil @tanvipenumudy please check that your commits are correctly cherry-picked |
@myskov Thank you for the backport. Since ETag feature already landed on ozone-1.4 branch. I propose to include ETag related fixes / improvements in version 1.4.1. HDDS-9680. Use md5 hash of multipart object part's content as ETag (#5668) All these fixes have been backported to our internal cluster and currently they are working well. What do you think? cc: @vtutrinov @xichen01 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @myskov for working on this. I checked dependabot's and my own commits, they look good.
/pending DO NOT MERGE (must be pushed manually) |
There was a problem hiding this 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 (must be pushed manually)
@ivandika3 I agree that ETag-related fixes should be ported. However, I suggest doing it in a separate PR. |
@myskov
cc: @adoroszlai A Bug fix: |
cc @duongkame |
Thank you @myskov, I have taken a look at both my patches and they look good. |
@xichen01 thanks for the suggestion. Let's do it in a separate PR. |
@ivandika3 will you create a new PR to merge above these PRs to the branch ozone-1.4? |
What changes were proposed in this pull request?
Backport the following fixes from master to ozone-1.4 for 1.4.1:
HDDS-10231. ContainerStateManager should not finalize the OPEN containers without a Pipeline. (#6123)
HDDS-10367. Fix possible NullPointerException in listKeysLight method (#6221)
HDDS-10472. Audit log should include EC replication config (#6338)
HDDS-10503. Bump jgrapht to 1.4.0 (#6364)
HDDS-10526. Bump follow-redirects to 1.15.6 (#6382)
HDDS-10554. Bump Zookeeper to 3.8.4 (#6407)
HDDS-10566. Bump commons-configuration2 to 2.10.1 (#6417)
HDDS-10562. Fix endless loop in ozone fs -ls (#6416)
HDDS-10583. Thread name prefix in ReplicationSupervisor is null (#6430)
HDDS-10547. Fix the buffer for the datanode checksum calculation (#6402)
HDDS-10588. Bump hadoop-shaded-guava to 1.2.0 (#6440)
HDDS-10594. File encryption info is not properly set when overwrite a file (#6445)
HDDS-10600. Bump nimbus-jose-jwt to 9.37.2 (#6454)
HDDS-10524. [Snapshot] Invalidate the cache entry from snapshotInfoTable cache in OMSnapshotPurgeRequest (#6443)
HDDS-10408. NPE causes OM crash in Snapshot Purge request. (#6250)
HDDS-10475. Refine audit logging for bucket creation operation (#6366)
HDDS-10460. Refine audit logging for bucket property updation operations (#6329)
How was this patch tested?
Ci run https://github.com/myskov/ozone/actions/runs/8554460237