Uh oh!
There was an error while loading. Please reload this page.
Bigtable: limit mutation sizes in the client to avoid overloading the server - #3695
Merged
Conversation
igorbernstein2
commented
Sep 18, 2018
ContributorAuthor
@kevinsi4508, can you take a look when you have a moment? |
sduskis
reviewed
Sep 18, 2018
| "Byte size of mutations is too large"); | ||
| numMutations++; | ||
| byteSize += mutation.getSerializedSize(); |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
kevinsi4508
approved these changes
Sep 18, 2018
| @InternalApi("Visible for testing") | ||
| static final int MAX_MUTATIONS = 100_000; | ||
| @InternalApi("Visible for testing") | ||
| static final int MAX_MUTATION_SIZE = 200 * 1024 * 1024; |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
Uh oh!
There was an error while loading. Please reload this page.
igorbernstein2
commented
Sep 18, 2018
ContributorAuthor
@pongad this is ready for you when you get a chance |
pongad
approved these changes
Sep 18, 2018
suztomo pushed a commit
that referenced
this pull request
Mar 9, 2026
…storage-bom to v3.11.4 (#3695)
lqiu96 pushed a commit
that referenced
this pull request
Mar 20, 2026
…storage-bom to v3.11.4 (#3695)
chingor13 pushed a commit
that referenced
this pull request
Mar 24, 2026
🤖 I have created a release *beep* *boop* --- <details><summary>2.55.1</summary> ## [2.55.1](googleapis/sdk-platform-java@v2.55.0...v2.55.1) (2025-03-12) ### Dependencies * revert "deps: update arrow.version to v18.2.0" ([#3694](googleapis/sdk-platform-java#3694)) ([a0b6133](googleapis/sdk-platform-java@a0b6133)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
benjaminp pushed a commit
to benjaminp/google-cloud-java
that referenced
this pull request
Jul 13, 2026
… server (googleapis#3695) * Bigtable: limit mutation sizes in the client to avoid overloading the server * address feedback
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.