-
Notifications
You must be signed in to change notification settings - Fork 595
HDDS-10431. Merge recent commits from master (7c8160fe) to HDDS-7593 #6286
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
Conversation
Co-authored-by: Tsz-Wo Nicholas Sze <szetszwo@apache.org>
… path for listKeys (apache#6195)
Co-authored-by: Ritesh H Shukla <ritesh@apache.org>
… dashboard (apache#6183) Co-authored-by: tanvipenumudy <tanvi.penumudy@cloudera.com>
…missioning datanode (apache#6185)
Co-authored-by: Ritesh H Shukla <ritesh@apache.org>
|
During CI debugging, I've noticed that because My question: Should we make cc @adoroszlai |
|
Apart from HDDS-10471, another problem is TestOMRecoverLeaseRequest#testLeaseSoftLimitForHsyncRecoverFile fails consistently. It looks like a regression in the master branch where modification time of an open key is always zero. |
|
Just brought 3 new commits including the Direct ByteBuffer crash fix HDDS-10471 into the dev branch: |
jojochuang
left a comment
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.
+1
please make sure the git history is not squashed together. Otherwise we can merge it. Thanks!
|
LGTM |
|
Thanks @jojochuang for reviewing this. I will push from local in a minute. |
|
Done. Also thanks @jojochuang for all the help on resolving the test failures in this one! |
What changes were proposed in this pull request?
Merge recent commits from master to HDDS-7593. Resolve code conflicts (mostly imports), and manually fix changes that are not solved by auto merge:
TestOmMetadataManagerandTestOMRecoverLeaseRequest.FilePerBlockStrategy.Set modification time in test utilThis is properly fixed increateOmKeyInfoto fix the test failure oftestLeaseSoftLimitForHsyncRecoverFile: cd7c790masterbranch in HDDS-10482, which is also included in this merge.What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-10431
How was this patch tested?