Werk #2328: Fix sporadic error "Connection reset by peer" when reloading Event Console
Component | Event Console | ||
Title | Fix sporadic error "Connection reset by peer" when reloading Event Console | ||
Date | Jun 12, 2015 | ||
Level | Prominent Change | ||
Class | Bug Fix | ||
Compatibility | Compatible - no manual interaction needed | ||
Checkmk versions & editions |
|
The problem appeared especially when distributing changes with WATO in a distributed setup. The reason was: the reload of the configuration closed and reopened the UNIX socket that is used for sending commands. That way parallel connections would be closed. Now the UNIX socket is only reopened when the configuration parameter Max. number of pending connections to the status socket has changed and a reload is thus neccessary in order to make that change active.