-
Notifications
You must be signed in to change notification settings - Fork 252
Open
Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.
Description
Hi, I have noticed the latest master/ tidb release branch have been using an older version of grpc module google.golang.org/grpc and specifically, this older version was using a function that was removed in the latest grpc module and causing build errors
Error: /home/runner/go/pkg/mod/github.com/tikv/client-go/[email protected]/internal/client/conn_pool.go:145:37: undefined: experimental.WithRecvBufferPool
Error: /home/runner/go/pkg/mod/github.com/tikv/client-go/[email protected]/internal/client/conn_pool.go:145:61: undefined: grpc.NewSharedBufferPool
Error: Process completed with exit code 1.
I have made one example change in #1792
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
contributionThis PR is from a community contributor.This PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.Indicates that the PR was contributed by an external member and is a first-time contributor.