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: grpc channel refresh #1087

Merged
merged 5 commits into from
Feb 26, 2025
Merged

fix: grpc channel refresh #1087

merged 5 commits into from
Feb 26, 2025

Conversation

daniel-sanche
Copy link
Contributor

There's a bug in the grpc channel refresh, where future rpcs would still use the previous channel, even after it was closed. This PR adds logic to invalidate the caches, and adds system tests to catch similar issues in the future

@daniel-sanche daniel-sanche requested review from a team as code owners February 25, 2025 22:46
@product-auto-label product-auto-label bot added size: m Pull request size is medium. api: bigtable Issues related to the googleapis/python-bigtable API. labels Feb 25, 2025
@daniel-sanche daniel-sanche added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 25, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 25, 2025
@daniel-sanche daniel-sanche added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 26, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 26, 2025
@daniel-sanche daniel-sanche added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 26, 2025
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 26, 2025
@daniel-sanche daniel-sanche merged commit f44b36b into main Feb 26, 2025
29 of 33 checks passed
@daniel-sanche daniel-sanche deleted the fix_channel_refresh branch February 26, 2025 19:03
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 googleapis/python-bigtable API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants