You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by tg...@apache.org on 2017/11/27 23:04:22 UTC

[beam] branch master updated (d8ca4c4 -> b6842a5)

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

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


    from d8ca4c4  Merge pull request #4151 from tgroh/bundle_executor
     add d7cb604  Add a Logging Service implementation to FnExecution
     add a566bc4  Implement an Slf4j Log Writer
     add 5a4f6ee  Update UNSPECIFIED level documentation
     new b6842a5  Merge pull request #4127 from tgroh/logging_service

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../fn-execution/src/main/proto/beam_fn_api.proto  |   4 +-
 runners/java-fn-execution/pom.xml                  |  15 +-
 .../apache/beam/runners/fnexecution/FnService.java |  13 +-
 .../fnexecution/InProcessServerFactory.java        |  54 +++++
 .../fnexecution/logging/GrpcLoggingService.java    | 118 +++++++++++
 .../runners/fnexecution/logging/LogWriter.java}    |  13 +-
 .../fnexecution/logging/Slf4jLogWriter.java        |  83 ++++++++
 .../runners/fnexecution/logging}/package-info.java |   5 +-
 .../logging/GrpcLoggingServiceTest.java            | 221 +++++++++++++++++++++
 .../org/apache/beam/sdk/fn/test/TestStreams.java   |  11 +-
 10 files changed, 521 insertions(+), 16 deletions(-)
 create mode 100644 runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/InProcessServerFactory.java
 create mode 100644 runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/logging/GrpcLoggingService.java
 copy runners/{direct-java/src/main/java/org/apache/beam/runners/direct/Clock.java => java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/logging/LogWriter.java} (73%)
 create mode 100644 runners/java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/logging/Slf4jLogWriter.java
 copy runners/{apex/src/main/java/org/apache/beam/runners/apex/translation/operators => java-fn-execution/src/main/java/org/apache/beam/runners/fnexecution/logging}/package-info.java (80%)
 create mode 100644 runners/java-fn-execution/src/test/java/org/apache/beam/runners/fnexecution/logging/GrpcLoggingServiceTest.java

-- 
To stop receiving notification emails like this one, please contact
['"commits@beam.apache.org" <co...@beam.apache.org>'].

[beam] 01/01: Merge pull request #4127 from tgroh/logging_service

Posted by tg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b6842a5a7c453838d19985d6fea5664f18332a4b
Merge: d8ca4c4 5a4f6ee
Author: Thomas Groh <tg...@users.noreply.github.com>
AuthorDate: Mon Nov 27 15:04:19 2017 -0800

    Merge pull request #4127 from tgroh/logging_service
    
    [BEAM-2899] Add a Logging Service to FnExecution

 .../fn-execution/src/main/proto/beam_fn_api.proto  |   4 +-
 runners/java-fn-execution/pom.xml                  |  15 +-
 .../apache/beam/runners/fnexecution/FnService.java |  13 +-
 .../fnexecution/InProcessServerFactory.java        |  54 +++++
 .../fnexecution/logging/GrpcLoggingService.java    | 118 +++++++++++
 .../{FnService.java => logging/LogWriter.java}     |  15 +-
 .../fnexecution/logging/Slf4jLogWriter.java        |  83 ++++++++
 .../{FnService.java => logging/package-info.java}  |  11 +-
 .../logging/GrpcLoggingServiceTest.java            | 221 +++++++++++++++++++++
 .../org/apache/beam/sdk/fn/test/TestStreams.java   |  11 +-
 10 files changed, 527 insertions(+), 18 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@beam.apache.org" <co...@beam.apache.org>.