[ 
https://issues.apache.org/jira/browse/BEAM-7722?focusedWorklogId=275813&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-275813
 ]

ASF GitHub Bot logged work on BEAM-7722:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 12/Jul/19 10:55
            Start Date: 12/Jul/19 10:55
    Worklog Time Spent: 10m 
      Work Description: mxm commented on pull request #9043: [BEAM-7722] Add a 
Python FlinkRunner that fetches and uses released artifacts.
URL: https://github.com/apache/beam/pull/9043#discussion_r302928601
 
 

 ##########
 File path: sdks/python/apache_beam/runners/portability/portable_runner.py
 ##########
 @@ -272,8 +268,6 @@ def send_options_request(max_retries=5):
         try:
           # This reports channel is READY but connections may fail
           # Seems to be only an issue on Mac with port forwardings
-          if channel:
-            grpc.channel_ready_future(channel).result()
           return job_service.DescribePipelineOptions(
               beam_job_api_pb2.DescribePipelineOptionsRequest())
         except grpc._channel._Rendezvous as e:
 
 Review comment:
   Should make sure this error is caught in the new handler. See comment at new 
handler.
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 275813)
    Time Spent: 2h 20m  (was: 2h 10m)

> Simplify running of Beam Python on Flink
> ----------------------------------------
>
>                 Key: BEAM-7722
>                 URL: https://issues.apache.org/jira/browse/BEAM-7722
>             Project: Beam
>          Issue Type: Test
>          Components: sdk-py-core
>            Reporter: Robert Bradshaw
>            Priority: Major
>          Time Spent: 2h 20m
>  Remaining Estimate: 0h
>
> Currently this requires building and running several processes. We should be 
> able to automate most of this away. 



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)

Reply via email to