Results

By type

          2022-05-10 02:57:56,847||139764877368096|INFO|component|conductor.common.music.messaging.component: [-] Message 81f3e6bc-b9fe-46fd-a71a-37a4f72d6c85 method plans_get received
2022-05-10 02:58:08,883||139764877368096|INFO|component|conductor.common.music.messaging.component: [-] Message 81f3e6bc-b9fe-46fd-a71a-37a4f72d6c85 method plans_get, status: completed
2022-05-10 02:58:19,781||139764877368096|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-10 02:59:44,477||139764843420448|INFO|component|conductor.common.music.messaging.component: [-] Message 41d50599-11ce-4272-a11e-e00dfa541966 method plans_get received
2022-05-10 02:59:58,771||139764843420448|INFO|component|conductor.common.music.messaging.component: [-] Message 41d50599-11ce-4272-a11e-e00dfa541966 method plans_get, status: completed
2022-05-10 03:00:14,577||139764843420448|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-10 03:01:46,079||139764881611552|INFO|component|conductor.common.music.messaging.component: [-] Message c4fb294b-c3b3-4324-ab61-ed60567fb682 method plans_get received
2022-05-10 03:02:00,779||139764881611552|INFO|component|conductor.common.music.messaging.component: [-] Message c4fb294b-c3b3-4324-ab61-ed60567fb682 method plans_get, status: completed
2022-05-10 03:02:10,771||139764881611552|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-10 03:03:56,077||139764894747424|INFO|component|conductor.common.music.messaging.component: [-] Message 6691d0be-2424-49dc-a17d-eee5da51487d method plans_get received
2022-05-10 03:04:10,755||139764894747424|INFO|component|conductor.common.music.messaging.component: [-] Message 6691d0be-2424-49dc-a17d-eee5da51487d method plans_get, status: completed
2022-05-10 03:04:18,074||139764894747424|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-10 03:05:49,973||139764839176992|INFO|component|conductor.common.music.messaging.component: [-] Message 19d74c80-e4f2-451e-b5ad-356bf7e5094a method plans_get received
2022-05-10 03:06:04,946||139764839176992|INFO|component|conductor.common.music.messaging.component: [-] Message 19d74c80-e4f2-451e-b5ad-356bf7e5094a method plans_get, status: completed
2022-05-10 03:06:16,272||139764839176992|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-10 03:07:13,473||139764824062752|INFO|component|conductor.common.music.messaging.component: [-] Message 7b8f2be5-08ee-47c9-82d0-5506b4a520df method plans_get received
2022-05-10 03:07:22,780||139764824062752|INFO|component|conductor.common.music.messaging.component: [-] Message 7b8f2be5-08ee-47c9-82d0-5506b4a520df method plans_get, status: completed
2022-05-10 03:07:33,577||139764824062752|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-10 03:12:43,175||139764883733280|INFO|component|conductor.common.music.messaging.component: [-] Message 189f152e-829a-4e3c-b92a-0e9bae08327c method plans_get received
2022-05-10 03:12:58,075||139764883733280|INFO|component|conductor.common.music.messaging.component: [-] Message 189f152e-829a-4e3c-b92a-0e9bae08327c method plans_get, status: completed
2022-05-10 03:13:08,186||139764883733280|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS
2022-05-10 03:48:55,249||139764896869152|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":"@1652154535.247846534","description":"Error received from peer ipv4:10.233.68.89: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-10 03:48:55,277||139764898990880|INFO|_service_manager|cotyledon._service_manager: [-] Child 166 exited with status 2