Carlos O'Ryan
Carlos O'Ryan
With far fewer than 1B requests I got this error: ``` 2025-12-03T01:44:28.914357Z ERROR ThreadId(08) storage_random: error on range 0: the transport reports an error: cannot recover from an underlying read...
I am also getting zero bytes transferred, but with more than zero bytes requested. The benchmark does not have enough information to troubleshoot this.
I am also getting: ``` 2025-12-07T23:18:32.785051Z ERROR ThreadId(326) google_cloud_storage::read_resume_policy: unknown error in read resume: Error { kind: Service(ServiceDetails { status_code: None, headers: Some({}), status: Status { code: Unknown, message: "error...
The latest run got about 450,000 errors: ``` grep -c ,ERROR bm-${TS}.txt 442999 `` The only error that was not recoverable is documented in #4069
https://github.com/googleapis/google-cloud-cpp/actions/runs/10101370384/job/27934825274?pr=14558#step:12:3381 a repeat of `GetKeyFromProvider()`.
AFAICT this is still not resolved.
@amlamarra maybe this? https://github.com/protocolbuffers/protobuf/issues/12292#issuecomment-1529680040
> * a `GOOGLE_CLOUD_CPP_DEPRECATED` tag (which expands to `[[ deprecated ]]` Since C++14 is the minimum version, we do not really need `GOOGLE_CLOUD_CPP_DEPRECATED`. Just saying.