mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-30 09:36:41 +00:00
* Fix the issue 'install monitor' exit unexpected (#4582). - add eval block to cover all possible codes which might die in do_installm_service - add more logs in install monitor to record useful inforamtion - add sleep 0.01 to avoid CPU too high - fix the wrong timeout usage (alarm - die) - recover the default INT/TERM singal handler to avoid UDP listener will quick when kill 'install monitor' * Avoid SSL CPU 100% when hit max open file number