[
https://issues.apache.org/jira/browse/BEAM-13455?focusedWorklogId=708743&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-708743
]
ASF GitHub Bot logged work on BEAM-13455:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 13/Jan/22 23:42
Start Date: 13/Jan/22 23:42
Worklog Time Spent: 10m
Work Description: ihji commented on a change in pull request #16225:
URL: https://github.com/apache/beam/pull/16225#discussion_r784406871
##########
File path:
runners/google-cloud-dataflow-java/src/main/java/org/apache/beam/runners/dataflow/DataflowRunner.java
##########
@@ -958,6 +959,11 @@ private Debuggee registerDebuggee(CloudDebugger
debuggerClient, String uniquifie
} catch (InvalidProtocolBufferException e) {
throw new RuntimeException("Error parsing artifact file payload.",
e);
}
+ if (stagedPaths.contains(filePayload.getPath())) {
Review comment:
I think the new artifact service should fix the issue. But we might
still want to merge this PR since the duplication is not right in the first
place when we create a list of artifacts from all environments. Also, there are
some cases where the new artifact service can't cover e.g. customized user
agent string.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 708743)
Time Spent: 1h 10m (was: 1h)
> Remove duplicated artifacts when using multiple environments with Dataflow
> Java
> -------------------------------------------------------------------------------
>
> Key: BEAM-13455
> URL: https://issues.apache.org/jira/browse/BEAM-13455
> Project: Beam
> Issue Type: Improvement
> Components: cross-language, runner-dataflow
> Reporter: Heejong Lee
> Assignee: Heejong Lee
> Priority: P2
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
> Remove duplicated artifacts when using multiple environments with Dataflow
--
This message was sent by Atlassian Jira
(v8.20.1#820001)