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

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

                Author: ASF GitHub Bot
            Created on: 20/Nov/18 16:43
            Start Date: 20/Nov/18 16:43
    Worklog Time Spent: 10m 
      Work Description: lukecwik commented on a change in pull request #6969: 
[BEAM-2939] SplittableDoFn Java SDK API Changes
URL: https://github.com/apache/beam/pull/6969#discussion_r234820371
 
 

 ##########
 File path: 
sdks/java/core/src/main/java/org/apache/beam/sdk/transforms/DoFn.java
 ##########
 @@ -809,14 +831,26 @@ public static ProcessContinuation resume() {
     public abstract boolean shouldResume();
 
     /**
-     * A minimum duration that should elapse between the end of this {@link 
ProcessElement} call and
-     * the {@link ProcessElement} call continuing processing of the same 
element. By default, zero.
+     * A hint that is provided to runners about when execution of this element 
and restriction pair
+     * should be scheduled. Runners will attempt to treat this as a lower 
bound but may choose not
+     * to do so. By default, the execution should be scheduled immediately.
 
 Review comment:
   For two reasons:
   * runners can't support it
   * pipeline authors may want to have their pipeline burn CPU instead of 
waiting on any delays
   * there is nothing in the pipeline to do so might as well loop and 
continuously check for work

----------------------------------------------------------------
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:
[email protected]


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

    Worklog Id:     (was: 167829)
    Time Spent: 7h 40m  (was: 7.5h)

> Fn API streaming SDF support
> ----------------------------
>
>                 Key: BEAM-2939
>                 URL: https://issues.apache.org/jira/browse/BEAM-2939
>             Project: Beam
>          Issue Type: Improvement
>          Components: beam-model
>            Reporter: Henning Rohde
>            Assignee: Luke Cwik
>            Priority: Major
>              Labels: portability
>          Time Spent: 7h 40m
>  Remaining Estimate: 0h
>
> The Fn API should support streaming SDF. Detailed design TBD.
> Once design is ready, expand subtasks similarly to BEAM-2822.



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

Reply via email to