Uh oh!
There was an error while loading. Please reload this page.
HDDS-5743.[Ozone-Streaming] Add option to write files via streaming api in ofs and o3fs. - #2770
Merged
Merged
Conversation
captainzmc
commented
Oct 28, 2021
Member
Hi, @sadanand48 thanks for the patch. Can you rebase branch/HDDS-4454 and recommit the code? Now this PR has some conflicts. |
szetszwo
left a comment
Contributor
There was a problem hiding this comment.
@sadanand48 , thanks a lot for working on this. Just a minor comment about the conf.
Uh oh!
There was an error while loading. Please reload this page.
szetszwo
approved these changes
Oct 30, 2021
szetszwo
left a comment
Contributor
There was a problem hiding this comment.
+1 the change looks good.
szetszwo
commented
Oct 30, 2021
Contributor
@sadanand48 , TestOzoneConfigurationFields failed. It is related to the new conf. Please take a look. Thanks. |
captainzmc
approved these changes
Nov 3, 2021
captainzmc
left a comment
Member
There was a problem hiding this comment.
LGTM Overall. After the CI problem is resolved, we can merge this.
added 4 commits
November 18, 2021 03:48
…pi in ofs and o3fs (cherry picked from commit d0e9c0acebc6b18d7d2d389e0663278d55298722)
captainzmc pushed a commit
that referenced
this pull request
Dec 20, 2021
…api in ofs and o3fs. (#2770)
szetszwo pushed a commit
that referenced
this pull request
Dec 30, 2021
…api in ofs and o3fs. (#2770)
szetszwo pushed a commit
that referenced
this pull request
Jan 20, 2022
…api in ofs and o3fs. (#2770)
captainzmc pushed a commit
that referenced
this pull request
Feb 9, 2022
…api in ofs and o3fs. (#2770)
szetszwo pushed a commit
that referenced
this pull request
Feb 16, 2022
…api in ofs and o3fs. (#2770)
szetszwo pushed a commit
that referenced
this pull request
Mar 15, 2022
…api in ofs and o3fs. (#2770)
szetszwo pushed a commit
that referenced
this pull request
Mar 24, 2022
…api in ofs and o3fs. (#2770)
szetszwo pushed a commit
to szetszwo/ozone
that referenced
this pull request
May 6, 2022
…api in ofs and o3fs. (apache#2770)
szetszwo pushed a commit
that referenced
this pull request
May 13, 2022
…api in ofs and o3fs. (#2770)
szetszwo pushed a commit
that referenced
this pull request
May 24, 2022
…api in ofs and o3fs. (#2770)
captainzmc pushed a commit
to captainzmc/hadoop-ozone
that referenced
this pull request
Jul 4, 2022
…api in ofs and o3fs. (apache#2770)
nishitpatira pushed a commit
to nishitpatira/ozone
that referenced
this pull request
Dec 16, 2022
…api in ofs and o3fs. (apache#2770) (cherry picked from commit d81ca2a)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Add option to write files via streaming api in ofs and o3fs
What is the link to the Apache JIRA
https://issues.apache.org/jira/browse/HDDS-5743
How was this patch tested?
Existing FS tests. Streaming flag is set to true in branch HDDS-4454.