[
https://issues.apache.org/jira/browse/BEAM-6233?focusedWorklogId=191416&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-191416
]
ASF GitHub Bot logged work on BEAM-6233:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Jan/19 04:59
Start Date: 29/Jan/19 04:59
Worklog Time Spent: 10m
Work Description: kennknowles 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_r251690743
##########
File path:
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/fn/control/ProcessRemoteBundleOperation.java
##########
@@ -84,10 +192,20 @@ public void start() throws Exception {
@Override
public void process(Object inputElement) throws Exception {
- LOG.debug(String.format("Sending value: %s", inputElement));
+ LOG.error("Sending element: {}", inputElement);
Review comment:
Probably want this back to `debug`
----------------------------------------------------------------
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: 191416)
Time Spent: 3h 40m (was: 3.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: 3h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)