Simone Gotti
Simone Gotti
> Another possible solution could be to use CustomResources for the state. CRD aren't really suited for this king of things, they are for defining custom resources. In stolon we...
@mindw This issue isn't related to the use of a configmap vs lease api. We are using a configmap to store the clusterdata and while we have it also for...
@lawrencejones Thanks for your PR! Overall it LGTM. I'd like to have some integration tests that exercise the use of --wal-dir to check if everything works. For example to test...
@sebasmannem Feel free to open a new PR (PRs can't be moved to another user/org since they're tied to an user/org fork branch)
@kvaps I'll prefer to keep the helm chart in a separate repository since it's not really related to stolon but just one of the many possible ways to deploy stolon...
@idetoile @lawrencejones Using a keeper option will require a keeper restart. Is this ok for you?Another way will be to use a clusterspec option. Alter system will be enabled for...
@keierk01 You quite probably set `log_statement` to `all` (postgres default is none: https://www.postgresql.org/docs/9.4/runtime-config-logging.html#GUC-LOG-STATEMENT). So I don't think we should do something.
@keierk01 Can you please open a Pull Request?
@rearden-steel this PR requires an update/rebase and we have to understand if this will cover also #696. Are you willing to take care of this PR? @lawrencejones @maksm90
@senorita56 this check is used for starting the keeper timer that will mark it as failed after an interval, so it won't affect real usage since if this condition is...