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
148241: kvserver: enable kv.rangefeed.buffered_sender.enabled by default r=stevendanna a=wenyihu6
This patch enables kv.rangefeed.buffered_sender.enabled by default. We've gained
confidence in the feature through scale testing and enabling it metamorphically
since v25.2. We also currently don't believe enabling this feature would cause
any performance regressions or negative impact.
Epic: none
Release note: none
148698: changefeedccl: add cluster setting for changefeed max retry backoff r=rharding6373 a=rharding6373
When changefeeds enter a high-level retry loop, e.g. as part of a rolling restart, there is an exponential backoff applied. The default max backoff was 10m, but due to considerations in #146448 a lower 1m max was considered for some rolling restart cases. This PR makes the max backoff configurable via the non-pubic cluster setting changefeed.max_retry_backoff, so that most users can keep the old setting of 10m, which is better for degenerate scenarios when changefeeds might try to retry frequently due to cluster instability. It also adds a separate cluster setting, changefeed.retry_backoff_reset, which is the amount of time between retries before the backoff timer resets. Both settings have a default of 10m.
Epic: none
Fixes: #148467
Release note: None
148756: roachtest: adding defensive code in ceph/reef test r=sravotto a=sravotto
We have seen sporadic failures in the ceph tests, due to failures in creating users in the ceph object gateway.
To address this we are adding code to check that the gateway is up by submitting a read only request, before attempting to add the user.
Epic: none
Fixes: #148731
Release note: None
Co-authored-by: wenyihu6 <[email protected]>
Co-authored-by: rharding6373 <[email protected]>
Co-authored-by: Silvano Ravotto <[email protected]>
0 commit comments