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

feat(bigtable): throttling for AsyncBulkApply #13203

Merged
merged 4 commits into from
Nov 29, 2023

Conversation

dbolduc
Copy link
Member

@dbolduc dbolduc commented Nov 29, 2023

Fixes #12959

Actually start setting async timers for the AsyncBulkApply limiting case.

Correct the record about when the option applies.

Fix the synchronous TracingEnabled test, which could succeed if no spans were created at all.


This change is Reviewable

@product-auto-label product-auto-label bot added the api: bigtable Issues related to the Bigtable API. label Nov 29, 2023
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (c0d3e50) 93.00% compared to head (2c76bf8) 93.00%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13203      +/-   ##
==========================================
- Coverage   93.00%   93.00%   -0.01%     
==========================================
  Files        2138     2138              
  Lines      186138   186167      +29     
==========================================
+ Hits       173115   173138      +23     
- Misses      13023    13029       +6     

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

@dbolduc dbolduc marked this pull request as ready for review November 29, 2023 18:38
@dbolduc dbolduc requested a review from a team as a code owner November 29, 2023 18:38
@dbolduc dbolduc enabled auto-merge (squash) November 29, 2023 20:36
@dbolduc dbolduc merged commit d77159c into googleapis:main Nov 29, 2023
59 checks passed
@dbolduc dbolduc deleted the bigtable-async-bulk-apply-throttling branch November 30, 2023 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the Bigtable API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enable CPU based throttling in Bigtable client
2 participants