Created
June 10, 2020 16:21
-
-
Save kelseyhightower/2d7bf31040f7401b1e2474538f78b2b5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INFO: 2020/06/10 09:16:26 [xds-bootstrap] Got bootstrap file location from GRPC_XDS_BOOTSTRAP environment variable: xds-bootstrap.json | |
INFO: 2020/06/10 09:16:26 [xds-bootstrap] Bootstrap content: { | |
"xds_servers": [ | |
{ | |
"server_uri": "trafficdirector.googleapis.com:443", | |
"channel_creds": [ | |
{ | |
"type": "google_default" | |
} | |
] | |
} | |
], | |
"node": { | |
"id": "b7f9c818-fb46-43ca-8662-d3bdbcf7ec18", | |
"metadata": { | |
"TRAFFICDIRECTOR_GCP_PROJECT_NUMBER": "330612842442", | |
"TRAFFICDIRECTOR_NETWORK_NAME": "google-kubernetes-engine" | |
}, | |
"locality": { | |
"zone": "us-west1-a" | |
} | |
} | |
} | |
INFO: 2020/06/10 09:16:26 [xds-bootstrap] Bootstrap config for creating xds-client: &{BalancerName:trafficdirector.googleapis.com:443 Creds:0xc0004aa978 NodeProto:id:"b7f9c818-fb46-43ca-8662-d3bdbcf7ec18" metadata:<fields:<key:"TRAFFICDIRECTOR_GCP_PROJECT_NUMBER" value:<string_value:"330612842442" > > fields:<key:"TRAFFICDIRECTOR_NETWORK_NAME" value:<string_value:"google-kubernetes-engine" > > > locality:<zone:"us-west1-a" > build_version:"gRPC Go 1.29.1" user_agent_name:"gRPC Go" user_agent_version:"1.29.1" client_features:"envoy.lb.does_not_support_overprovisioning" } | |
INFO: 2020/06/10 09:16:26 [xds-resolver 0xc000502400] Creating resolver for target: {Scheme:xds-experimental Authority: Endpoint:calculator:50051} | |
INFO: 2020/06/10 09:16:26 parsed scheme: "" | |
INFO: 2020/06/10 09:16:26 scheme "" not registered, fallback to default scheme | |
INFO: 2020/06/10 09:16:26 ccResolverWrapper: sending update to cc: {[{trafficdirector.googleapis.com:443 <nil> 0 <nil>}] <nil> <nil>} | |
INFO: 2020/06/10 09:16:26 ClientConn switching balancer to "pick_first" | |
INFO: 2020/06/10 09:16:26 Channel switches to new LB policy "pick_first" | |
INFO: 2020/06/10 09:16:26 Subchannel Connectivity change to CONNECTING | |
INFO: 2020/06/10 09:16:26 [xds-client 0xc0002ee240] Created ClientConn to xDS server: trafficdirector.googleapis.com:443 | |
INFO: 2020/06/10 09:16:26 [xds-client 0xc0002ee240] Created | |
INFO: 2020/06/10 09:16:26 [xds-client 0xc0002ee240] Sending ADS request for new watch of type: type.googleapis.com/envoy.api.v2.Listener, resource names: [calculator:50051] | |
INFO: 2020/06/10 09:16:26 [xds-resolver 0xc000502400] Watch started on resource name calculator:50051 with xds-client 0xc0002ee240 | |
INFO: 2020/06/10 09:16:26 pickfirstBalancer: HandleSubConnStateChange: 0xc0003a7250, {CONNECTING <nil>} | |
INFO: 2020/06/10 09:16:26 Subchannel picks a new address "trafficdirector.googleapis.com:443" to connect | |
INFO: 2020/06/10 09:16:26 Channel Connectivity change to CONNECTING | |
INFO: 2020/06/10 09:16:26 Subchannel Connectivity change to READY | |
INFO: 2020/06/10 09:16:26 pickfirstBalancer: HandleSubConnStateChange: 0xc0003a7250, {READY <nil>} | |
INFO: 2020/06/10 09:16:26 Channel Connectivity change to READY | |
INFO: 2020/06/10 09:16:41 [xds-client 0xc0002ee240] xds: client received LDS update: {routeName:}, err: xds: LDS target [calculator:50051] not found, watcher timeout | |
WARNING: 2020/06/10 09:16:41 [xds-resolver 0xc000502400] Watch error on resource calculator:50051 from xds-client 0xc0002ee240, xds: LDS target [calculator:50051] not found, watcher timeout | |
WARNING: 2020/06/10 09:16:41 ccResolverWrapper: reporting error to cc: xds: LDS target [calculator:50051] not found, watcher timeout | |
INFO: 2020/06/10 09:16:41 ClientConn switching balancer to "pick_first" | |
INFO: 2020/06/10 09:16:41 Channel switches to new LB policy "pick_first" | |
INFO: 2020/06/10 09:16:41 Channel Connectivity change to TRANSIENT_FAILURE | |
INFO: 2020/06/10 09:16:41 pickfirstBalancer: ResolverError called with error xds: LDS target [calculator:50051] not found, watcher timeout |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment