Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HA: Limit max open database connections to
1
Previously, the HA feature was allowed to open `max_connections` database connection in parallel to other Icinga DB components. Meaning, Icinga DB wasn't limited to the configured `max_connections`, but effectively to `2 * max_connections`. Additionally, this masked a serious bug in the `HA#realize()` method, where we start a new transaction after each retry without rolling back in case of an error, leading to connections never being released.
- Loading branch information