Abacn commented on code in PR #26023:
URL: https://github.com/apache/beam/pull/26023#discussion_r1185491866


##########
sdks/python/apache_beam/runners/portability/expansion_service_main.py:
##########
@@ -59,7 +59,7 @@ def main(argv):
         artifact_service.ArtifactRetrievalService(
             artifact_service.BeamFilesystemHandler(None).file_reader),
         server)
-    server.add_insecure_port('localhost:{}'.format(known_args.port))
+    server.add_insecure_port('[::]:{}'.format(known_args.port))

Review Comment:
   Thanks, initiated javausingpython XVR tests just to confirm this setting not 
affecting current expansion service infra



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to