Results

By type

          2022-05-31 06:10:16,311||140252919872288|INFO|component|conductor.common.music.messaging.component: [-] Message 7b1e501e-8058-4f4c-85ba-ae645fc6cde0 method plans_get received
2022-05-31 06:10:27,309||140252919872288|INFO|component|conductor.common.music.messaging.component: [-] Message 7b1e501e-8058-4f4c-85ba-ae645fc6cde0 method plans_get, status: completed
2022-05-31 06:10:40,407||140252919872288|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-31 06:12:12,068||140252918811424|INFO|component|conductor.common.music.messaging.component: [-] Message 96ceb89a-5c02-4a26-98aa-46369ea49031 method plans_get received
2022-05-31 06:12:22,079||140252918811424|INFO|component|conductor.common.music.messaging.component: [-] Message 96ceb89a-5c02-4a26-98aa-46369ea49031 method plans_get, status: completed
2022-05-31 06:12:33,305||140252918811424|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-31 06:14:04,305||140252928621344|INFO|component|conductor.common.music.messaging.component: [-] Message f8c229df-bbde-4d7b-b9c6-75ec1e6f0ed8 method plans_get received
2022-05-31 06:14:15,687||140252928621344|INFO|component|conductor.common.music.messaging.component: [-] Message f8c229df-bbde-4d7b-b9c6-75ec1e6f0ed8 method plans_get, status: completed
2022-05-31 06:14:34,008||140252928621344|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-31 06:15:42,562||140252937108256|INFO|component|conductor.common.music.messaging.component: [-] Message 5162afbc-19cc-497d-975a-c1aec697cc9c method plans_get received
2022-05-31 06:15:57,187||140252937108256|INFO|component|conductor.common.music.messaging.component: [-] Message 5162afbc-19cc-497d-975a-c1aec697cc9c method plans_get, status: completed
2022-05-31 06:16:06,311||140252937108256|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-31 06:17:39,011||140252954082080|INFO|component|conductor.common.music.messaging.component: [-] Message 4890ef2f-f4e8-4e70-b8a1-769ba8ed98df method plans_get received
2022-05-31 06:17:42,510||140252954082080|INFO|component|conductor.common.music.messaging.component: [-] Message 4890ef2f-f4e8-4e70-b8a1-769ba8ed98df method plans_get, status: completed
2022-05-31 06:17:53,083||140252954082080|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-31 06:19:49,186||140252907141920|INFO|component|conductor.common.music.messaging.component: [-] Message ce628407-bf30-4baf-81ba-085215eb7524 method plans_get received
2022-05-31 06:19:58,405||140252907141920|INFO|component|conductor.common.music.messaging.component: [-] Message ce628407-bf30-4baf-81ba-085215eb7524 method plans_get, status: completed
2022-05-31 06:20:07,661||140252907141920|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-31 06:22:41,805||140252905020192|INFO|component|conductor.common.music.messaging.component: [-] Message c93cc3ef-a6b1-4f87-85e0-533367e09cac method plans_get received
2022-05-31 06:22:57,189||140252905020192|INFO|component|conductor.common.music.messaging.component: [-] Message c93cc3ef-a6b1-4f87-85e0-533367e09cac method plans_get, status: completed
2022-05-31 06:23:07,307||140252905020192|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-31 06:24:52,879||140252988291872|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":"@1653978292.878290398","description":"Error received from peer ipv4:10.233.68.25:2379","file":"src/core/lib/surface/call.cc","file_line":1063,"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 201, in __check_for_templates
    template_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TEMPLATE)
  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-05-31 06:24:52,893||140252990413600|INFO|_service_manager|cotyledon._service_manager: [-] Child 166 exited with status 2
2022-05-31 06:25:21,709||140252916689696|INFO|component|conductor.common.music.messaging.component: [-] Message 1a29ffcd-2b2b-46a6-ab4d-49dc24f0268e method plans_get received
2022-05-31 06:25:32,806||140252916689696|INFO|component|conductor.common.music.messaging.component: [-] Message 1a29ffcd-2b2b-46a6-ab4d-49dc24f0268e method plans_get, status: completed
2022-05-31 06:25:36,617||140252916689696|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-31 06:30:47,408||140252941351712|INFO|component|conductor.common.music.messaging.component: [-] Message 4600df3e-1cda-439b-9631-bf2880c3b307 method plans_get received
2022-05-31 06:30:56,060||140252941351712|INFO|component|conductor.common.music.messaging.component: [-] Message 4600df3e-1cda-439b-9631-bf2880c3b307 method plans_get, status: completed
2022-05-31 06:31:04,265||140252941351712|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS