You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by go...@apache.org on 2019/01/16 00:06:50 UTC

[beam] 01/01: Merge pull request #7415 from angoenka/grpc_keep_alive

This is an automated email from the ASF dual-hosted git repository.

goenka pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git

commit 5d00f6b42304815944dfe46ec7a2d95df510ea44
Merge: 0e416e2 d2543a2
Author: Ankur <an...@users.noreply.github.com>
AuthorDate: Tue Jan 15 16:06:40 2019 -0800

    Merge pull request #7415 from angoenka/grpc_keep_alive
    
    [BEAM-6258] Set grpc keep alive on server creation

 .../beam/runners/fnexecution/ServerFactory.java    | 13 +++++--
 .../runners/portability/fn_api_runner.py           |  4 +-
 .../runners/portability/portable_runner.py         |  6 ++-
 .../runners/portability/portable_runner_test.py    |  3 +-
 .../apache_beam/runners/worker/channel_factory.py  | 44 ++++++++++++++++++++++
 .../apache_beam/runners/worker/data_plane.py       |  6 ++-
 .../apache_beam/runners/worker/log_handler.py      |  3 +-
 .../apache_beam/runners/worker/sdk_worker.py       |  9 +++--
 8 files changed, 75 insertions(+), 13 deletions(-)