Skip to content

Datastore client deadlocks on GetMulti call #794

@ghost

Description

With the latest version of the grpc-go library, client.GetMulti blocks forever.

Digging deeper, https://github.com/grpc/grpc-go/blob/master/clientconn.go#L800 is where it's blocking at. Seems like it's an issue with the grpc library, filing it here since it has an impact on Google Cloud products.

Rolling back the grpc-go library resolves this issue.

Metadata

Metadata

Assignees

Labels

api: datastoreIssues related to the Datastore API.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions