Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
speculative workaround for high unclosed connection count between com…
…pute smgr & pageserver (#523) One possible explanation for our high ESTABLISHED connection count between computes and pageserver's page_service.rs is that we kill the VMs before the FIN/RST packets from the `pg_ctl -m stop` leave the VM's kernel. The sleep added in this PR would give them a good chance. Roll this out and observe. Context: https://neondb.slack.com/archives/C036U0GRMRB/p1694427077510779?thread_ts=1694425364.531029&cid=C036U0GRMRB
- Loading branch information