Martin Braun

Results 105 issues of Martin Braun

It would be great to have a working playbook that is able to setup a whole CitusDB cluster from scratch. Acceptance criteria: - [ ] Create role to install the...

enhancement

![image](https://user-images.githubusercontent.com/719760/93854128-79be0d80-fcb5-11ea-8a68-04af20991966.png)

- [ ] Check if monitor is properly setup - [ ] Check if pg_hba is properly setup - [ ] Check if pg_ident is properly setup

help wanted

We should update the playbooks to work with Ubuntu 20.04 LTS without dropping support for Ubuntu 18.04 LTS. If there are any required changes, they should be quite minimal.

Currently we only wait until the node is drained. We should investigate whether it is feasible to wait for all stacks to finish being moved over. Wait for all services...

There seems to be an edge case that might happen when the current leader is upgraded to a newer version first, at least an incident that occured today suggests this....

some relevant settings from moby slack: ``` net.ipv4.igmp_max_memberships = 80 # Performance tunning kernel.shmall = 4097152 kernel.shmmax = 8147483648 kernel.shmmni = 8096 kernel.sem = 250 32000 100 128 fs.file-max =...