Andrew Baptist
Andrew Baptist
It turns on the RUST_MIN_SRV parameter is pretty problematic for a lot of updates. I'm not sure I fully understand the value of trying to keep this "so far" behind....
@nvanbenschoten I can take a look at this. It definitely appears this is a test only change, and I didn't fully understand what was going on with this metric. The...
Can you try running `BenchmarkDistSenderSunnyDay` as well. This is the benchmark focused on just dist_sender. I'll take a bit more of a review of this tomorrow.
This is mostly working now. There are a few issues still open related to it: 1) Observability. We need metrics that show when proxying is happening. (In progress) 2) Changefeeds:...
bors r=erikgrinaker TFTR!
Closing #113720 in favor of this issue. The current situation is that we require manual tuning of the rate, and it causes problems because it is “always” either too slow...
Since we are no longer concerned with the snapshot overhead, we have the option to either increase the concurrency of snapshots or simply increase the default ingestion rate (to something...
I am going to re-open this issue even if we don't deal with it now. As part of closing this we should also resolve #14768 or at a minimum set...
I don't think we need to backport, but at least this change ensures that DIstSender internally retries on partitions. @yuzefovich - Do you have thoughts on whether we should attempt...
Thansk @yuzefovich! I changed the Partitioner error to include rpc error and it works as you described.