Arpad Müller
Arpad Müller
Hmmm so CI is apparently also getting these failures ([link](https://github.com/neondatabase/neon/actions/runs/7555481688/job/20570554517?pr=6155)): ``` Error: dispatch failure Caused by: 0: other 1: connection closed before message completed Stack backtrace: 0: ::from_residual at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/result.rs:1963:27...
Hmmm it [seems to fail](https://github.com/neondatabase/neon/actions/runs/7568314393/job/20609301758?pr=6155) even after 4 tries: ``` RETRY 4/4 [ ] remote_storage::test_real_s3 s3_time_travel_recovery_works TRY 4 FAIL [ 6.153s] remote_storage::test_real_s3 s3_time_travel_recovery_works ``` (with the same "dispatch failure" error)
Merged, follow-ups are in #6478 and #6479.
With the merging of #5912, the pageserver side is feature-complete. However, there is still work left to do, like addressing #6007 or the creation of a python script to hit...
~I'm not sure it is a good idea to replace a Rust dependency with a C one in a component as exposed as the proxy.~ Edit: Reading again, it seems...
> postgres-protocol is a fully Rust library Oh it is indeed, my concern is moot then. I'm still getting familiar to everything, I apologize. > I have direct plans to...
Maybe the RFC could have a section about interaction with WAL DR in the interaction with other features section? WAL DR currently only supports the main branch but with the...
cc @hlinnaka I pushed this with the last published state of #5234 . Have only spent 4-5 hours today rebasing it and adjusting it for the changes that happened since,...
Force pushed to get rid of the stray files
Last week: got PR rebased, polished, reviewed, and addressed reviews. This week: merge the PR, work on analyzing the new compaction's characteristics, reading the literature, and work on followups.