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

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

                Author: ASF GitHub Bot
            Created on: 20/Jun/18 00:17
            Start Date: 20/Jun/18 00:17
    Worklog Time Spent: 10m 
      Work Description: herohde commented on a change in pull request #5676: 
[BEAM-4291] Propagates artifact retrieval token in Flink runner and to the Java 
harness
URL: https://github.com/apache/beam/pull/5676#discussion_r196617154
 
 

 ##########
 File path: model/fn-execution/src/main/proto/beam_provision_api.proto
 ##########
 @@ -67,6 +67,10 @@ message ProvisionInfo {
     // (optional) Resource limits that the SDK harness worker should respect.
     // Runners may -- but are not required to -- enforce any limits provided.
     Resources resource_limits = 4;
+
+    // (required) The artifact retrieval token produced by
+    // ArtifactStagingService.CommitManifestResponse.
+    string retrieval_token = 6;
 
 Review comment:
   The original design has the same assumptions. The provisioning and control 
service will still have to differentiate harnesses based on the client id 
(using internal lookups and whatnot). Artifact service is now different. 
   
   For the artifact ApiServiceDescriptor, I meant that if we must call 
provisioning first for the token then it might as well vendor the service 
descriptor, too (and perhaps the control service as well towards a smaller 
container contract). That would be a larger change, though.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

    Worklog Id:     (was: 113464)
    Time Spent: 7h 10m  (was: 7h)

> ArtifactRetrievalService that retrieves artifacts from a distributed 
> filesystem
> -------------------------------------------------------------------------------
>
>                 Key: BEAM-4291
>                 URL: https://issues.apache.org/jira/browse/BEAM-4291
>             Project: Beam
>          Issue Type: Sub-task
>          Components: runner-core
>            Reporter: Eugene Kirpichov
>            Assignee: Axel Magnuson
>            Priority: Major
>             Fix For: 2.6.0
>
>          Time Spent: 7h 10m
>  Remaining Estimate: 0h
>
> In agreement with how they are staged in BEAM-4290.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to