You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by cph6 <gi...@git.apache.org> on 2017/06/06 12:56:57 UTC

[GitHub] beam pull request #3302: [BEAM-991] Raise entities limit per RPC to 9MB.

GitHub user cph6 opened a pull request:

    https://github.com/apache/beam/pull/3302

    [BEAM-991] Raise entities limit per RPC to 9MB.

    This is closer to the API limit, while still leaving room for overhead, and brings
    the Java SDK back into line with the Python SDK.
    
    Switch the unit test to use the size of each entity, which is what the
    connector is actually using, rather than the property size (which is slightly
    smaller and would cause the test to fail for some values).
    


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/cph6/beam datastore_request_size_limit_java.2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/beam/pull/3302.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #3302
    
----
commit 356597db6e368fd1372d8fcac311b1ea48dbc00f
Author: Colin Phipps <fi...@google.com>
Date:   2017-06-05T12:12:49Z

    Raise entity limit per RPC to 9MB.
    
    This is closer to the API limit, while still leaving room for overhead. Brings
    the Java SDK into line with the Python SDK.
    
    Switch the unit test to use the size of each entity, which is what the
    connector is actually using, rather than the property size (which is slightly
    smaller and would cause the test to fail for some values).

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] beam pull request #3302: [BEAM-991] Raise entities limit per RPC to 9MB.

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/beam/pull/3302


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---