Results

By type

          2022-04-17 02:25:38,243||140148051720992|ERROR|_utils|cotyledon._utils: [-] Unhandled exception
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":"@1650162338.241726534","description":"Error received from peer ipv4:10.233.76.244: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/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception
    yield
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run
    self.run()
  File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run
    fut.result()
  File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result
    return self.__get_result()
  File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result
    raise self._exception
  File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/opt/has/conductor/conductor/controller/translator_svc.py", line 202, in __check_for_templates
    translating_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATING)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 87, in get_plan_by_col
    rows = db_backend.DB_API.row_read(
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 136, in row_read
    return self.get_values_prefix(key_prefix, pk_name, pk_value)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 82, in get_values_prefix
    for kv in self.get_client().get_prefix(key_prefix)}
  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
2022-04-17 02:25:38,259||140148053842720|INFO|_service_manager|cotyledon._service_manager: [-] Child 189 exited with status 2
2022-04-17 02:55:00,538||140148051720992|ERROR|_utils|cotyledon._utils: [-] Unhandled exception
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":"@1650164100.536519140","description":"Error received from peer ipv4:10.233.76.244: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/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception
    yield
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run
    self.run()
  File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run
    fut.result()
  File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result
    return self.__get_result()
  File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result
    raise self._exception
  File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/opt/has/conductor/conductor/controller/translator_svc.py", line 202, in __check_for_templates
    translating_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATING)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 87, in get_plan_by_col
    rows = db_backend.DB_API.row_read(
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 130, in row_read
    schema = self.get_value(f'{keyspace}/{table}')
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 75, in get_value
    raw_value = self.get_raw_value(key)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 72, in get_raw_value
    return self.get_client().get(key)[0]
  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
2022-04-17 02:55:00,552||140148053842720|INFO|_service_manager|cotyledon._service_manager: [-] Child 8798 exited with status 2
2022-04-17 02:58:23,642||140148051720992|ERROR|_utils|cotyledon._utils: [-] Unhandled exception
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":"@1650164303.641243765","description":"Error received from peer ipv4:10.233.76.244: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/lib/python3.9/site-packages/cotyledon/_utils.py", line 95, in exit_on_exception
    yield
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 139, in _run
    self.run()
  File "/opt/has/conductor/conductor/controller/translator_svc.py", line 256, in run
    fut.result()
  File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 440, in result
    return self.__get_result()
  File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 389, in __get_result
    raise self._exception
  File "/usr/local/lib/python3.9/site-packages/futurist/_utils.py", line 49, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/opt/has/conductor/conductor/controller/translator_svc.py", line 202, in __check_for_templates
    translating_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATING)
  File "/opt/has/conductor/conductor/common/music/model/search.py", line 87, in get_plan_by_col
    rows = db_backend.DB_API.row_read(
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 136, in row_read
    return self.get_values_prefix(key_prefix, pk_name, pk_value)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 82, in get_values_prefix
    for kv in self.get_client().get_prefix(key_prefix)}
  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
2022-04-17 02:58:23,654||140148053842720|INFO|_service_manager|cotyledon._service_manager: [-] Child 14009 exited with status 2
2022-04-17 03:00:40,428||140148050660128|INFO|component|conductor.common.music.messaging.component: [-] Message 02056b1b-9775-4713-bb3e-7600a0251241 method plans_get received
2022-04-17 03:00:46,739||140148050660128|INFO|component|conductor.common.music.messaging.component: [-] Message 02056b1b-9775-4713-bb3e-7600a0251241 method plans_get, status: completed
2022-04-17 03:00:50,337||140148050660128|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-17 03:02:09,539||140147998415648|INFO|component|conductor.common.music.messaging.component: [-] Message 8da2cf0e-e750-4061-9a03-45a126a03be8 method plans_get received
2022-04-17 03:02:17,240||140147998415648|INFO|component|conductor.common.music.messaging.component: [-] Message 8da2cf0e-e750-4061-9a03-45a126a03be8 method plans_get, status: completed
2022-04-17 03:02:22,843||140147998415648|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-17 03:03:59,441||140148042173216|INFO|component|conductor.common.music.messaging.component: [-] Message 6038d14d-59d4-4109-ac6c-5eb46c8606cc method plans_get received
2022-04-17 03:04:03,908||140148042173216|INFO|component|conductor.common.music.messaging.component: [-] Message 6038d14d-59d4-4109-ac6c-5eb46c8606cc method plans_get, status: completed
2022-04-17 03:04:08,153||140148042173216|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-17 03:04:22,643||140148025998112|INFO|component|conductor.common.music.messaging.component: [-] Message 6071ba29-412e-4a7e-9b80-b86c96e412e5 method plans_get received
2022-04-17 03:04:28,345||140148025998112|INFO|component|conductor.common.music.messaging.component: [-] Message 6071ba29-412e-4a7e-9b80-b86c96e412e5 method plans_get, status: completed
2022-04-17 03:04:38,339||140148025998112|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-17 03:05:39,914||140147994172192|INFO|component|conductor.common.music.messaging.component: [-] Message 12f8a1b8-dfbc-4b5d-840b-f289ecde103a method plans_get received
2022-04-17 03:05:58,345||140147994172192|INFO|component|conductor.common.music.messaging.component: [-] Message 12f8a1b8-dfbc-4b5d-840b-f289ecde103a method plans_get, status: completed
2022-04-17 03:06:05,518||140147994172192|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-17 03:07:28,440||140147978259232|INFO|component|conductor.common.music.messaging.component: [-] Message c6367c92-88e4-49e9-b448-e1bf47dd90be method plans_get received
2022-04-17 03:07:39,911||140147978259232|INFO|component|conductor.common.music.messaging.component: [-] Message c6367c92-88e4-49e9-b448-e1bf47dd90be method plans_get, status: completed
2022-04-17 03:07:48,807||140147978259232|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-17 03:09:49,809||140148028381984|INFO|component|conductor.common.music.messaging.component: [-] Message 171828da-9e7c-4a17-86ac-49bec556f98b method plans_get received
2022-04-17 03:09:53,243||140148028381984|INFO|component|conductor.common.music.messaging.component: [-] Message 171828da-9e7c-4a17-86ac-49bec556f98b method plans_get, status: completed
2022-04-17 03:09:55,636||140148028381984|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-17 03:12:18,141||140147995233056|INFO|component|conductor.common.music.messaging.component: [-] Message a5df2468-8069-4f5b-becd-0a96d1df887c method plans_get received
2022-04-17 03:12:25,219||140147995233056|INFO|component|conductor.common.music.messaging.component: [-] Message a5df2468-8069-4f5b-becd-0a96d1df887c method plans_get, status: completed
2022-04-17 03:12:29,736||140147995233056|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-17 03:14:48,937||140148031564576|INFO|component|conductor.common.music.messaging.component: [-] Message ed752713-9c7a-4f08-8993-d0b37ff6424b method plans_get received
2022-04-17 03:14:57,211||140148031564576|INFO|component|conductor.common.music.messaging.component: [-] Message ed752713-9c7a-4f08-8993-d0b37ff6424b method plans_get, status: completed
2022-04-17 03:15:03,836||140148031564576|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-17 03:21:05,836||140148030503712|INFO|component|conductor.common.music.messaging.component: [-] Message 5107748a-49b0-4cbc-ad84-4e082f49de35 method plans_get received
2022-04-17 03:21:12,342||140148030503712|INFO|component|conductor.common.music.messaging.component: [-] Message 5107748a-49b0-4cbc-ad84-4e082f49de35 method plans_get, status: completed
2022-04-17 03:21:22,048||140148030503712|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS