mirror of
https://github.com/xcat2/confluent.git
synced 2026-08-28 17:46:42 +00:00
7724a18c43
The exit callback opened the pid file unguarded, so when it was already gone the atexit handler raised FileNotFoundError and python reported an exception ignored in an atexit callback. The removal of the debug socket immediately above is guarded, so this was an oversight rather than an intent. Verified by stopping the service with the pid file deleted first.