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

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

Merged
pongad merged 2 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
igorbernstein2:request-limitigorbernstein2/google-cloud-java:request-limitCopy head branch name to clipboard
Sep 18, 2018
Merged

Bigtable: limit mutation sizes in the client to avoid overloading the server#3695
pongad merged 2 commits into
googleapis:mastergoogleapis/google-cloud-java:masterfrom
igorbernstein2:request-limitigorbernstein2/google-cloud-java:request-limitCopy head branch name to clipboard

Conversation

@igorbernstein2

Copy link
Copy Markdown
Contributor

No description provided.

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

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

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.

@igorbernstein2

Copy link
Copy Markdown
Contributor Author

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

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

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