This is an automated email from the ASF dual-hosted git repository.
jkff pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git.
from 84ec23e [BEAM-4280] Prevent DirectStreamObserver from blocking
indefinitely if invoked from inbound channel thread
add 45fc201 Splitting Job Service from ULR
add 280d05a Renaming ULR to PortableRunner and JobService to
LocalJobService
new 22d5cc6 Merge pull request #5301: [BEAM-4204] Splitting ULR in
portable runner stub and job 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:
.../runners/portability/local_job_service.py | 294 +++++++++++++
...al_runner_main.py => local_job_service_main.py} | 6 +-
.../runners/portability/portable_runner.py | 150 +++++++
...ocal_runner_test.py => portable_runner_test.py} | 92 +++-
.../runners/portability/universal_local_runner.py | 477 ---------------------
5 files changed, 530 insertions(+), 489 deletions(-)
create mode 100644
sdks/python/apache_beam/runners/portability/local_job_service.py
rename
sdks/python/apache_beam/runners/portability/{universal_local_runner_main.py =>
local_job_service_main.py} (88%)
create mode 100644
sdks/python/apache_beam/runners/portability/portable_runner.py
rename
sdks/python/apache_beam/runners/portability/{universal_local_runner_test.py =>
portable_runner_test.py} (52%)
delete mode 100644
sdks/python/apache_beam/runners/portability/universal_local_runner.py
--
To stop receiving notification emails like this one, please contact
[email protected].