func google.golang.org/grpc/internal/channelz.Warningf
10 uses
google.golang.org/grpc/internal/channelz (current package)
logging.go#L54: func Warningf(l grpclog.DepthLoggerV2, e Entity, format string, args ...any) {
google.golang.org/grpc
balancer_wrapper.go#L197: channelz.Warningf(logger, ccb.cc.channelz, "acBalancerWrapper: NewSubConn: failed to newAddrConn: %v", err)
clientconn.go#L1407: channelz.Warningf(logger, ac.channelz, "grpc: addrConn.createTransport failed to connect to %s. Err: %v", addr, err)
resolver_wrapper.go#L156: channelz.Warningf(logger, ccr.cc.channelz, "ccResolverWrapper: reporting error to cc: %v", err)
server.go#L1390: channelz.Warningf(logger, s.channelz, "grpc: Server.processUnaryRPC failed to write status: %v", e)
server.go#L1445: channelz.Warningf(logger, s.channelz, "grpc: Server.processUnaryRPC failed to write status: %v", e)
server.go#L1485: channelz.Warningf(logger, s.channelz, "grpc: Server.processUnaryRPC failed to write status: %v", e)
server.go#L1810: channelz.Warningf(logger, s.channelz, "grpc: Server.handleStream failed to write status: %v", err)
server.go#L1870: channelz.Warningf(logger, s.channelz, "grpc: Server.handleStream failed to write status: %v", err)
stream.go#L690: channelz.Warningf(logger, cs.cc.channelz, "Server retry pushback specified multiple values (%q); not retrying.", sps)