Arseny Sher

Results 57 comments of Arseny Sher

semaphoreci failed at config_test.go:541 in one of the configurations, but I don't think this is related to this pull request -- seems like the database just couldn't restart in 10...

Hi, I will try to look into this in a few days.

Sorry for the quite a delay. I have updated the PR: - Addressed comments above. - Rebased on current master. - Added facility to update keeper priority online (new command...

BTW, when generating docs (gen_commands_doc.sh) I have noticed that it wasn't updated for some lately added keeper options, e.g. pg-advertise-address. I have excluded those from this PR also as I...

(Made a small cleanup just now, used DefaultPriority const and purged obsolete NotSpecifiedPriority const)

One more minor fix/cleanup: forgot to add generated doc for `setkeeperpriority` command and used DefaultPriority const in keeper help. Last CI build failed on Consul and passed all other stores....

Hm, now two builds failed. One of them is exactly as previous: TestKeeperRemovalStolonCtl at ha_test.go:1576. Another is TestForceFailSyncReplStandbyCluster, at ` ha_test.go:1893: expected master "1a1cd8ab" in cluster view` Which means sentinel...

Hi, I actually suspect that just setting `minSynchronousStandbys` to 0 with `maxSynchronousStandbys` set to 1 will do what @saranhada (the topic starter, later opened #410) wished. With this config, -...

Sure. However, `neon_local` doesn't support non-local installation, so you would need to init & run pageserver and safekeepers manually. You can have a look at `.github/ansible/systemd/pageserver|safekeeper.service` for example of running,...

The most simple way would be to set them during pageserver init, e.g. ``` ../target/debug/pageserver --init -D . -c "id=42" -c "pg_distrib_dir='../tmp_install'" --create-tenant 408ba6d9a4d0db1feedabac91e4619d7 --initial-timeline-id 408ba6d9a4d0db1feedabac91e4619d6 ``` Otherwise tenant/timeline have...