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

feat: remove gRPC buffer pool flags #894

Merged
merged 2 commits into from
Oct 23, 2024
Merged

feat: remove gRPC buffer pool flags #894

merged 2 commits into from
Oct 23, 2024

Conversation

ijsong
Copy link
Member

@ijsong ijsong commented Oct 21, 2024

This PR removes the following gRPC buffer pool flags:

  • --grpc-server-recv-buffer-pool
  • --grpc-client-recv-buffer-pool

These flags are no longer necessary since gRPC introduced the mem package in
version 1.66.0.

See:

This PR removes the following gRPC buffer pool flags:

- `--grpc-server-recv-buffer-pool`
- `--grpc-client-recv-buffer-pool`

These flags are no longer necessary since gRPC introduced the `mem` package in
version [1.66.0](https://github.com/grpc/grpc-go/releases/tag/v1.66.0).

See:
- https://github.com/grpc/grpc-go/releases/tag/v1.66.0
- grpc/grpc-go#7432
- grpc/grpc-go#7356
Copy link

codecov bot commented Oct 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.89%. Comparing base (eefe607) to head (282bcaa).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #894      +/-   ##
==========================================
- Coverage   68.04%   66.89%   -1.16%     
==========================================
  Files         179      179              
  Lines       17883    21613    +3730     
==========================================
+ Hits        12169    14458    +2289     
- Misses       4944     6386    +1442     
+ Partials      770      769       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ijsong ijsong merged commit 685587a into main Oct 23, 2024
5 checks passed
@ijsong ijsong deleted the rm_buffer_pool_flags branch October 23, 2024 07:14
ijsong added a commit that referenced this pull request Oct 23, 2024
This change follows up on #894. It removes the use of the gRPC buffer pool, an
experimental feature that will soon be changed in gRPC. This PR ensures #889
compiles successfully.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants