chamikaramj commented on a change in pull request #16225:
URL: https://github.com/apache/beam/pull/16225#discussion_r778391168
##########
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 we don't need this with the new artifact service ? (we do not
need to support multiple environments for older Java versions that do not
support the new artifact service).
--
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]