func google.golang.org/grpc/internal/channelz.Warningf
14 uses
google.golang.org/grpc/internal/channelz (current package)
logging.go#L67: func Warningf(l grpclog.DepthLoggerV2, id int64, format string, args ...interface{}) {
google.golang.org/grpc
balancer_conn_wrappers.go#L223: channelz.Warningf(logger, acbw.ac.channelzID, "acBalancerWrapper: UpdateAddresses: failed to newAddrConn: %v", err)
clientconn.go#L692: channelz.Warningf(logger, cc.channelzID, "Channel switches to new LB policy %q due to fallback from invalid balancer name", PickFirstBalancerName)
clientconn.go#L1285: channelz.Warningf(logger, ac.channelzID, "grpc: addrConn.createTransport failed to connect to %v. Err: %v. Reconnecting...", addr, err)
clientconn.go#L1293: channelz.Warningf(logger, ac.channelzID, "grpc: addrConn.createTransport failed to connect to %v: didn't receive server preface in time. Reconnecting...", addr)
resolver_conn_wrapper.go#L155: channelz.Warningf(logger, ccr.cc.channelzID, "ccResolverWrapper: reporting error to cc: %v", err)
resolver_conn_wrapper.go#L185: channelz.Warningf(logger, ccr.cc.channelzID, "ccResolverWrapper: error parsing service config: %v", scpr.Err)
server.go#L784: channelz.Warningf(logger, s.channelzID, "grpc: Server.Serve failed to complete security handshake from %q: %v", rawConn.RemoteAddr(), err)
server.go#L1163: channelz.Warningf(logger, s.channelzID, "grpc: Server.processUnaryRPC failed to write status %v", e)
server.go#L1207: channelz.Warningf(logger, s.channelzID, "grpc: Server.processUnaryRPC failed to write status: %v", e)
server.go#L1236: channelz.Warningf(logger, s.channelzID, "grpc: Server.processUnaryRPC failed to write status: %v", e)
server.go#L1504: channelz.Warningf(logger, s.channelzID, "grpc: Server.handleStream failed to write status: %v", err)
server.go#L1545: channelz.Warningf(logger, s.channelzID, "grpc: Server.handleStream failed to write status: %v", err)
stream.go#L529: channelz.Warningf(logger, cs.cc.channelzID, "Server retry pushback specified multiple values (%q); not retrying.", sps)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |