-
Notifications
You must be signed in to change notification settings - Fork 86
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: check that all bulk mutation entries are accounted for #1907
Merged
Conversation
This file contains 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
product-auto-label
bot
added
size: m
Pull request size is medium.
api: bigtable
Issues related to the googleapis/java-bigtable API.
labels
Sep 11, 2023
Add a fail safe that marks missing entries in a response as permanent errors. Previously the client assumed that all entries were present and only looked for errors Change-Id: Ie3f294fd6bb19ec17662b58bfe9c75a3eed81097
igorbernstein2
force-pushed
the
missing-bulk-mutations
branch
from
September 12, 2023 02:52
63ea727
to
42a63b0
Compare
igorbernstein2
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 12, 2023
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 12, 2023
jackdingilian
approved these changes
Sep 12, 2023
...c/main/java/com/google/cloud/bigtable/data/v2/stub/mutaterows/MutateRowsAttemptCallable.java
Show resolved
Hide resolved
LGTM |
kolea2
changed the title
fix: add a sanity check that all bulk mutation entries are accounted for
fix: check that all bulk mutation entries are accounted for
Sep 12, 2023
kolea2
approved these changes
Sep 12, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm after nit
igorbernstein2
added
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Sep 12, 2023
This reverts commit 3d48bf5.
gcf-merge-on-green
bot
removed
the
automerge
Merge the pull request once unit tests and other checks pass.
label
Sep 12, 2023
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Sep 13, 2023
🤖 I have created a release *beep* *boop* --- ## [2.27.2](https://togithub.com/googleapis/java-bigtable/compare/v2.27.1...v2.27.2) (2023-09-13) ### Bug Fixes * Check that all bulk mutation entries are accounted for ([#1907](https://togithub.com/googleapis/java-bigtable/issues/1907)) ([9ad8a00](https://togithub.com/googleapis/java-bigtable/commit/9ad8a00ec4f10a75952fa566a7effc980936dee1)) * Set wait timeout on watchdog ([#1913](https://togithub.com/googleapis/java-bigtable/issues/1913)) ([f8ba6fe](https://togithub.com/googleapis/java-bigtable/commit/f8ba6fe554dd02bb99fb03859cc5c8b04561b0c3)) ### Dependencies * Update dependency org.graalvm.buildtools:junit-platform-native to v0.9.26 ([#1896](https://togithub.com/googleapis/java-bigtable/issues/1896)) ([dfc4231](https://togithub.com/googleapis/java-bigtable/commit/dfc4231af9b74a4d5db3beaf26dd611a27cc6a67)) * Update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.26 ([#1897](https://togithub.com/googleapis/java-bigtable/issues/1897)) ([d446856](https://togithub.com/googleapis/java-bigtable/commit/d4468560db62f2102c404b3907cd5ae76d1e08b6)) * Update shared dependencies ([#1901](https://togithub.com/googleapis/java-bigtable/issues/1901)) ([96f2690](https://togithub.com/googleapis/java-bigtable/commit/96f2690e219714e497208e8be5e46b7f38340625)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
kolea2
pushed a commit
to kolea2/java-bigtable
that referenced
this pull request
Sep 15, 2023
…is#1907) Add a fail safe that marks missing entries in a response as permanent errors. Previously the client assumed that all entries were present and only looked for errors Change-Id: Ie3f294fd6bb19ec17662b58bfe9c75a3eed81097 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](https://togithub.com/googleapis/java-bigtable/issues/new/choose) 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) Fixes #<issue_number_goes_here> ☕️ If you write sample code, please follow the [samples format]( https://togithub.com/GoogleCloudPlatform/java-docs-samples/blob/main/SAMPLE_FORMAT.md).
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Sep 18, 2023
🤖 I have created a release *beep* *boop* --- ## [2.25.2](https://togithub.com/googleapis/java-bigtable/compare/v2.25.0...v2.25.2) (2023-09-18) ### Bug Fixes * Check that all bulk mutation entries are accounted for ([#1907](https://togithub.com/googleapis/java-bigtable/issues/1907)) ([#1923](https://togithub.com/googleapis/java-bigtable/issues/1923)) ([e4db745](https://togithub.com/googleapis/java-bigtable/commit/e4db74534690eb090347c00047eecbd45f5a22b7)) * Make sure to propagate the response when throttling is enabled ([#1908](https://togithub.com/googleapis/java-bigtable/issues/1908)) ([#1922](https://togithub.com/googleapis/java-bigtable/issues/1922)) ([7ec5dd5](https://togithub.com/googleapis/java-bigtable/commit/7ec5dd5bc9499b01f5e330c28c9c5ee8cfadad68)) ### Miscellaneous Chores * Update release tag to 2.25.2 ([#1926](https://togithub.com/googleapis/java-bigtable/issues/1926)) ([9d5868b](https://togithub.com/googleapis/java-bigtable/commit/9d5868b2350f2b24b5988ebe3adb2e77e36c8a5a)) --- This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).
gcf-owl-bot bot
added a commit
that referenced
this pull request
Dec 1, 2023
Source-Link: googleapis/synthtool@c06d605 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:6f431774e11cc46619cf093fd1481193c4024031073697fa18f0099b943aab88
kolea2
pushed a commit
that referenced
this pull request
Dec 4, 2023
Source-Link: googleapis/synthtool@c06d605 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:6f431774e11cc46619cf093fd1481193c4024031073697fa18f0099b943aab88 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
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/java-bigtable API.
size: m
Pull request size is medium.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add a fail safe that marks missing entries in a response as permanent errors. Previously the client assumed that all entries were present and only looked for errors
Change-Id: Ie3f294fd6bb19ec17662b58bfe9c75a3eed81097
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:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.