Skip to content

Latest Release Branch Build Error Due to Using Older Version of GRPC Module #1789

@estliu

Description

@estliu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    contributionThis PR is from a community contributor.first-time-contributorIndicates that the PR was contributed by an external member and is a first-time contributor.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions