Skip to content
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

Add cause to GRPCStatus.descrpition if it is non-nil #1357

Merged
merged 2 commits into from
Feb 9, 2022

Conversation

simonjbeaumont
Copy link
Collaborator

Following on from #1290 and #1356, this adds the cause to the GRPCStatus.description so that it renders usefully in log lines by default.

@simonjbeaumont
Copy link
Collaborator Author

//cc @pahfat

@glbrntt glbrntt added the 🔨 semver/patch No public API change. label Feb 9, 2022
Signed-off-by: Si Beaumont <[email protected]>
@glbrntt glbrntt merged commit 4c9fc36 into grpc:main Feb 9, 2022
bimawa pushed a commit to StreamLayer/grpc-swift that referenced this pull request Jun 17, 2022
glbrntt added a commit to glbrntt/grpc-swift that referenced this pull request Dec 22, 2022
Motivation:

In grpc#1357 we introduced a message frames which coalesces writes into a
single buffer in a write-flush cycle to reduce the number of emitted
DATA frames. This PR adopts those changes for the client.

Modifications:

- Adjust the client state machine to use the coalescing writer

Results:

Small messages are coalesced in a flush cycle within a stream.
glbrntt added a commit to glbrntt/grpc-swift that referenced this pull request Dec 22, 2022
Motivation:

In grpc#1357 we introduced a message frames which coalesces writes into a
single buffer in a write-flush cycle to reduce the number of emitted
DATA frames. This PR adopts those changes for the client.

Modifications:

- Adjust the client state machine to use the coalescing writer

Results:

Small messages are coalesced in a flush cycle within a stream.
Lukasa added a commit that referenced this pull request Jan 4, 2023
Motivation:

In #1357 we introduced a message frames which coalesces writes into a
single buffer in a write-flush cycle to reduce the number of emitted
DATA frames. This PR adopts those changes for the client.

Modifications:

- Adjust the client state machine to use the coalescing writer

Results:

Small messages are coalesced in a flush cycle within a stream.

Co-authored-by: Cory Benfield <[email protected]>
glbrntt added a commit to glbrntt/grpc-swift that referenced this pull request Jan 5, 2023
Motivation:

In grpc#1357 we introduced a message frames which coalesces writes into a
single buffer in a write-flush cycle to reduce the number of emitted
DATA frames. This PR adopts those changes for the server.

Modifications:

- Adjust the server state machine and handler to use the coalescing
  writer

Results:

Small messages are coalesced in a flush cycle within a stream.
Lukasa added a commit that referenced this pull request Jan 5, 2023
Motivation:

In #1357 we introduced a message frames which coalesces writes into a
single buffer in a write-flush cycle to reduce the number of emitted
DATA frames. This PR adopts those changes for the server.

Modifications:

- Adjust the server state machine and handler to use the coalescing
  writer

Results:

Small messages are coalesced in a flush cycle within a stream.

Co-authored-by: Cory Benfield <[email protected]>
WendellXY pushed a commit to sundayfun/grpc-swift that referenced this pull request Aug 24, 2023
Motivation:

In grpc#1357 we introduced a message frames which coalesces writes into a
single buffer in a write-flush cycle to reduce the number of emitted
DATA frames. This PR adopts those changes for the client.

Modifications:

- Adjust the client state machine to use the coalescing writer

Results:

Small messages are coalesced in a flush cycle within a stream.

Co-authored-by: Cory Benfield <[email protected]>
WendellXY pushed a commit to sundayfun/grpc-swift that referenced this pull request Aug 24, 2023
Motivation:

In grpc#1357 we introduced a message frames which coalesces writes into a
single buffer in a write-flush cycle to reduce the number of emitted
DATA frames. This PR adopts those changes for the server.

Modifications:

- Adjust the server state machine and handler to use the coalescing
  writer

Results:

Small messages are coalesced in a flush cycle within a stream.

Co-authored-by: Cory Benfield <[email protected]>
pinlin168 pushed a commit to sundayfun/grpc-swift that referenced this pull request Aug 24, 2023
Motivation:

In grpc#1357 we introduced a message frames which coalesces writes into a
single buffer in a write-flush cycle to reduce the number of emitted
DATA frames. This PR adopts those changes for the client.

Modifications:

- Adjust the client state machine to use the coalescing writer

Results:

Small messages are coalesced in a flush cycle within a stream.

Co-authored-by: Cory Benfield <[email protected]>
pinlin168 pushed a commit to sundayfun/grpc-swift that referenced this pull request Aug 24, 2023
Motivation:

In grpc#1357 we introduced a message frames which coalesces writes into a
single buffer in a write-flush cycle to reduce the number of emitted
DATA frames. This PR adopts those changes for the server.

Modifications:

- Adjust the server state machine and handler to use the coalescing
  writer

Results:

Small messages are coalesced in a flush cycle within a stream.

Co-authored-by: Cory Benfield <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants