Chris Cotter
Chris Cotter
I'm going to close this out for now since it hasn't recurred. Adding retries for DeadlineExceeded (when it's not a user-set deadline) might help here (similar to #10056 ).
@tianhui-fu sorry I missed your comment earlier; we'll be putting it out today.
Initial failure: `NewClient: dialing: httptransport: DisableAuthentication is incompatible with options that set or detect credentials`. Was fixed in #9837 . Newer failure: writer.Close: `rpc error: code = DeadlineExceeded desc =...
I'm going to close this out for now since it hasn't recurred. Adding retries for DeadlineExceeded (when it's not a user-set deadline) might help here.
I made some changes to the test in #10394 and in general we haven't seen further errors since April, so I'm going to close this.
Hey @Auxority , thanks for the feature request. Unfortunately Cloud Storage doesn't have a way to delete all objects under a prefix in a single API call. The web interface...
Closing this out due to lack of response; feel free to re-open or file a new issue if you have further questions.
No more recent failures here so closing this out for now.
`=== RUN TestIntegration_RequesterPaysOwner/grpc/userProject_is_unnecessary_but_allowed integration_test.go:3082: default object acl set: got unexpected error:rpc error: code = DeadlineExceeded desc = Deadline expired before operation could complete.` `integration_test.go:3082: default object acl delete: got unexpected...
> From the logs: > > ``` > --- FAIL: TestRetryConformance/http-2-[return-reset-connection_return-reset-connection]-storage.objects.insert-1 (0.01s) > --- PASS: TestRetryConformance/grpc-2-[return-reset-connection_return-reset-connection]-storage.objects.insert-1 (0.57s) > ``` > > looks like an http insert has failed This is...