[
https://issues.apache.org/jira/browse/BEAM-9773?focusedWorklogId=425375&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-425375
]
ASF GitHub Bot logged work on BEAM-9773:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Apr/20 16:32
Start Date: 20/Apr/20 16:32
Worklog Time Spent: 10m
Work Description: stevekoonce commented on a change in pull request
#11442:
URL: https://github.com/apache/beam/pull/11442#discussion_r411521502
##########
File path:
runners/google-cloud-dataflow-java/worker/src/main/java/org/apache/beam/runners/dataflow/worker/status/DebugCapture.java
##########
@@ -114,17 +114,22 @@ public Manager(DataflowWorkerHarnessOptions options,
Collection<Capturable> capt
return;
}
+ JsonFactory datOtherFactory = new JacksonFactory();
Review comment:
Ugh. No, I had added that briefly when testing and completely missed it
when I cleaned up. Removing now.
----------------------------------------------------------------
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: 425375)
Time Spent: 1h 50m (was: 1h 40m)
> Update Dataflow Debug Capture to use Google API client Jackson 2
> ----------------------------------------------------------------
>
> Key: BEAM-9773
> URL: https://issues.apache.org/jira/browse/BEAM-9773
> Project: Beam
> Issue Type: Bug
> Components: runner-dataflow
> Reporter: Steve Koonce
> Assignee: Steve Koonce
> Priority: Major
> Time Spent: 1h 50m
> Remaining Estimate: 0h
>
> DebugCapture is using an old version of the JacksonFactory from Google API
> client that will not be present when running jobs on Dataflow, but is
> currently on the test classpath. Update it to use the latest to match the
> rest of the Dataflow runner and the Java SDK, and remove the jar providing
> the old version of the JacksonFactory from the Dataflow runner test
> configuration.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)