-
Notifications
You must be signed in to change notification settings - Fork 94
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: set wait timeout on watchdog #1913
Merged
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
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
Change-Id: I3dcbe9f7c0e063852b163a11057a0121aa327665
Change-Id: I8be5d3a2fed1b76265b484c1fc3a255eefc6edb3
99fd4d9
to
e0ad37d
Compare
kolea2
suggested changes
Sep 13, 2023
...-bigtable/src/test/java/com/google/cloud/bigtable/data/v2/stub/EnhancedBigtableStubTest.java
Show resolved
Hide resolved
Change-Id: I7122fe2b53a1ce94aade23830ea95317ccf81595
kolea2
approved these changes
Sep 13, 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).
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.
And add wait timeout on CDC settings.
Copy of #1898 with lower cdc timeouts