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

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

                Author: ASF GitHub Bot
            Created on: 03/Dec/19 00:00
            Start Date: 03/Dec/19 00:00
    Worklog Time Spent: 10m 
      Work Description: angoenka commented on pull request #10075: [BEAM-8623] 
Add status_endpoint field to provision api ProvisionInfo
URL: https://github.com/apache/beam/pull/10075#discussion_r352921371
 
 

 ##########
 File path: sdks/go/container/boot.go
 ##########
 @@ -122,6 +122,10 @@ func main() {
                "--semi_persist_dir=" + *semiPersistDir,
                "--options=" + options,
        }
+       if info.GetStatusEndpoint() != nil {
+               args = append(args, 
"--status_endpoint="+info.GetStatusEndpoint().GetUrl())
 
 Review comment:
   Please make sure that the variable is interpreted or ignored for all the 
languages.
 
----------------------------------------------------------------
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: 352317)
    Time Spent: 50m  (was: 40m)

> Add additional message field to Provision API response for passing status 
> endpoint
> ----------------------------------------------------------------------------------
>
>                 Key: BEAM-8623
>                 URL: https://issues.apache.org/jira/browse/BEAM-8623
>             Project: Beam
>          Issue Type: Sub-task
>          Components: beam-model
>            Reporter: Yichi Zhang
>            Assignee: Yichi Zhang
>            Priority: Minor
>          Time Spent: 50m
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to