[
https://issues.apache.org/jira/browse/GOBBLIN-2144?focusedWorklogId=932054&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-932054
]
ASF GitHub Bot logged work on GOBBLIN-2144:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 27/Aug/24 21:23
Start Date: 27/Aug/24 21:23
Worklog Time Spent: 10m
Work Description: phet commented on code in PR #4039:
URL: https://github.com/apache/gobblin/pull/4039#discussion_r1733540606
##########
gobblin-service/src/main/java/org/apache/gobblin/service/modules/orchestration/DagManagementTaskStreamImpl.java:
##########
@@ -110,6 +110,7 @@ public DagManagementTaskStreamImpl(Config config,
Optional<DagActionStore> dagAc
this.dagProcEngineMetrics = dagProcEngineMetrics;
}
+ @Override
Review Comment:
NBD, just noticed this to be missing
Issue Time Tracking
-------------------
Worklog Id: (was: 932054)
Time Spent: 20m (was: 10m)
> Prevent Gobblin-on-Temporal WU Generation from inadvertently cleaning up
> temp/staging dirs
> ------------------------------------------------------------------------------------------
>
> Key: GOBBLIN-2144
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2144
> Project: Apache Gobblin
> Issue Type: Bug
> Components: gobblin-core
> Reporter: Kip Kohn
> Assignee: Abhishek Tiwari
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> WU Generation is far too early in a job to have anything to even cleanup in
> the temp/staging dir (e.g. for task-staging and task-output). unfortunately,
> depending on config, doing this anyway could impact other job execs sharing
> the same temp/staging area.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)