Actions
Bug #19135
closedBug #19094: Agents are unable to update after a configuration change in the interface
Bug #19111: 2s delay when gracefule reloading
parent fix doesn't work at all
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
Description
Revert parent fix, because we forgot that connections are handled by threads and threads are not preserved by forks.
With the parent fix, cf-serverd still has dangling connections but just doesn't handle them at all.
Actions