Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(GCS+gRPC): delay resume until Finish() returns #14569

Merged
merged 3 commits into from
Jul 25, 2024

Conversation

coryan
Copy link
Contributor

@coryan coryan commented Jul 25, 2024

Another case where we need to wait for Finish() before deleting the
underlying RPC. This is slightly wasteful, as we could start the resume
while the Finish() operation is running. We can improve that later,
once the code no longer crashes.

Fixes #14568


This change is Reviewable

Another case where we need to wait for `Finish()` before deleting the
underlying RPC.  This is slightly wasteful, as we could start the resume
while the `Finish()` operation is running.  We can improve that later,
once the code no longer crashes.
@coryan coryan marked this pull request as ready for review July 25, 2024 19:26
@coryan coryan requested review from a team as code owners July 25, 2024 19:26
Copy link

codecov bot commented Jul 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.58%. Comparing base (ee21b70) to head (830d1e4).
Report is 92 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #14569   +/-   ##
=======================================
  Coverage   93.58%   93.58%           
=======================================
  Files        2318     2318           
  Lines      207177   207196   +19     
=======================================
+ Hits       193886   193910   +24     
+ Misses      13291    13286    -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@scotthart scotthart left a comment

Choose a reason for hiding this comment

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

Reviewed 4 of 4 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @coryan)

@coryan coryan merged commit 00b80da into googleapis:main Jul 25, 2024
67 checks passed
@coryan coryan deleted the fix-storage-resume-after-finish branch July 25, 2024 20:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

AsyncClient may crash on reads with bad checksums
2 participants