csi-driver-nfs/vendor/google.golang.org/grpc
andyzhangx 9cf4719a97 chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
..
attributes Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
backoff Update k8s.io/kubernetes to use v1.18.0 2020-11-02 20:33:59 +05:30
balancer Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
binarylog/grpc_binarylog_v1 Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
codes Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
connectivity Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
credentials Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
encoding Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
grpclog Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
internal chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
keepalive update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
metadata chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
peer update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
resolver Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
serviceconfig Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
stats chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
status Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
tap Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
AUTHORS Add vendor dependencies 2019-02-07 14:49:15 +05:30
CODE-OF-CONDUCT.md Update k8s.io/kubernetes to use v1.18.0 2020-11-02 20:33:59 +05:30
CONTRIBUTING.md Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
GOVERNANCE.md Update k8s.io/kubernetes to use v1.18.0 2020-11-02 20:33:59 +05:30
LICENSE Add vendor dependencies 2019-02-07 14:49:15 +05:30
MAINTAINERS.md Update k8s.io/kubernetes to use v1.18.0 2020-11-02 20:33:59 +05:30
Makefile Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
README.md chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
SECURITY.md Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
backoff.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
balancer_conn_wrappers.go chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
call.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00
clientconn.go chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
codec.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
codegen.sh Update vendor from go modules 2020-02-02 15:55:23 +01:00
dialoptions.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
doc.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
go.mod chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
go.sum chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
install_gae.sh Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
interceptor.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
picker_wrapper.go chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
pickfirst.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
preloader.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
regenerate.sh Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
resolver_conn_wrapper.go chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
rpc_util.go chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
server.go chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
service_config.go Bump k8s to v.0.22.3 2021-11-15 14:59:23 +01:00
stream.go chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
trace.go Update vendor to k8s 1.19 and csi-lib-utils to 0.9.0 2020-11-30 18:23:47 -08:00
version.go chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00
vet.sh chore: upgrade to k8s 1.23 lib 2021-12-31 07:40:41 +00:00

README.md

gRPC-Go

Build Status GoDoc GoReportCard

The Go implementation of gRPC: A high performance, open source, general RPC framework that puts mobile and HTTP/2 first. For more information see the Go gRPC docs, or jump directly into the quick start.

Prerequisites

Installation

With Go module support (Go 1.11+), simply add the following import

import "google.golang.org/grpc"

to your code, and then go [build|run|test] will automatically fetch the necessary dependencies.

Otherwise, to install the grpc-go package, run the following command:

$ go get -u google.golang.org/grpc

Note: If you are trying to access grpc-go from China, see the FAQ below.

Learn more

FAQ

I/O Timeout Errors

The golang.org domain may be blocked from some countries. go get usually produces an error like the following when this happens:

$ go get -u google.golang.org/grpc
package google.golang.org/grpc: unrecognized import path "google.golang.org/grpc" (https fetch: Get https://google.golang.org/grpc?go-get=1: dial tcp 216.239.37.1:443: i/o timeout)

To build Go code, there are several options:

  • Set up a VPN and access google.golang.org through that.

  • Without Go module support: git clone the repo manually:

    git clone https://github.com/grpc/grpc-go.git $GOPATH/src/google.golang.org/grpc
    

    You will need to do the same for all of grpc's dependencies in golang.org, e.g. golang.org/x/net.

  • With Go module support: it is possible to use the replace feature of go mod to create aliases for golang.org packages. In your project's directory:

    go mod edit -replace=google.golang.org/grpc=github.com/grpc/grpc-go@latest
    go mod tidy
    go mod vendor
    go build -mod=vendor
    

    Again, this will need to be done for all transitive dependencies hosted on golang.org as well. For details, refer to golang/go issue #28652.

Compiling error, undefined: grpc.SupportPackageIsVersion

If you are using Go modules:

Ensure your gRPC-Go version is required at the appropriate version in the same module containing the generated .pb.go files. For example, SupportPackageIsVersion6 needs v1.27.0, so in your go.mod file:

module <your module name>

require (
    google.golang.org/grpc v1.27.0
)

If you are not using Go modules:

Update the proto package, gRPC package, and rebuild the .proto files:

go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
go get -u google.golang.org/grpc
protoc --go_out=plugins=grpc:. *.proto

How to turn on logging

The default logger is controlled by environment variables. Turn everything on like this:

$ export GRPC_GO_LOG_VERBOSITY_LEVEL=99
$ export GRPC_GO_LOG_SEVERITY_LEVEL=info

The RPC failed with error "code = Unavailable desc = transport is closing"

This error means the connection the RPC is using was closed, and there are many possible reasons, including:

  1. mis-configured transport credentials, connection failed on handshaking
  2. bytes disrupted, possibly by a proxy in between
  3. server shutdown
  4. Keepalive parameters caused connection shutdown, for example if you have configured your server to terminate connections regularly to trigger DNS lookups. If this is the case, you may want to increase your MaxConnectionAgeGrace, to allow longer RPC calls to finish.

It can be tricky to debug this because the error happens on the client side but the root cause of the connection being closed is on the server side. Turn on logging on both client and server, and see if there are any transport errors.