You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2022/11/04 16:34:20 UTC

[beam] branch master updated (97628802fe4 -> aa178f82522)

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

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


    from 97628802fe4 Bump cloud.google.com/go/datastore from 1.8.0 to 1.9.0 in /sdks (#23916)
     add d3a173cf163 Move logging to its own module.
     add 1daa9c373ac Cleanup worker logging.
     add 1807c307aa1 Remove obsolete TODO.
     new aa178f82522 Merge pull request #23976 Correctly capture log levels and attach stage information.

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:
 .../src/apache_beam/runners/direct_runner.ts       |  10 +-
 .../src/apache_beam/transforms/windowings.ts       |   1 -
 sdks/typescript/src/apache_beam/utils/service.ts   |   6 +-
 sdks/typescript/src/apache_beam/worker/data.ts     |   2 +-
 .../apache_beam/worker/external_worker_service.ts  |   9 +-
 sdks/typescript/src/apache_beam/worker/logging.ts  | 155 +++++++++++++++++++++
 .../typescript/src/apache_beam/worker/operators.ts |  58 +++++---
 sdks/typescript/src/apache_beam/worker/worker.ts   |  22 ++-
 .../src/apache_beam/worker/worker_main.ts          |  54 +------
 sdks/typescript/test/io_test.ts                    |   5 +-
 sdks/typescript/test/worker_test.ts                |   4 +-
 11 files changed, 235 insertions(+), 91 deletions(-)
 create mode 100644 sdks/typescript/src/apache_beam/worker/logging.ts


[beam] 01/01: Merge pull request #23976 Correctly capture log levels and attach stage information.

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

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

commit aa178f825223cbb0a6208fad0e02f98292eeded1
Merge: 97628802fe4 1807c307aa1
Author: Robert Bradshaw <ro...@gmail.com>
AuthorDate: Fri Nov 4 09:34:11 2022 -0700

    Merge pull request #23976 Correctly capture log levels and attach stage information.

 .../src/apache_beam/runners/direct_runner.ts       |  10 +-
 .../src/apache_beam/transforms/windowings.ts       |   1 -
 sdks/typescript/src/apache_beam/utils/service.ts   |   6 +-
 sdks/typescript/src/apache_beam/worker/data.ts     |   2 +-
 .../apache_beam/worker/external_worker_service.ts  |   9 +-
 sdks/typescript/src/apache_beam/worker/logging.ts  | 155 +++++++++++++++++++++
 .../typescript/src/apache_beam/worker/operators.ts |  58 +++++---
 sdks/typescript/src/apache_beam/worker/worker.ts   |  22 ++-
 .../src/apache_beam/worker/worker_main.ts          |  54 +------
 sdks/typescript/test/io_test.ts                    |   5 +-
 sdks/typescript/test/worker_test.ts                |   4 +-
 11 files changed, 235 insertions(+), 91 deletions(-)