2021-11-07 04:37:59,452||140372234751304|CRITICAL|log|conductor: [-] Unhandled error Traceback (most recent call last): File "/opt/has/conductor/conductor/common/etcd/api.py", line 60, in get_client return etcd3.client(host=self.host, port=self.port, File "/usr/local/lib/python3.9/site-packages/etcd3/client.py", line 1178, in client return Etcd3Client(host=host, File "/usr/local/lib/python3.9/site-packages/etcd3/client.py", line 148, in __init__ resp = self.auth_stub.Authenticate(auth_request, self.timeout) File "/usr/local/lib/python3.9/site-packages/grpc/_channel.py", line 946, in __call__ return _end_unary_response_blocking(state, call, False, None) File "/usr/local/lib/python3.9/site-packages/grpc/_channel.py", line 849, in _end_unary_response_blocking raise _InactiveRpcError(state) grpc._channel._InactiveRpcError: <_InactiveRpcError of RPC that terminated with: status = StatusCode.UNAVAILABLE details = "etcdserver: request timed out" debug_error_string = "{"created":"@1636259879.452019880","description":"Error received from peer ipv4:10.233.76.236:2379","file":"src/core/lib/surface/call.cc","file_line":1069,"grpc_message":"etcdserver: request timed out","grpc_status":14}" > During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/conductor-reservation", line 10, in sys.exit(main()) File "/opt/has/conductor/conductor/cmd/reservation.py", line 26, in main reservation_service = reservation.ReservationServiceLauncher(conf=conf) File "/opt/has/conductor/conductor/reservation/service.py", line 82, in __init__ self.music.keyspace_create(keyspace=conf.keyspace) File "/opt/has/conductor/conductor/common/etcd/api.py", line 94, in keyspace_create self.get_client().put_if_not_exists(keyspace, "This key is a placeholder for the keyspace".encode()) File "/opt/has/conductor/conductor/common/etcd/api.py", line 69, in get_client raise EtcdClientException("Failed to establish connection with ETCD. GRPC {}".format(rpc_error.code())) conductor.common.etcd.utils.EtcdClientException: Failed to establish connection with ETCD. GRPC StatusCode.UNAVAILABLE