[
https://issues.apache.org/jira/browse/BEAM-6233?focusedWorklogId=178815&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-178815
]
ASF GitHub Bot logged work on BEAM-6233:
----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Dec/18 23:43
Start Date: 26/Dec/18 23:43
Worklog Time Spent: 10m
Work Description: boyuanzz commented on pull request #7330: [BEAM-6233]:
Add initial user timer support in Dataflow for batch pipelines
URL: https://github.com/apache/beam/pull/7330#discussion_r244061722
##########
File path:
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/fn/control/ProcessRemoteBundleOperation.java
##########
@@ -100,6 +197,75 @@ public void finish() throws Exception {
} catch (Exception e) {
throw new RuntimeException("Failed to finish remote bundle", e);
}
+
+ // TODO(BEAM-6274): do we have to put this in the "start" method as well?
+ try (RemoteBundle bundle =
Review comment:
From my understanding so far, there should be only one call of getBundle in
this operation. Why do you want to get another bundle in the process call?
----------------------------------------------------------------
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: 178815)
Time Spent: 1h 40m (was: 1.5h)
> Make bundle execution with ExecutableStage support timer/states
> ---------------------------------------------------------------
>
> Key: BEAM-6233
> URL: https://issues.apache.org/jira/browse/BEAM-6233
> Project: Beam
> Issue Type: Task
> Components: runner-dataflow
> Reporter: Boyuan Zhang
> Assignee: Sam Rohde
> Priority: Major
> Time Spent: 1h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)