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

impl(bigtable): plumb limiter thru AsyncBulkApply #13197

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

dbolduc
Copy link
Member

@dbolduc dbolduc commented Nov 28, 2023

Part of the work for #12959

Plumb the MutateRowsLimiter through the layers of AsyncBulkApply.

Note that the implementation is not yet complete, as MakeMutateRowsLimiter's async sleeper just returns immediately. That will take another 1 or 2 PRs, then we can call the thing done.


This change is Reviewable

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

codecov bot commented Nov 28, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (5d120b6) 93.00% compared to head (4f67f43) 93.00%.

Files Patch % Lines
...e/cloud/bigtable/internal/async_bulk_apply_test.cc 98.98% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #13197   +/-   ##
=======================================
  Coverage   93.00%   93.00%           
=======================================
  Files        2138     2138           
  Lines      186042   186128   +86     
=======================================
+ Hits       173022   173109   +87     
+ Misses      13020    13019    -1     

☔ 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 00:15
@dbolduc dbolduc requested a review from a team as a code owner November 29, 2023 00:15
@dbolduc dbolduc merged commit da012e3 into googleapis:main Nov 29, 2023
59 checks passed
@dbolduc dbolduc deleted the bigtable-async-rate-limiting-pr-2 branch November 29, 2023 06:10
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.

2 participants