ceph-csi/vendor/google.golang.org/grpc
Huamin Chen e46099a504 reconcile merge
Signed-off-by: Huamin Chen <hchen@redhat.com>
2019-01-15 16:20:41 +00:00
..
.github Fresh dep ensure 2018-11-26 13:23:56 -05:00
balancer reconcile merge 2019-01-15 16:20:41 +00:00
benchmark reconcile merge 2019-01-15 16:20:41 +00:00
binarylog/grpc_binarylog_v1 Fresh dep ensure 2018-11-26 13:23:56 -05:00
channelz reconcile merge 2019-01-15 16:20:41 +00:00
codes vendor update for CSI 0.3.0 2018-07-31 14:53:26 +02:00
connectivity reconcile merge 2019-01-15 16:20:41 +00:00
credentials reconcile merge 2019-01-15 16:20:41 +00:00
Documentation reconcile merge 2019-01-15 16:20:41 +00:00
encoding reconcile merge 2019-01-15 16:20:41 +00:00
examples reconcile merge 2019-01-15 16:20:41 +00:00
grpclog vendor update for CSI 0.3.0 2018-07-31 14:53:26 +02:00
health reconcile merge 2019-01-15 16:20:41 +00:00
internal reconcile merge 2019-01-15 16:20:41 +00:00
interop reconcile merge 2019-01-15 16:20:41 +00:00
keepalive Fresh dep ensure 2018-11-26 13:23:56 -05:00
metadata reconcile merge 2019-01-15 16:20:41 +00:00
naming reconcile merge 2019-01-15 16:20:41 +00:00
peer reconcile merge 2019-01-15 16:20:41 +00:00
reflection reconcile merge 2019-01-15 16:20:41 +00:00
resolver reconcile merge 2019-01-15 16:20:41 +00:00
stats reconcile merge 2019-01-15 16:20:41 +00:00
status reconcile merge 2019-01-15 16:20:41 +00:00
stress reconcile merge 2019-01-15 16:20:41 +00:00
tap reconcile merge 2019-01-15 16:20:41 +00:00
test reconcile merge 2019-01-15 16:20:41 +00:00
testdata Fresh dep ensure 2018-11-26 13:23:56 -05:00
.travis.yml reconcile merge 2019-01-15 16:20:41 +00:00
AUTHORS vendor files 2018-01-10 13:42:26 -05:00
backoff.go vendor update for CSI 0.3.0 2018-07-31 14:53:26 +02:00
balancer_conn_wrappers.go reconcile merge 2019-01-15 16:20:41 +00:00
balancer_switching_test.go reconcile merge 2019-01-15 16:20:41 +00:00
balancer_test.go reconcile merge 2019-01-15 16:20:41 +00:00
balancer_v1_wrapper.go reconcile merge 2019-01-15 16:20:41 +00:00
balancer.go reconcile merge 2019-01-15 16:20:41 +00:00
call_test.go reconcile merge 2019-01-15 16:20:41 +00:00
call.go reconcile merge 2019-01-15 16:20:41 +00:00
clientconn_state_transition_test.go reconcile merge 2019-01-15 16:20:41 +00:00
clientconn_test.go reconcile merge 2019-01-15 16:20:41 +00:00
clientconn.go reconcile merge 2019-01-15 16:20:41 +00:00
codec_test.go vendor updates 2018-03-07 11:43:06 -05:00
codec.go vendor updates 2018-03-07 11:43:06 -05:00
codegen.sh vendor files 2018-01-10 13:42:26 -05:00
CONTRIBUTING.md vendor update for CSI 0.3.0 2018-07-31 14:53:26 +02:00
dialoptions.go reconcile merge 2019-01-15 16:20:41 +00:00
doc.go vendor files 2018-01-10 13:42:26 -05:00
go.mod reconcile merge 2019-01-15 16:20:41 +00:00
go.sum reconcile merge 2019-01-15 16:20:41 +00:00
install_gae.sh Fresh dep ensure 2018-11-26 13:23:56 -05:00
interceptor.go reconcile merge 2019-01-15 16:20:41 +00:00
LICENSE vendor files 2018-01-10 13:42:26 -05:00
Makefile Fresh dep ensure 2018-11-26 13:23:56 -05:00
picker_wrapper_test.go reconcile merge 2019-01-15 16:20:41 +00:00
picker_wrapper.go reconcile merge 2019-01-15 16:20:41 +00:00
pickfirst_test.go reconcile merge 2019-01-15 16:20:41 +00:00
pickfirst.go reconcile merge 2019-01-15 16:20:41 +00:00
proxy_test.go reconcile merge 2019-01-15 16:20:41 +00:00
proxy.go reconcile merge 2019-01-15 16:20:41 +00:00
README.md reconcile merge 2019-01-15 16:20:41 +00:00
resolver_conn_wrapper_test.go Fresh dep ensure 2018-11-26 13:23:56 -05:00
resolver_conn_wrapper.go reconcile merge 2019-01-15 16:20:41 +00:00
rpc_util_test.go Fresh dep ensure 2018-11-26 13:23:56 -05:00
rpc_util.go reconcile merge 2019-01-15 16:20:41 +00:00
server_test.go reconcile merge 2019-01-15 16:20:41 +00:00
server.go reconcile merge 2019-01-15 16:20:41 +00:00
service_config_test.go vendor files 2018-01-10 13:42:26 -05:00
service_config.go reconcile merge 2019-01-15 16:20:41 +00:00
stream.go reconcile merge 2019-01-15 16:20:41 +00:00
trace.go vendor files 2018-01-10 13:42:26 -05:00
version.go reconcile merge 2019-01-15 16:20:41 +00:00
vet.sh reconcile merge 2019-01-15 16:20:41 +00:00

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 gRPC Quick Start: Go guide.

Installation

To install this package, you need to install Go and setup your Go workspace on your computer. The simplest way to install the library is to run:

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

Prerequisites

gRPC-Go requires Go 1.9 or later.

Constraints

The grpc package should only depend on standard Go packages and a small number of exceptions. If your contribution introduces new dependencies which are NOT in the list, you need a discussion with gRPC-Go authors and consultants.

Documentation

See API documentation for package and API descriptions and find examples in the examples directory.

Performance

See the current benchmarks for some of the languages supported in this dashboard.

Status

General Availability Google Cloud Platform Launch Stages.

FAQ

Compiling error, undefined: grpc.SupportPackageIsVersion

Please update 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 the environment variables. Turn everything on by setting:

GRPC_GO_LOG_VERBOSITY_LEVEL=99 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

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.