There are many error messages coming inside logs, not sure why its coming. {"caller":"osutil/interrupt_unix.go:64","message":"received signal; shutting down",,"service_id":"etcd","severity":"info","signal":"terminated","timestamp":"2023-05-19T09:39:38.931+02:00","version":"1.2....
So it means that the interpreter (the main one or one of the spawned ones?) sometimes does not detect that it's shutting down and it lets the CommClosedError exception propagate. There's also an else branch (for py <3.5 compatibility, I guess) with a more "handcrafted" setup to detec...
re works the code in mysqld_main() used during shutdown, and in particular: - the performance schema is now shut down _after_ the signal thread is completed, - the performance schema is now shut down _after_ the kill server thread is completed, This code has been tested with running ...