Conrad Ludgate
Conrad Ludgate
We can probably abstract the ArcSlice implementation away from the waker code. This should make it testable with loom as we only depend on `core` and `alloc` once we exclude...
**Is your feature request related to a problem? Please describe.** `TaskTracker` is a great solution for waiting for tasks to shutdown, but there's a race condition if used incorrectly. Take...
1. Adds local-proxy to compute image and vm spec 2. Updates local-proxy config processing, writing PID to a file eagerly 3. Updates compute-ctl to understand local proxy compute spec and...
http based queries in proxy log query errors as "postgres" errors. We see a lot of "column not found" etc. We should distinguish errors from connection startup from the query...
Our docker images for proxy are pretty chunky. It's not currently a problem, but would be good to look into.
Reverts neondatabase/neon#8654 Discussed in slack - postgres sends ParameterStatus messages on startup that should confirm with the client application what timezone is currently configured. So this change should be handled...
I have wild ideas. # Write our own DNS load balancing system. PageServer, for a given tenant, has a set AZ (can change overtime with rebalancing). Compute has a preference...