FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Bigtable: limit mutation sizes in the client to avoid overloading the server by igorbernstein2 · Pull Request #3695 · googleapis/google-cloud-java · GitHub

Bigtable: limit mutation sizes in the client to avoid overloading the server - #3695

Merged
pongad merged 2 commits into
googleapis:masterfrom
igorbernstein2:request-limit
Sep 18, 2018
Merged

Bigtable: limit mutation sizes in the client to avoid overloading the server#3695
pongad merged 2 commits into
googleapis:masterfrom
igorbernstein2:request-limit

Conversation

Copy link
Copy Markdown
Contributor

No description provided.

googlebot added the cla: yes This human has signed the Contributor License Agreement. label Sep 18, 2018

Copy link
Copy Markdown
Contributor Author

@kevinsi4508, can you take a look when you have a moment?

"Byte size of mutations is too large");

numMutations++;
byteSize += mutation.getSerializedSize();

This comment was marked as spam.

This comment was marked as spam.

kevinsi4508 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

a nit.

@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.

This comment was marked as spam.

Copy link
Copy Markdown
Contributor Author

@pongad this is ready for you when you get a chance

pongad merged commit 3fa1fa0 into googleapis:master Sep 18, 2018
suztomo pushed a commit that referenced this pull request Mar 9, 2026
lqiu96 pushed a commit that referenced this pull request Mar 20, 2026
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>
chingor13 pushed a commit that referenced this pull request Mar 24, 2026
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 free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants


Back | FazBrowse Home | New Git URL