Details
-
Bug
-
Status: Open
-
P1
-
Resolution: Unresolved
-
None
-
None
-
None
Description
For example,
Seems like we couldn't startup the expansion service or couldn't connect to it. Heejong Lee can you check ?
state = <grpc._channel._RPCState object at 0x7fb730177ba8>
call = <grpc._cython.cygrpc.SegregatedCall object at 0x7fb730216c08>
with_call = False, deadline = None
def _end_unary_response_blocking(state, call, with_call, deadline):
if state.code is grpc.StatusCode.OK:
if with_call:
rendezvous = _MultiThreadedRendezvous(state, call, None, deadline)
return state.response, rendezvous
else:
return state.response
else:
> raise _InactiveRpcError(state)
E grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with:
E status = StatusCode.UNAVAILABLE
E details = "failed to connect to all addresses"
E debug_error_string = "{"created":"@1644495578.531912291","description":"Failed to pick subchannel","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":3134,"referenced_errors":[
]}"
E >
Attachments
Issue Links
- links to