Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 8, 2026. It is now read-only.

fix: add RetryCallable to the callable chain#2348

Merged
mutianf merged 3 commits into
googleapis:maingoogleapis/java-bigtable:mainfrom
mutianf:retry-callablemutianf/java-bigtable:retry-callableCopy head branch name to clipboard
Sep 24, 2024
Merged

fix: add RetryCallable to the callable chain#2348
mutianf merged 3 commits into
googleapis:maingoogleapis/java-bigtable:mainfrom
mutianf:retry-callablemutianf/java-bigtable:retry-callableCopy head branch name to clipboard

Conversation

@mutianf

@mutianf mutianf commented Sep 20, 2024

Copy link
Copy Markdown
Contributor

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:

  • Make sure to open an issue as a bug/issue before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea
  • Ensure the tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)
  • Rollback plan is reviewed and LGTMed
  • All new data plane features have a completed end to end testing plan

Fixes #<issue_number_goes_here> ☕️

If you write sample code, please follow the samples format.

@mutianf mutianf requested review from a team September 20, 2024 17:33
@product-auto-label product-auto-label Bot added size: s Pull request size is small. api: bigtable Issues related to the googleapis/java-bigtable API. labels Sep 20, 2024
@mutianf mutianf changed the title fix: add StreamingAttemptCallable to the callable chain fix: add RetryCallable to the callable chain Sep 20, 2024
@product-auto-label product-auto-label Bot added size: m Pull request size is medium. and removed size: s Pull request size is small. labels Sep 20, 2024
// TODO resumption strategy and retry settings
.build();

ServerStreamingCallable<ExecuteQueryCallContext, SqlRow> retries =

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Will you put a comment noting that this is just for client side metrics and we don't want any retries to happen right now?

@mutianf mutianf merged commit 0330d77 into googleapis:main Sep 24, 2024
@mutianf mutianf deleted the retry-callable branch September 24, 2024 12:14
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/java-bigtable API. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.