2022-07-08 12:10:44,328|None|140420211346208|INFO|service|conductor.reservation.service: [-] plan id: healthcheck [-] Reservation starts, changing the template status from solved to reserving, atomic update response from MUSIC SUCCESS 2022-07-08 12:10:44,329|None|140420211346208|INFO|service|conductor.reservation.service: [-] plan id: healthcheck [-] Plan healthcheck with request id foo is reserving by machine onap-oof-has-reservation-8dddd4c48-fkkl9. Tried to reserve it for 1 times. 2022-07-08 12:10:44,330|None|140420211346208|ERROR|service|conductor.reservation.service: [-] plan id: healthcheck [-] no conductor_solver in translation for Plan healthcheck 2022-07-08 12:10:44,330|None|140420211346208|INFO|service|conductor.reservation.service: [-] plan id: healthcheck [-] Plan healthcheck with request id foo Reservation complete 2022-07-08 12:10:44,859|None|140420211346208|INFO|service|conductor.reservation.service: [-] plan id: healthcheck [-] Reservation is complete, changing the template status from reserving to done, atomic update response from MUSIC SUCCESS E0708 16:03:01.079085056 71368 ev_epollex_linux.cc:515] Error shutting down fd 20. errno: 9 2022-07-08 16:03:01,081|None|140420211346208|ERROR|_utils|cotyledon._utils: [-] plan id: healthcheck [-] 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 = "DNS resolution failed for service: oof-has-etcd.onap:2379" debug_error_string = "{"created":"@1657296181.079201913","description":"Resolver transient failure","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":1324,"referenced_errors":[{"created":"@1657296181.079198854","description":"DNS resolution failed for service: oof-has-etcd.onap:2379","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc","file_line":359,"grpc_status":14,"referenced_errors":[{"created":"@1657296181.079067431","description":"C-ares status is not ARES_SUCCESS qtype=A name=oof-has-etcd.onap is_balancer=0: Timeout while contacting DNS servers","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc","file_line":698}]}]}" > 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/reservation/service.py", line 264, in run solved_plans = self.Plan.query.get_plan_by_col("status", self.Plan.SOLVED) 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-07-08 16:03:01,095||140420213467936|INFO|_service_manager|cotyledon._service_manager: [-] Child 106 exited with status 2 E0708 16:03:04.139268214 71373 ev_epollex_linux.cc:515] Error shutting down fd 20. errno: 9 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 = "DNS resolution failed for service: oof-has-etcd.onap:2379" debug_error_string = "{"created":"@1657296184.139391876","description":"Resolver transient failure","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":1324,"referenced_errors":[{"created":"@1657296184.139389286","description":"DNS resolution failed for service: oof-has-etcd.onap:2379","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc","file_line":359,"grpc_status":14,"referenced_errors":[{"created":"@1657296184.139250489","description":"C-ares status is not ARES_SUCCESS qtype=A name=oof-has-etcd.onap is_balancer=0: Could not contact DNS servers","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc","file_line":698}]}]}" > 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/reservation/service.py", line 115, in __init__ self._init(conf, **kwargs) File "/opt/has/conductor/conductor/reservation/service.py", line 137, in _init self.data_service = self.setup_rpc(conf, "data") File "/opt/has/conductor/conductor/reservation/service.py", line 178, 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 94, 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 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-07-08 16:03:04,149||140420213467936|INFO|_service_manager|cotyledon._service_manager: [-] Child 71369 exited with status 1 E0708 16:03:17.164302202 71390 ev_epollex_linux.cc:515] Error shutting down fd 20. errno: 9 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 = "DNS resolution failed for service: oof-has-etcd.onap:2379" debug_error_string = "{"created":"@1657296197.164931731","description":"Resolver transient failure","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":1324,"referenced_errors":[{"created":"@1657296197.164928343","description":"DNS resolution failed for service: oof-has-etcd.onap:2379","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc","file_line":359,"grpc_status":14,"referenced_errors":[{"created":"@1657296197.164275149","description":"C-ares status is not ARES_SUCCESS qtype=A name=oof-has-etcd.onap is_balancer=0: Timeout while contacting DNS servers","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc","file_line":698}]}]}" > 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/reservation/service.py", line 115, in __init__ self._init(conf, **kwargs) File "/opt/has/conductor/conductor/reservation/service.py", line 137, in _init self.data_service = self.setup_rpc(conf, "data") File "/opt/has/conductor/conductor/reservation/service.py", line 178, 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 94, 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 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-07-08 16:03:17,177||140420213467936|INFO|_service_manager|cotyledon._service_manager: [-] Child 71375 exited with status 1 E0708 16:03:20.193856516 71405 ev_epollex_linux.cc:515] Error shutting down fd 20. errno: 9 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 = "DNS resolution failed for service: oof-has-etcd.onap:2379" debug_error_string = "{"created":"@1657296200.193931311","description":"Resolver transient failure","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":1324,"referenced_errors":[{"created":"@1657296200.193928593","description":"DNS resolution failed for service: oof-has-etcd.onap:2379","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc","file_line":359,"grpc_status":14,"referenced_errors":[{"created":"@1657296200.193839009","description":"C-ares status is not ARES_SUCCESS qtype=A name=oof-has-etcd.onap is_balancer=0: Could not contact DNS servers","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc","file_line":698}]}]}" > 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/reservation/service.py", line 115, in __init__ self._init(conf, **kwargs) File "/opt/has/conductor/conductor/reservation/service.py", line 137, in _init self.data_service = self.setup_rpc(conf, "data") File "/opt/has/conductor/conductor/reservation/service.py", line 178, 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 94, 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 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-07-08 16:03:20,202||140420213467936|INFO|_service_manager|cotyledon._service_manager: [-] Child 71401 exited with status 1 E0708 16:03:23.216687231 71411 ev_epollex_linux.cc:515] Error shutting down fd 20. errno: 9 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 = "DNS resolution failed for service: oof-has-etcd.onap:2379" debug_error_string = "{"created":"@1657296203.216760399","description":"Resolver transient failure","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":1324,"referenced_errors":[{"created":"@1657296203.216758017","description":"DNS resolution failed for service: oof-has-etcd.onap:2379","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc","file_line":359,"grpc_status":14,"referenced_errors":[{"created":"@1657296203.216669266","description":"C-ares status is not ARES_SUCCESS qtype=A name=oof-has-etcd.onap is_balancer=0: Could not contact DNS servers","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc","file_line":698}]}]}" > 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/reservation/service.py", line 115, in __init__ self._init(conf, **kwargs) File "/opt/has/conductor/conductor/reservation/service.py", line 137, in _init self.data_service = self.setup_rpc(conf, "data") File "/opt/has/conductor/conductor/reservation/service.py", line 178, 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 94, 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 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-07-08 16:03:23,227||140420213467936|INFO|_service_manager|cotyledon._service_manager: [-] Child 71407 exited with status 1 E0708 16:03:29.467483039 71431 ev_epollex_linux.cc:515] Error shutting down fd 20. errno: 9 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 = "DNS resolution failed for service: oof-has-etcd.onap:2379" debug_error_string = "{"created":"@1657296209.467575544","description":"Resolver transient failure","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":1324,"referenced_errors":[{"created":"@1657296209.467573079","description":"DNS resolution failed for service: oof-has-etcd.onap:2379","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc","file_line":359,"grpc_status":14,"referenced_errors":[{"created":"@1657296209.467462117","description":"C-ares status is not ARES_SUCCESS qtype=A name=oof-has-etcd.onap is_balancer=0: Could not contact DNS servers","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc","file_line":698}]}]}" > 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/reservation/service.py", line 115, in __init__ self._init(conf, **kwargs) File "/opt/has/conductor/conductor/reservation/service.py", line 137, in _init self.data_service = self.setup_rpc(conf, "data") File "/opt/has/conductor/conductor/reservation/service.py", line 179, in setup_rpc target = music_messaging.Target(topic=topic) File "/opt/has/conductor/conductor/common/music/messaging/component.py", line 102, in __init__ self._topic_class = base.create_dynamic_model( File "/opt/has/conductor/conductor/common/music/model/base.py", line 186, in create_dynamic_model model.table_create() File "/opt/has/conductor/conductor/common/music/model/base.py", line 70, in table_create db_backend.DB_API.table_create(**kwargs) File "/opt/has/conductor/conductor/common/etcd/api.py", line 102, in table_create self.get_client().put_if_not_exists(table_key, table_value) 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-07-08 16:03:29,477||140420213467936|INFO|_service_manager|cotyledon._service_manager: [-] Child 71413 exited with status 1 E0708 16:03:32.492930072 71437 ev_epollex_linux.cc:515] Error shutting down fd 20. errno: 9 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 = "DNS resolution failed for service: oof-has-etcd.onap:2379" debug_error_string = "{"created":"@1657296212.493006196","description":"Resolver transient failure","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":1324,"referenced_errors":[{"created":"@1657296212.493003372","description":"DNS resolution failed for service: oof-has-etcd.onap:2379","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc","file_line":359,"grpc_status":14,"referenced_errors":[{"created":"@1657296212.492910799","description":"C-ares status is not ARES_SUCCESS qtype=A name=oof-has-etcd.onap is_balancer=0: Could not contact DNS servers","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc","file_line":698}]}]}" > 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/reservation/service.py", line 115, in __init__ self._init(conf, **kwargs) File "/opt/has/conductor/conductor/reservation/service.py", line 137, in _init self.data_service = self.setup_rpc(conf, "data") File "/opt/has/conductor/conductor/reservation/service.py", line 178, 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 94, 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 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-07-08 16:03:32,502||140420213467936|INFO|_service_manager|cotyledon._service_manager: [-] Child 71433 exited with status 1 E0708 16:03:35.517890159 71443 ev_epollex_linux.cc:515] Error shutting down fd 20. errno: 9 Process Process-8: 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 = "DNS resolution failed for service: oof-has-etcd.onap:2379" debug_error_string = "{"created":"@1657296215.517964804","description":"Resolver transient failure","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":1324,"referenced_errors":[{"created":"@1657296215.517962051","description":"DNS resolution failed for service: oof-has-etcd.onap:2379","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc","file_line":359,"grpc_status":14,"referenced_errors":[{"created":"@1657296215.517871359","description":"C-ares status is not ARES_SUCCESS qtype=A name=oof-has-etcd.onap is_balancer=0: Could not contact DNS servers","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc","file_line":698}]}]}" > 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/reservation/service.py", line 115, in __init__ self._init(conf, **kwargs) File "/opt/has/conductor/conductor/reservation/service.py", line 137, in _init self.data_service = self.setup_rpc(conf, "data") File "/opt/has/conductor/conductor/reservation/service.py", line 178, 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 94, 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 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-07-08 16:03:35,527||140420213467936|INFO|_service_manager|cotyledon._service_manager: [-] Child 71439 exited with status 1 E0708 16:03:48.542373239 71461 ev_epollex_linux.cc:515] Error shutting down fd 20. errno: 9 Process Process-9: 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 = "DNS resolution failed for service: oof-has-etcd.onap:2379" debug_error_string = "{"created":"@1657296228.542479311","description":"Resolver transient failure","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":1324,"referenced_errors":[{"created":"@1657296228.542465766","description":"DNS resolution failed for service: oof-has-etcd.onap:2379","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc","file_line":359,"grpc_status":14,"referenced_errors":[{"created":"@1657296228.542356335","description":"C-ares status is not ARES_SUCCESS qtype=A name=oof-has-etcd.onap is_balancer=0: Timeout while contacting DNS servers","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc","file_line":698}]}]}" > 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/reservation/service.py", line 115, in __init__ self._init(conf, **kwargs) File "/opt/has/conductor/conductor/reservation/service.py", line 137, in _init self.data_service = self.setup_rpc(conf, "data") File "/opt/has/conductor/conductor/reservation/service.py", line 178, 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 94, 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 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-07-08 16:03:48,551||140420213467936|INFO|_service_manager|cotyledon._service_manager: [-] Child 71456 exited with status 1 E0708 16:03:51.566184302 71476 ev_epollex_linux.cc:515] Error shutting down fd 20. errno: 9 Process Process-10: 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 = "DNS resolution failed for service: oof-has-etcd.onap:2379" debug_error_string = "{"created":"@1657296231.566257362","description":"Resolver transient failure","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":1324,"referenced_errors":[{"created":"@1657296231.566254641","description":"DNS resolution failed for service: oof-has-etcd.onap:2379","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc","file_line":359,"grpc_status":14,"referenced_errors":[{"created":"@1657296231.566165044","description":"C-ares status is not ARES_SUCCESS qtype=A name=oof-has-etcd.onap is_balancer=0: Could not contact DNS servers","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc","file_line":698}]}]}" > 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/reservation/service.py", line 115, in __init__ self._init(conf, **kwargs) File "/opt/has/conductor/conductor/reservation/service.py", line 137, in _init self.data_service = self.setup_rpc(conf, "data") File "/opt/has/conductor/conductor/reservation/service.py", line 178, 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 94, 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 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-07-08 16:03:51,574||140420213467936|INFO|_service_manager|cotyledon._service_manager: [-] Child 71472 exited with status 1 E0708 16:03:54.590122739 71483 ev_epollex_linux.cc:515] Error shutting down fd 20. errno: 9 Process Process-11: 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 = "DNS resolution failed for service: oof-has-etcd.onap:2379" debug_error_string = "{"created":"@1657296234.590195491","description":"Resolver transient failure","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":1324,"referenced_errors":[{"created":"@1657296234.590192846","description":"DNS resolution failed for service: oof-has-etcd.onap:2379","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc","file_line":359,"grpc_status":14,"referenced_errors":[{"created":"@1657296234.590103601","description":"C-ares status is not ARES_SUCCESS qtype=A name=oof-has-etcd.onap is_balancer=0: Could not contact DNS servers","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc","file_line":698}]}]}" > 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/reservation/service.py", line 115, in __init__ self._init(conf, **kwargs) File "/opt/has/conductor/conductor/reservation/service.py", line 137, in _init self.data_service = self.setup_rpc(conf, "data") File "/opt/has/conductor/conductor/reservation/service.py", line 178, 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 94, 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 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-07-08 16:03:54,600||140420213467936|INFO|_service_manager|cotyledon._service_manager: [-] Child 71478 exited with status 1 E0708 16:03:57.617599106 71488 ev_epollex_linux.cc:515] Error shutting down fd 20. errno: 9 Process Process-12: 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 = "DNS resolution failed for service: oof-has-etcd.onap:2379" debug_error_string = "{"created":"@1657296237.617691125","description":"Resolver transient failure","file":"src/core/ext/filters/client_channel/client_channel.cc","file_line":1324,"referenced_errors":[{"created":"@1657296237.617685796","description":"DNS resolution failed for service: oof-has-etcd.onap:2379","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc","file_line":359,"grpc_status":14,"referenced_errors":[{"created":"@1657296237.617579151","description":"C-ares status is not ARES_SUCCESS qtype=A name=oof-has-etcd.onap is_balancer=0: Could not contact DNS servers","file":"src/core/ext/filters/client_channel/resolver/dns/c_ares/grpc_ares_wrapper.cc","file_line":698}]}]}" > 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/reservation/service.py", line 115, in __init__ self._init(conf, **kwargs) File "/opt/has/conductor/conductor/reservation/service.py", line 137, in _init self.data_service = self.setup_rpc(conf, "data") File "/opt/has/conductor/conductor/reservation/service.py", line 178, 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 94, 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 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-07-08 16:03:57,627||140420213467936|INFO|_service_manager|cotyledon._service_manager: [-] Child 71484 exited with status 1