Results

By type

          2021-06-11 22:53:32,711||139705915985224|INFO|prometheus_metrics|conductor.common.prometheus_metrics: [-] Prometheus metrics endpoint started at 8001
2021-06-11 23:01:36,295||139705847933728|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":"@1623452496.292631099","description":"Error received from peer ipv4:10.242.159.201:2379","file":"src/core/lib/surface/call.cc","file_line":1067,"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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  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 128, in row_read
    schema = self.get_value(f'{keyspace}/{table}')
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 73, in get_value
    raw_value = self.get_raw_value(key)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 70, in get_raw_value
    return self.get_client().get(key)[0]
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 67, 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-06-11 23:01:36,323||139705850055456|INFO|_service_manager|cotyledon._service_manager: [-] Child 164 exited with status 2
Process Process-2:
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":"@1623452505.278620835","description":"Error received from peer ipv4:10.242.66.24:2379","file":"src/core/lib/surface/call.cc","file_line":1067,"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/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/usr/local/lib/python3.9/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 63, in _bootstrap_process
    target(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 161, in create_and_wait
    sw = cls(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 175, in __init__
    self.service = config.service(worker_id, *args, **kwargs)
  File "/opt/has/conductor/conductor/solver/service.py", line 203, in __init__
    self._init(conf, **kwargs)
  File "/opt/has/conductor/conductor/solver/service.py", line 219, in _init
    self.data_service = self.setup_rpc(conf, "data")
  File "/opt/has/conductor/conductor/solver/service.py", line 271, in setup_rpc
    transport = messaging.get_transport(conf=conf)
  File "/opt/has/conductor/conductor/messaging.py", line 56, in get_transport
    transport.keyspace_create(keyspace=keyspace)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 92, in keyspace_create
    self.get_client().put_if_not_exists(keyspace, "This key is a placeholder for the keyspace".encode())
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 67, 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-06-11 23:01:45,289||139705850055456|INFO|_service_manager|cotyledon._service_manager: [-] Child 2799 exited with status 1
Process Process-3:
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":"@1623452518.359082638","description":"Error received from peer ipv4:10.242.66.24:2379","file":"src/core/lib/surface/call.cc","file_line":1067,"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/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/usr/local/lib/python3.9/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 63, in _bootstrap_process
    target(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 161, in create_and_wait
    sw = cls(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 175, in __init__
    self.service = config.service(worker_id, *args, **kwargs)
  File "/opt/has/conductor/conductor/solver/service.py", line 203, in __init__
    self._init(conf, **kwargs)
  File "/opt/has/conductor/conductor/solver/service.py", line 219, in _init
    self.data_service = self.setup_rpc(conf, "data")
  File "/opt/has/conductor/conductor/solver/service.py", line 271, in setup_rpc
    transport = messaging.get_transport(conf=conf)
  File "/opt/has/conductor/conductor/messaging.py", line 56, in get_transport
    transport.keyspace_create(keyspace=keyspace)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 92, in keyspace_create
    self.get_client().put_if_not_exists(keyspace, "This key is a placeholder for the keyspace".encode())
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 67, 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-06-11 23:01:58,376||139705850055456|INFO|_service_manager|cotyledon._service_manager: [-] Child 2815 exited with status 1
Process Process-4:
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":"@1623452525.412118486","description":"Error received from peer ipv4:10.242.96.165:2379","file":"src/core/lib/surface/call.cc","file_line":1067,"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/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/usr/local/lib/python3.9/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 63, in _bootstrap_process
    target(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 161, in create_and_wait
    sw = cls(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 175, in __init__
    self.service = config.service(worker_id, *args, **kwargs)
  File "/opt/has/conductor/conductor/solver/service.py", line 203, in __init__
    self._init(conf, **kwargs)
  File "/opt/has/conductor/conductor/solver/service.py", line 219, in _init
    self.data_service = self.setup_rpc(conf, "data")
  File "/opt/has/conductor/conductor/solver/service.py", line 271, in setup_rpc
    transport = messaging.get_transport(conf=conf)
  File "/opt/has/conductor/conductor/messaging.py", line 56, in get_transport
    transport.keyspace_create(keyspace=keyspace)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 92, in keyspace_create
    self.get_client().put_if_not_exists(keyspace, "This key is a placeholder for the keyspace".encode())
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 67, 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-06-11 23:02:05,422||139705850055456|INFO|_service_manager|cotyledon._service_manager: [-] Child 2831 exited with status 1
Process Process-5:
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":"@1623452539.425077599","description":"Error received from peer ipv4:10.242.96.165:2379","file":"src/core/lib/surface/call.cc","file_line":1067,"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/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/usr/local/lib/python3.9/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 63, in _bootstrap_process
    target(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 161, in create_and_wait
    sw = cls(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 175, in __init__
    self.service = config.service(worker_id, *args, **kwargs)
  File "/opt/has/conductor/conductor/solver/service.py", line 203, in __init__
    self._init(conf, **kwargs)
  File "/opt/has/conductor/conductor/solver/service.py", line 219, in _init
    self.data_service = self.setup_rpc(conf, "data")
  File "/opt/has/conductor/conductor/solver/service.py", line 271, in setup_rpc
    transport = messaging.get_transport(conf=conf)
  File "/opt/has/conductor/conductor/messaging.py", line 56, in get_transport
    transport.keyspace_create(keyspace=keyspace)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 92, in keyspace_create
    self.get_client().put_if_not_exists(keyspace, "This key is a placeholder for the keyspace".encode())
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 67, 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-06-11 23:02:19,447||139705850055456|INFO|_service_manager|cotyledon._service_manager: [-] Child 2847 exited with status 1
Process Process-6:
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":"@1623452553.425669213","description":"Error received from peer ipv4:10.242.96.165:2379","file":"src/core/lib/surface/call.cc","file_line":1067,"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/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/usr/local/lib/python3.9/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 63, in _bootstrap_process
    target(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 161, in create_and_wait
2021-06-11 23:02:33,462||139705850055456|INFO|_service_manager|cotyledon._service_manager: [-] Child 2864 exited with status 1
    sw = cls(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 175, in __init__
    self.service = config.service(worker_id, *args, **kwargs)
  File "/opt/has/conductor/conductor/solver/service.py", line 203, in __init__
    self._init(conf, **kwargs)
  File "/opt/has/conductor/conductor/solver/service.py", line 219, in _init
    self.data_service = self.setup_rpc(conf, "data")
  File "/opt/has/conductor/conductor/solver/service.py", line 271, in setup_rpc
    transport = messaging.get_transport(conf=conf)
  File "/opt/has/conductor/conductor/messaging.py", line 56, in get_transport
    transport.keyspace_create(keyspace=keyspace)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 92, in keyspace_create
    self.get_client().put_if_not_exists(keyspace, "This key is a placeholder for the keyspace".encode())
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 67, 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
Process Process-7:
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":"@1623452567.437219582","description":"Error received from peer ipv4:10.242.96.165:2379","file":"src/core/lib/surface/call.cc","file_line":1067,"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/multiprocessing/process.py", line 315, in _bootstrap
    self.run()
  File "/usr/local/lib/python3.9/multiprocessing/process.py", line 108, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_utils.py", line 63, in _bootstrap_process
    target(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 161, in create_and_wait
    sw = cls(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/cotyledon/_service.py", line 175, in __init__
    self.service = config.service(worker_id, *args, **kwargs)
  File "/opt/has/conductor/conductor/solver/service.py", line 203, in __init__
    self._init(conf, **kwargs)
  File "/opt/has/conductor/conductor/solver/service.py", line 219, in _init
    self.data_service = self.setup_rpc(conf, "data")
  File "/opt/has/conductor/conductor/solver/service.py", line 271, in setup_rpc
    transport = messaging.get_transport(conf=conf)
  File "/opt/has/conductor/conductor/messaging.py", line 56, in get_transport
    transport.keyspace_create(keyspace=keyspace)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 92, in keyspace_create
    self.get_client().put_if_not_exists(keyspace, "This key is a placeholder for the keyspace".encode())
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 67, 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-06-11 23:02:47,489||139705850055456|INFO|_service_manager|cotyledon._service_manager: [-] Child 2888 exited with status 1
2021-06-12 00:01:25,087||139705847933728|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":"@1623456083.441190560","description":"Error received from peer ipv4:10.242.159.201:2379","file":"src/core/lib/surface/call.cc","file_line":1067,"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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  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 128, in row_read
    schema = self.get_value(f'{keyspace}/{table}')
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 73, in get_value
    raw_value = self.get_raw_value(key)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 70, in get_raw_value
    return self.get_client().get(key)[0]
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 67, 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-06-12 00:01:31,055||139705850055456|INFO|_service_manager|cotyledon._service_manager: [-] Child 2911 exited with status 2
2021-06-12 00:01:53,626||139705847933728|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":"@1623456109.289430955","description":"Error received from peer ipv4:10.242.159.201:2379","file":"src/core/lib/surface/call.cc","file_line":1067,"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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  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 128, in row_read
    schema = self.get_value(f'{keyspace}/{table}')
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 73, in get_value
    raw_value = self.get_raw_value(key)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 70, in get_raw_value
    return self.get_client().get(key)[0]
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 67, 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-06-12 00:01:58,309||139705850055456|INFO|_service_manager|cotyledon._service_manager: [-] Child 21540 exited with status 2
2021-06-12 00:04:15,578||139705847933728|ERROR|_utils|cotyledon._utils: [-] Unhandled exception
Traceback (most recent call last):
  File "/usr/local/lib/python3.9/site-packages/etcd3/client.py", line 46, in handler
    return f(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/etcd3/client.py", line 257, in get_response
    return self.kvstub.Range(
  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":"@1623456255.573459633","description":"Error received from peer ipv4:10.242.159.201:2379","file":"src/core/lib/surface/call.cc","file_line":1067,"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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  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 128, in row_read
    schema = self.get_value(f'{keyspace}/{table}')
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 73, in get_value
    raw_value = self.get_raw_value(key)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 70, in get_raw_value
    return self.get_client().get(key)[0]
  File "/usr/local/lib/python3.9/site-packages/etcd3/client.py", line 283, in get
    range_response = self.get_response(key, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/etcd3/client.py", line 48, in handler
    _translate_exception(exc)
  File "/usr/local/lib/python3.9/site-packages/etcd3/client.py", line 32, in _translate_exception
    raise exception
etcd3.exceptions.ConnectionFailedError: etcd connection failed
2021-06-12 00:04:26,088||139705850055456|INFO|_service_manager|cotyledon._service_manager: [-] Child 21563 exited with status 2
2021-06-12 00:05:31,392||139705847933728|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":"@1623456325.406158125","description":"Error received from peer ipv4:10.242.159.201:2379","file":"src/core/lib/surface/call.cc","file_line":1067,"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/solver/service.py", line 302, in run
    translated_plans = self.Plan.query.get_plan_by_col("status", self.Plan.TRANSLATED)
  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 128, in row_read
    schema = self.get_value(f'{keyspace}/{table}')
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 73, in get_value
    raw_value = self.get_raw_value(key)
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 70, in get_raw_value
    return self.get_client().get(key)[0]
  File "/opt/has/conductor/conductor/common/etcd/api.py", line 67, 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-06-12 00:05:32,830||139705850055456|INFO|_service_manager|cotyledon._service_manager: [-] Child 22221 exited with status 2