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]