CRZbulabula commented on code in PR #16070:
URL: https://github.com/apache/iotdb/pull/16070#discussion_r2244726985
##########
iotdb-core/ainode/ainode/core/ainode.py:
##########
@@ -159,6 +159,7 @@ def _handle_signal(self, signum, frame):
def stop(self):
if not self._stop_event.is_set():
self._stop_event.set()
+ self._rpc_handler._inference_manager.shutdown()
Review Comment:
We'd better shutdown the `rpc_handler` rather than specific service belongs
to the `rpc_handler`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]