You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2022/01/04 21:12:00 UTC

[jira] [Work logged] (BEAM-13455) Remove duplicated artifacts when using multiple environments with Dataflow Java

     [ https://issues.apache.org/jira/browse/BEAM-13455?focusedWorklogId=703574&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-703574 ]

ASF GitHub Bot logged work on BEAM-13455:
-----------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Jan/22 21:11
            Start Date: 04/Jan/22 21:11
    Worklog Time Spent: 10m 
      Work Description: 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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 703574)
    Time Spent: 40m  (was: 0.5h)

> 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: 40m
>  Remaining Estimate: 0h
>
> Remove duplicated artifacts when using multiple environments with Dataflow



--
This message was sent by Atlassian Jira
(v8.20.1#820001)