[
https://issues.apache.org/jira/browse/GOBBLIN-2006?focusedWorklogId=909560&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-909560
]
ASF GitHub Bot logged work on GOBBLIN-2006:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 13/Mar/24 06:36
Start Date: 13/Mar/24 06:36
Worklog Time Spent: 10m
Work Description: arjun4084346 merged PR #3883:
URL: https://github.com/apache/gobblin/pull/3883
Issue Time Tracking
-------------------
Worklog Id: (was: 909560)
Remaining Estimate: 0h
Time Spent: 10m
> Retention Job should be more robust to OOM failures
> ---------------------------------------------------
>
> Key: GOBBLIN-2006
> URL: https://issues.apache.org/jira/browse/GOBBLIN-2006
> Project: Apache Gobblin
> Issue Type: Improvement
> Components: misc
> Reporter: Arpit Varshney
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently, while cleaning the log files, the Retention job goes into OOM and
> fails when the no of log files is too many.
> Retention job while fetching all the dataset versions, loads the file status
> all at once into the memory, resulting in this issue.
> Thus, the Retention job should avoid loading all data into memory, and use an
> iterator-based approach. This will load only limited file status into memory
> and making the retention job pipeline more robust to OOM errors
--
This message was sent by Atlassian Jira
(v8.20.10#820010)