bareos: master 9ac53ece
Author | Committer | Branch | Timestamp | Parent | |
---|---|---|---|---|---|
master | 2013-05-04 11:51 | master 8bf3021f | 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/stored/stored.c | Diff File | ||||
mod - src/stored/ndmp_tape.c | Diff File | ||||
mod - src/lib/protos.h | Diff File | ||||
mod - src/lib/bnet_server.c | Diff File | ||||
mod - src/filed/filed.c | Diff File | ||||
mod - src/dird/ua_server.c | Diff File | ||||
mod - src/dird/job.c | Diff File | ||||
mod - src/dird/dird.c | Diff File |