Arvind Bright

Results 21 issues of Arvind Bright

RELEASE NOTES: * ringhash: fix normalizeWeights in the event of just a weight update

Type: Feature

cc: @yashykt PTAL

bloat/none
per-call-memory/neutral
per-channel-memory/neutral

Follow up from: https://github.com/grpc/grpc-go/pull/7283#issuecomment-2142662503 Go1.22 introduced a new rand package with a lot of improvements. See: [go.dev/blog/randv2](https://go.dev/blog/randv2). We would love to update our usages of math/rand once gRPC-go requires Go...

Status: Help Wanted
P2
Type: Feature

Currently, our gRPC-Go implementation relies on the x/net/http2 package for framing HTTP/2 messages. As part of our effort to create a more specialized and optimized gRPC-Go framer, we need to...

P2
Type: Feature

Fixing parts of https://github.com/grpc/grpc-go/issues/7400. Changes: - install_protoc.sh - rename to `install-protoc.sh` ( following the rest of the file names under scripts/ ) - In order to easily find the start...

Type: Testing

Fixes #7400 @dfawley I went with something that's more along the lines of option no.3 in the issue. Now the deps are installed in a "well-known" directory which is `/tmp/grpc-go-tools`....

Type: Meta

Building stats/otel was broken on its own because this package depends on `grpc/experimental/stats` which is not released yet. Our tests passed because of the replace directive magic. RELEASE NOTES: none

Type: Bug

PR #7571 resolves a bug that was introduced in version 1.66. We need to apply this patch and release a new version to fix the issue. This issue is used...

Type: Meta