flowguru

Results 16 issues of flowguru

Replace this text with your description here... # Code-Reviewer Section The general pull request guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check each of the following things and check *all* boxes...

Replace this text with your description here... # Code-Reviewer Section The general pull request guidelines can be found [here](https://github.com/apple/foundationdb/wiki/FoundationDB-Commit-Process). Please check each of the following things and check *all* boxes...

20240628-230601-haofu-2ed4f3b1c8b24d0a This restarting test start with 7.1 version and setup the sample rate for transaction log, then it test with 7.3 version and verify transaction log are still being written....

This restarting test start with 7.1 version and setup the sample rate for transaction log, then it test with 7.3 version and verify transaction log are still being written. This...

s3 token is from local disk and might be expired or invalid, before this change backup retries to upload data to s3 indefinitely, thus it is a waste of network...

http_request_failed is considered retryable, thus we have to differentiate the non-retryable cases such as client-side error, and stop retrying them. otherwise a general http_request_failed exception will be thrown [here](https://github.com/apple/foundationdb/blob/5c644f20e3c5b752c3dc11bcbf620536ba497419/fdbclient/S3BlobStore.actor.cpp#L902), and...