-
Notifications
You must be signed in to change notification settings - Fork 9.1k
HDDS-1805. Implement S3 Initiate MPU request to use Cache and DoubleBuffer. #1108
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
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
f7385eb
to
25d6060
Compare
💔 -1 overall
This message was automatically generated. |
💔 -1 overall
This message was automatically generated. |
...n/java/org/apache/hadoop/ozone/om/request/s3/multipart/S3InitiateMultipartUploadRequest.java
Show resolved
Hide resolved
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.
One minor question. +1 otherwise.
Thank You @arp7 for the review. |
25d6060
to
3334617
Compare
Rebased it with the latest trunk. |
/retest |
💔 -1 overall
This message was automatically generated. |
Test failures are not related to this patch. |
…ot reflected in code In the current code, the window is only applied and checked on the last retry. However, the check should be done at all retries. This was found during apache#1104 rmatharu please take a look Author: Daniel Nishimura <dnishimura@gmail.com> Reviewers: Ray Matharu <rmatharu@linkedin.com> Closes apache#1108 from dnishimura/samza-2277-cluster-manager-retry-window-bug-fix and squashes the following commits: 23db835e [Daniel Nishimura] Address minor comments from @rmatharu 0a7c9270 [Daniel Nishimura] Trigger build b/c of flakey test. 0c56499d [Daniel Nishimura] Fix checkstyle 2674f75e [Daniel Nishimura] Address @rmatharu's comments. ecfe63eb [Daniel Nishimura] SAMZA-2277: Semantics for cluster-manager.container.retry.window.ms not reflected in code
First commit is S3 DeleteBucket request.
Posted for initial CI, once HDDS-1795 gets in, will rebase this.