grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

The Go language implementation of gRPC. HTTP/2 based RPC

Results 594 grpc-go issues
Sort by recently updated
recently updated
newest added

RELEASE NOTES: None

Type: Meta

Fixes #7631 As the issue states, `mem.NewBuffer` would not pool buffers with a length below the pooling threshold but whose capacity is actually larger than the pooling threshold. This can...

Type: Bug

### What version of gRPC are you using? v1.65.0 works, 1.66.2/1.67.0 cause most gRPC xDS based requests to fail with error ``` rpc error: code = Unavailable desc = xds:...

Type: Bug
Status: Blocked
Area: xDS

Example failure: https://github.com/grpc/grpc-go/actions/runs/11253051356/job/31287507377?pr=7498 Logs ``` --- FAIL: Test/ServerSideXDS_RedundantUpdateSuppression (0.08s) setup.go:45: Created new snapshot cache... tlogger.go:116: INFO server.go:684 [core] [Server #1427]Server created (t=+390.751µs) setup.go:45: Registered Aggregated Discovery Service (ADS)... setup.go:45: xDS...

P2
Type: Bug
Area: xDS

When looking into the generic stream interface documentation, I noticed a couple _potential_ bugs in our code through inspection: 1. Client should ensure a cardinality violation error is returned for...

Status: Help Wanted
Type: Testing
Area: RPC Features

We should add a test in `vet.sh` to confirm that the dependencies of grpc don't change without our noticing (i.e. vet should fail if they don't match the current list)....

Type: Testing
Area: Testing

### What version of gRPC are you using? v1.62.0 and higher ### What version of Go are you using (`go version`)? go version go1.23.1 darwin/arm64 ### What operating system (Linux,...

Type: Bug
Area: RPC Features

Existing LRS tests are being moved to `xdsclient/tests` package and are being made e2e style as part of this PR: https://github.com/grpc/grpc-go/pull/7694 We could add one more test to the above...

P2
Type: Testing
Area: xDS

There is a GitHub workflow configured to run buffer leak detection: https://github.com/grpc/grpc-go/blob/e7a8097342e07dbfa093589eed67a8e0d6558423/.github/workflows/testing.yml#L58-L61 Here is the build tag that enabled the buffer leak detection: https://github.com/grpc/grpc-go/blob/e7a8097342e07dbfa093589eed67a8e0d6558423/internal/leakcheck/leakcheck_enabled.go#L1 The workflow is using the tag...

Type: Testing
Area: Testing