View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000426 | bareos-core | director | public | 2015-02-25 09:33 | 2019-12-18 15:25 |
Reporter | slowjack2k | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | open | ||
Platform | Linux | OS | Ubuntu | OS Version | 14.04 |
Product Version | 14.2.2 | ||||
Fixed in Version | 15.2.1 | ||||
Summary | 0000426: No DB-reconnect after connection los | ||||
Description | Hi, When my DB server drops the connection, for instance when automatic updates are installed, bareos stays alive and spams error messages but dont try a reconnect. Errormessage: "ERR=no connection to the server" I would like if bareos can reconnect or die. But stay alive and only send error message ist not good for automatic recovery. For instance when bareos director dies monitoring would try to restart bareos director. regards dieter | ||||
Steps To Reproduce | Shutdown DB-Server and start a new Job. | ||||
Tags | No tags attached. | ||||
related to | 0000631 | closed | arogge_adm | No DB-reconnect after connection lost (again) |
bareos: master 894d61a1 2015-04-07 22:20 Ported: N/A Details Diff |
First attempt at more robust database connectivity. - Allow reconnect of database connection when no transaction is pending. - Allow setting of database connection failure to be fatal e.g. end program. |
Affected Issues 0000426 |
|
mod - src/cats/bdb_dbi.h | Diff File | ||
mod - src/cats/bdb_ingres.h | Diff File | ||
mod - src/cats/bdb_mysql.h | Diff File | ||
mod - src/cats/bdb_postgresql.h | Diff File | ||
mod - src/cats/bdb_priv.h | Diff File | ||
mod - src/cats/bdb_sqlite.h | Diff File | ||
mod - src/cats/cats_backends.c | Diff File | ||
mod - src/cats/cats_backends.h | Diff File | ||
mod - src/cats/dbi.c | Diff File | ||
mod - src/cats/ingres.c | Diff File | ||
mod - src/cats/mysql.c | Diff File | ||
mod - src/cats/postgresql.c | Diff File | ||
mod - src/cats/protos.h | Diff File | ||
mod - src/cats/sql_glue.h | Diff File | ||
mod - src/cats/sql_pooling.c | Diff File | ||
mod - src/cats/sqlite.c | Diff File | ||
mod - src/dird/dird.c | Diff File | ||
mod - src/dird/dird_conf.c | Diff File | ||
mod - src/dird/dird_conf.h | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-02-25 09:33 | slowjack2k | New Issue | |
2015-03-31 10:56 | pstorz | Assigned To | => pstorz |
2015-03-31 10:56 | pstorz | Status | new => acknowledged |
2015-03-31 14:57 | pstorz | Assigned To | pstorz => |
2015-03-31 15:03 | mvwieringen | Severity | major => minor |
2015-11-06 10:07 | mvwieringen | Changeset attached | => bareos master 894d61a1 |
2015-11-06 10:08 | mvwieringen | Status | acknowledged => resolved |
2015-11-06 10:08 | mvwieringen | Fixed in Version | => 15.2.1 |
2016-03-29 13:14 | joergs | Relationship added | related to 0000631 |
2019-12-18 15:25 | arogge | Status | resolved => closed |