Skip to content

fix(storage): Set default chunkRetryDeadline to 32s in NewWriterFromAppendableObject#14458

Merged
cpriti-os merged 4 commits into
googleapis:mainfrom
cpriti-os:main
Apr 21, 2026
Merged

fix(storage): Set default chunkRetryDeadline to 32s in NewWriterFromAppendableObject#14458
cpriti-os merged 4 commits into
googleapis:mainfrom
cpriti-os:main

Conversation

@cpriti-os

Copy link
Copy Markdown
Contributor

Issue: The chunkRetryDeadline defaults to 0s when using NewWriterFromAppendableObject if not explicitly set, instead of the expected 32s.
b/416635349

google-labs-jules Bot and others added 3 commits April 20, 2026 10:29
Set ChunkRetryDeadline to 32 seconds explicitly when not set in the AppendableWriterOpts, so that the initial bidi stream open call correctly inherits the deadline.

Co-authored-by: cpriti-os <202586561+cpriti-os@users.noreply.github.com>
@cpriti-os cpriti-os requested review from a team as code owners April 20, 2026 13:31
@product-auto-label product-auto-label Bot added the api: storage Issues related to the Cloud Storage API. label Apr 20, 2026
@cpriti-os cpriti-os requested a review from krishnamd-jkp April 20, 2026 13:31

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the NewWriterFromAppendableObject function in storage/storage.go to initialize the ChunkRetryDeadline with a default value of 32 seconds if it is not already set. I have no feedback to provide as there were no review comments.

@cpriti-os cpriti-os enabled auto-merge (squash) April 21, 2026 04:51
@cpriti-os cpriti-os merged commit ec7c7d6 into googleapis:main Apr 21, 2026
11 checks passed
cpriti-os added a commit that referenced this pull request May 18, 2026
PR created by the Librarian CLI to initialize a release. Merging this PR
will auto trigger a release.

Librarian Version: v0.13.2-0.20260514223035-a22d6b5a1329
Language Image:
us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:b04b076f5eedbb5546bd6fc1404969dd3698c8b19c0f34ae815a84ae735a606a
<details><summary>storage: v1.62.2</summary>

##
[v1.62.2](storage/v1.62.1...storage/v1.62.2)
(2026-05-18)

### Features

* enable open telemetry attrs (#14426)
([74eab64](74eab64d))

### Bug Fixes

* restore metadata operations timeout in gRPC (#14575)
([275ff56](275ff562))

* Set default chunkRetryDeadline to 32s in NewWriterFromAppendableObject
(#14458)
([ec7c7d6](ec7c7d66))

* refactor userProject metadata propagation in ListObjects (#14533)
([fbb543e](fbb543e3))

</details>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: storage Issues related to the Cloud Storage API.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants