You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
107611: rangefeed: backpressure senders on `EventChanTimeout=0` r=erikgrinaker a=erikgrinaker
**rangefeed: backpressure senders on `EventChanTimeout=0`**
This patch makes rangefeeds backpressure senders instead of disconnecting clients when `EventChanTimeout` is set to 0.
This will be useful for benchmarks, where backpressuring the workload will more accurately measure the overhead of rangefeeds instead of randomly introducing disconnects and catchup scans.
**kvserver: add `COCKROACH_RANGEFEED_SEND_TIMEOUT`**
This patch adds `COCKROACH_RANGEFEED_SEND_TIMEOUT` controlling the rangefeed channel send timeout. This is primarily intended for disabling the timeout entirely in benchmarks, instead backpressuring writers.
Touches cockroachdb#107070.
Epic: none
Release note: None
Co-authored-by: Erik Grinaker <[email protected]>
0 commit comments