By type
2021-12-10 02:39:12,315||139932421794592|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":"@1639103952.313919407","description":"Error received from peer ipv4:10.233.73.151: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/common/music/messaging/component.py", line 477, 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/common/music/messaging/component.py", line 334, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 341, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 80, in all rows = db_backend.DB_API.row_read(**kwargs) 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 2021-12-10 02:39:12,326||139932423916320|INFO|_service_manager|cotyledon._service_manager: [-] Child 197 exited with status 2 2021-12-10 02:54:26,251||139932421794592|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":"@1639104866.250172598","description":"Error received from peer ipv4:10.233.68.223: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/common/music/messaging/component.py", line 477, 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/common/music/messaging/component.py", line 334, in __check_for_messages self._do() File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 341, in _do msgs = self.RPC.query.all() File "/opt/has/conductor/conductor/common/music/model/search.py", line 80, in all rows = db_backend.DB_API.row_read(**kwargs) 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 2021-12-10 02:54:26,266||139932423916320|INFO|_service_manager|cotyledon._service_manager: [-] Child 1398 exited with status 2 2021-12-10 03:42:10,523||139932348070688|INFO|component|conductor.common.music.messaging.component: [-] Message 318781c5-9bd3-4279-8b69-797b7bcd78a6 method plans_get received 2021-12-10 03:42:20,648||139932348070688|INFO|component|conductor.common.music.messaging.component: [-] Message 318781c5-9bd3-4279-8b69-797b7bcd78a6 method plans_get, status: completed 2021-12-10 03:42:34,550||139932348070688|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS 2021-12-10 03:44:00,653||139932410923808|INFO|component|conductor.common.music.messaging.component: [-] Message c227716b-b282-403c-a6a0-ec287aa799f4 method plans_get received 2021-12-10 03:44:06,454||139932410923808|INFO|component|conductor.common.music.messaging.component: [-] Message c227716b-b282-403c-a6a0-ec287aa799f4 method plans_get, status: completed 2021-12-10 03:44:13,446||139932410923808|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS 2021-12-10 03:46:05,221||139932418349856|INFO|component|conductor.common.music.messaging.component: [-] Message 2ed0d1a9-ed39-4e5a-8aee-07c3cc7a9776 method plans_get received 2021-12-10 03:46:13,018||139932418349856|INFO|component|conductor.common.music.messaging.component: [-] Message 2ed0d1a9-ed39-4e5a-8aee-07c3cc7a9776 method plans_get, status: completed 2021-12-10 03:46:20,351||139932418349856|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS 2021-12-10 03:48:06,848||139932418349856|INFO|component|conductor.common.music.messaging.component: [-] Message 3bb762cf-897d-45af-b316-b8a43b6e415d method plans_get received 2021-12-10 03:48:23,748||139932418349856|INFO|component|conductor.common.music.messaging.component: [-] Message 3bb762cf-897d-45af-b316-b8a43b6e415d method plans_get, status: completed 2021-12-10 03:48:28,955||139932418349856|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS 2021-12-10 03:52:27,551||139932343827232|INFO|component|conductor.common.music.messaging.component: [-] Message 1da0316e-f91e-45c6-aa75-4a874a3d432c method plans_get received 2021-12-10 03:52:38,620||139932343827232|INFO|component|conductor.common.music.messaging.component: [-] Message 1da0316e-f91e-45c6-aa75-4a874a3d432c method plans_get, status: completed 2021-12-10 03:52:49,450||139932343827232|INFO|component|conductor.common.music.messaging.component: [-] updating the message status from working to completed, atomic update response from MUSIC SUCCESS