Skip to content
This repository was archived by the owner on Jan 30, 2020. It is now read-only.
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Change logic of grpc client without calling ClientConn.State() #1672

@dongsupark

Description

@dongsupark

As noted in #1671, we cannot update google.golang.org/grpc to v1.0 or master, because ClientConn.State() is now gone. That's why we must stay with 178b68e2 ("Merge pull request 556 from bradfitz/testcleanup", 2016-02-17) to avoid build errors.

So solution would be to change registry/rpc/rpcregistry.go in fleet to avoid using ClientConn.State(). Though AFAICT it's not trivial to change the logic.

See also etcd-io/etcd#5583

/cc @hectorj2f

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions