-
Notifications
You must be signed in to change notification settings - Fork 506
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-10431. Merge recent commits from master (7c8160fe) to HDDS-7593 #6286
Conversation
Co-authored-by: Tsz-Wo Nicholas Sze <[email protected]>
… path for listKeys (apache#6195)
Co-authored-by: Ritesh H Shukla <[email protected]>
… dashboard (apache#6183) Co-authored-by: tanvipenumudy <[email protected]>
…6189) Co-authored-by: ashishk <[email protected]> (cherry picked from commit 370b9d7)
…missioning datanode (apache#6185)
Co-authored-by: Ritesh H Shukla <[email protected]>
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:
|
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:
TestOmMetadataManager
andTestOMRecoverLeaseRequest
.FilePerBlockStrategy
.Set modification time in test utilThis is properly fixed increateOmKeyInfo
to fix the test failure oftestLeaseSoftLimitForHsyncRecoverFile
: cd7c790master
branch 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?