Oleksandr Fedorov
Oleksandr Fedorov
**Describe the bug** Environment variables that contain valid TOML are parsed with [parse_with_toml()](https://github.com/rochacbruno/dynaconf/blob/6c6fda4950a1a403b71503c8940692aeb3725cdf/dynaconf/utils/parse_conf.py#L244) even if it is not desired. **To Reproduce** Steps to reproduce the behavior: The easiest way to...
There are multiple issues with the connection pool: 1. If a `DB` instance was not deleted, its connection will never be returned to the pool. And there is no guarantee...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
Related issue: https://github.com/percona/orchestrator/issues/43 ### Description 1. If `GracefulMasterTakeover` fails, reset `read_only` for master. 2. Introduce `PostUnsuccessfulGracefulTakeoverProcesses` to allow running more sophisticated recovery. 3. Add a related system test.
## The Problem One of the steps of [GracefulMasterTakeover](https://github.com/percona/orchestrator/blob/181f94a02601e71e66c50e54f26c8b52cb5c03bd/go/logic/topology_recovery.go#L2085) is making the `master` instance read-only: https://github.com/percona/orchestrator/blob/181f94a02601e71e66c50e54f26c8b52cb5c03bd/go/logic/topology_recovery.go#L2170-L2173 If the process fails right after that, for example [here](https://github.com/percona/orchestrator/blob/master/go/logic/topology_recovery.go#L2175-L2178), the replicaset will be...
## The Problem The following commit extracts the transport of a RAFT client, and reuses it as the transport of Orchestrator API reverse proxy: Previously, the proxy's transport was `http.DefaultTransport`...