John Spray
John Spray
@hlinnaka I think it's unlikely we're going to work on this: as long as things basically work on MacOS for developer convenience, there isn't much motivation to do security-oriented stuff...
We now have background layer rolling, so just need to adjust the logic for time-based rolling. Tracking that in https://github.com/neondatabase/neon/issues/7241
Does this mean that we'll need to pause staging deploys to this region while testing the release, or will this region only run releases, and we'll need to use the...
> @bayandin do you know how to make test_forward_compatibility pass? The breakage in forward compatibility is expected The general answer for forward compatibility is to merge+release a change that knows...
Summary of our instance of this issue (https://github.com/neondatabase/neon/issues/7162): - Tokio version 1.36 - So far we've only hit the assertion from a single place in our code: https://github.com/neondatabase/neon/blob/77f3a30440aba4845da3a5203a2764fed4d96648/pageserver/src/tenant/throttle.rs#L146 - We've...
I'm not familiar with these cookbooks, but it could be that it needs updating for 'fs new' (http://ceph.com/docs/master/cephfs/createfs/)
I've modified this to stop using Arcs for the Completion->IoCtx relationship. Originally I wanted Arcs to make it easier to detach Completions and move them around outside the original &IoCtx...
I've just pushed an updated version of this. I haven't worked on it for a few months, but I had some extra code lying around so took the time to...
@dae thanks for the feedback - there were definitely some bugs in that earlier code (including segfaults) that I fixed in the intervening period while testing it under load with...
For the moment, I've added https://github.com/neondatabase/helm-charts/pull/119 to make it clearer that the helm charts don't give a full working system. We can revise that as/when it evolves. I'm leaving this...