bareos2015: bareos-13.2 1073835c
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
mvwieringen | mvwieringen | bareos-13.2 | 2013-05-04 13:51 | bareos-13.2 71ac15af | Pending |
Affected Issues | 0000053: Tear down of daemons is flawed. | ||||
Changeset | Tear down of daemons is flawed. When one of the servers is teared down in most daemons the thread spawned for handling the bnet_thread_server or the main thread never closes all sockets and releases the workq as most of the time the thread is just shot inflight and as a side effect things get cleaned up. When the process exits resources are released but its not very clean. Fixes 0000053: Tear down of daemons is flawed. |
||||
mod - src/dird/dird.c | Diff File | ||||
mod - src/dird/job.c | Diff File | ||||
mod - src/dird/ua_server.c | Diff File | ||||
mod - src/filed/filed.c | Diff File | ||||
mod - src/lib/bnet_server.c | Diff File | ||||
mod - src/lib/protos.h | Diff File | ||||
mod - src/stored/ndmp_tape.c | Diff File | ||||
mod - src/stored/stored.c | Diff File |