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
152299: storage: avoid eager MVCC scanner value retrieval r=sumeerbhola a=jbowens
Previously pebbleMVCCScanner.getOne eagerly retrieved and decoded values of KVs it considered. If the scanner doesn't need to check for uncertainty, this is unnecessary. Additionally, future work may avoid the value retrieval even when performing uncertainty checks if the value is known to not encode a local timestamp.
Epic: none
Informs #144715.
Release note: none
152524: cloud: add fault testing to S3 client r=jeffswenson a=jeffswenson
This adds a cloud nemisis test suite and uses it to ensure the S3 client
is tolerant of 30 second brown outs. This test is designed to be a
general purpose fault injection test and it is confirmed to reliably
reproduce the token bucket exhaustion errors that are caused by the S3
client.
Release note: none
Informs: #151748
152613: contention: Remove unlimited retries in the contention resolver r=alyshanjahani-crl a=alyshanjahani-crl
Unlimited retries in the resolver for in progress transactions results in contention events for aborted transactions getting stuck in the resolver until the aborted transaction is removed from the txn id cache on the respective gateway node.
If the gateway node is getting 100 txns per second, that roughly translates to 7 hours.
If the transaction got aborted, we'd prefer to have the partially resolved contention event available in a timely manner.
This commit changes unlimited retries for in progress transactions to 60 retries (30 minutes).
Fixes: #139258
Release note: None
152620: release: released CockroachDB version v25.4.0-alpha.0. Next version: v25.4.0-alpha.1 r=celiala a=cockroach-teamcity
Release note: None
Epic: None
Release justification: non-production (release infra) change.
Co-authored-by: Jackson Owens <[email protected]>
Co-authored-by: Jeff Swenson <[email protected]>
Co-authored-by: Alyshan Jahani <[email protected]>
Co-authored-by: Justin Beaver <[email protected]>
0 commit comments