FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: respect deadlines for column family operations by igorbernstein2 · Pull Request #687 · googleapis/python-bigtable · GitHub

This repository was archived by the owner on Apr 1, 2026. It is now read-only.
/ python-bigtable Public archive

fix: respect deadlines for column family operations - #687

Merged
igorbernstein2 merged 3 commits into
googleapis:mainfrom
igorbernstein2:overrideable-column-family-deadline
Oct 20, 2022
Merged

fix: respect deadlines for column family operations#687
igorbernstein2 merged 3 commits into
googleapis:mainfrom
igorbernstein2:overrideable-column-family-deadline

Conversation

Copy link
Copy Markdown
Contributor

This is a very small fix to specifically address a blocker for a customer. This does not try to address the wider issue of timeouts.

The root of the problem is described here:
googleapis/gapic-generator-python#1477

The tldr is that the default timeouts in base.py are applied by default across all of our RPCs. The only exceptions are ReadRows and MutateRows (and after this PR column operations).

Fixing the broader problem will require coordination with:
googleapis/python-api-core#462

We also need to to flesh out a design for overriding deadlines per method and/or rpc.

…n families

As a sideeffect this also fixes a bug where the default deadlines were not applied.
product-auto-label Bot added size: s Pull request size is small. api: bigtable Issues related to the googleapis/python-bigtable API. labels Oct 20, 2022
igorbernstein2 marked this pull request as ready for review October 20, 2022 19:16
igorbernstein2 requested review from a team October 20, 2022 19:16
igorbernstein2 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 20, 2022
yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Oct 20, 2022
igorbernstein2 merged commit df2e64a into googleapis:main Oct 20, 2022
igorbernstein2 deleted the overrideable-column-family-deadline branch October 20, 2022 20:31
gcf-merge-on-green Bot pushed a commit that referenced this pull request Oct 20, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: bigtable Issues related to the googleapis/python-bigtable API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL