Skip to content

Commit 7972be0

Browse files
committed
Disable singleton
1 parent 004c7ca commit 7972be0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

sdks/python/apache_beam/runners/portability/prism_runner.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ def default_environment(
9090
return super().default_environment(options)
9191

9292
def default_job_server(self, options):
93-
debug_options = options.view_as(pipeline_options.DebugOptions)
94-
if not debug_options.lookup_experiment("disable_prism_server_singleton"):
95-
options = self.enforce_port_singleton(options)
93+
#debug_options = options.view_as(pipeline_options.DebugOptions)
94+
#if not debug_options.lookup_experiment("disable_prism_server_singleton"):
95+
# options = self.enforce_port_singleton(options)
9696
return job_server.StopOnExitJobServer(PrismJobServer(options))
9797

9898
def create_job_service_handle(self, job_service, options):

0 commit comments

Comments
 (0)