-
Notifications
You must be signed in to change notification settings - Fork 237
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
Avoid memcpy in GRPC write path #810
Open
mayanks
wants to merge
1,016
commits into
GoogleCloudDataproc:branch-2.2.x
Choose a base branch
from
mayanks:ms-write-save-memcpy-branch-2xx
base: branch-2.2.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Avoid memcpy in GRPC write path #810
mayanks
wants to merge
1,016
commits into
GoogleCloudDataproc:branch-2.2.x
from
mayanks:ms-write-save-memcpy-branch-2xx
Conversation
This file contains 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
Bumps [junit](https://github.com/junit-team/junit4) from 4.13 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.13.1.md) - [Commits](junit-team/junit4@r4.13...r4.13.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
GoogleCloudDataproc#471) * Revert "Add interceptor to inject remote address to non-ok status discription (GoogleCloudDataproc#441)" This reverts commit 815e773.
* FsBenchmark test to support write tests * updated the implementation to separate write from read benchmark
Add support for tracing GCS Storage API calls This is disabled by default behind <fs.gs.tracelog.enable> flag Co-authored-by: Prashanth Sagar <[email protected]>
This feature removes the Pipe based communication between upstream thread and the upload thread which involved an additional memcopy.
…roc#808) (GoogleCloudDataproc#812) (cherry picked from commit 2a6b063)
…ogleCloudDataproc#809) (GoogleCloudDataproc#813) * Changes to avoid current request cancellation on seek * fixing checkstyle * Fixing checkstyle issues (cherry picked from commit bc44d0c)
…ctGoogleAsyncWriteChannel
…write of first chunk fails
…udDataproc#818) Add bucket information as header
mayanks
force-pushed
the
ms-write-save-memcpy-branch-2xx
branch
from
August 3, 2022 04:18
8b72c82
to
40a0e36
Compare
…connectors into ms-write-save-memcpy-branch-2xx
/gcbrun |
1 similar comment
/gcbrun |
mayanks
force-pushed
the
ms-write-save-memcpy-branch-2xx
branch
from
August 3, 2022 17:33
aa396c0
to
4aaab2b
Compare
Sign up for free
to 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.
No description provided.