Results

By type

          2022-04-19 02:56:22,370||140350244604704|INFO|component|conductor.common.music.messaging.component: [-] Message 5e56a0fd-ff93-4e59-9c80-2cae3c3c5262 method plans_get received
2022-04-19 02:56:29,560||140350244604704|INFO|component|conductor.common.music.messaging.component: [-] Message 5e56a0fd-ff93-4e59-9c80-2cae3c3c5262 method plans_get, status: completed
2022-04-19 02:56:45,677||140350244604704|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-19 02:58:02,867||140350206008096|INFO|component|conductor.common.music.messaging.component: [-] Message b8b3bc10-6a2b-472b-bb0b-77d93e5e2e0d method plans_get received
2022-04-19 02:58:16,569||140350206008096|INFO|component|conductor.common.music.messaging.component: [-] Message b8b3bc10-6a2b-472b-bb0b-77d93e5e2e0d method plans_get, status: completed
2022-04-19 02:58:27,858||140350206008096|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-19 02:59:40,557||140350239300384|INFO|component|conductor.common.music.messaging.component: [-] Message 692b8de3-bc2d-4600-bccb-b9da752426e0 method plans_get received
2022-04-19 02:59:56,392||140350239300384|INFO|component|conductor.common.music.messaging.component: [-] Message 692b8de3-bc2d-4600-bccb-b9da752426e0 method plans_get, status: completed
2022-04-19 03:00:09,189||140350239300384|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-19 03:01:58,961||140350254152480|INFO|component|conductor.common.music.messaging.component: [-] Message cd0e67a4-de49-45d2-ad54-2151dbd5d262 method plans_get received
2022-04-19 03:02:09,074||140350254152480|INFO|component|conductor.common.music.messaging.component: [-] Message cd0e67a4-de49-45d2-ad54-2151dbd5d262 method plans_get, status: completed
2022-04-19 03:02:17,671||140350254152480|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-19 03:04:59,060||140350213434144|INFO|component|conductor.common.music.messaging.component: [-] Message bd426281-8a6b-4224-8aa4-4ca9f37b7c50 method plans_get received
2022-04-19 03:05:10,570||140350213434144|INFO|component|conductor.common.music.messaging.component: [-] Message bd426281-8a6b-4224-8aa4-4ca9f37b7c50 method plans_get, status: completed
2022-04-19 03:05:18,260||140350213434144|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-19 03:07:33,561||140350214495008|INFO|component|conductor.common.music.messaging.component: [-] Message 9954a9f0-8134-4745-bb5f-275c9df3f3cf method plans_get received
2022-04-19 03:07:42,161||140350214495008|INFO|component|conductor.common.music.messaging.component: [-] Message 9954a9f0-8134-4745-bb5f-275c9df3f3cf method plans_get, status: completed
2022-04-19 03:07:49,501||140350214495008|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-19 03:12:44,759||140350247787296|INFO|component|conductor.common.music.messaging.component: [-] Message 30310fc5-5d12-4900-b9c2-792af9043947 method plans_get received
2022-04-19 03:12:53,674||140350247787296|INFO|component|conductor.common.music.messaging.component: [-] Message 30310fc5-5d12-4900-b9c2-792af9043947 method plans_get, status: completed
2022-04-19 03:13:03,866||140350247787296|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-04-19 03:40:56,271||140350256274208|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":"@1650339656.269495737","description":"Error received from peer ipv4:10.233.76.160: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-19 03:40:56,284||140350258395936|INFO|_service_manager|cotyledon._service_manager: [-] Child 214 exited with status 2