[
https://issues.apache.org/jira/browse/HUDI-945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17411487#comment-17411487
]
ASF GitHub Bot commented on HUDI-945:
-------------------------------------
hudi-bot commented on pull request #2069:
URL: https://github.com/apache/hudi/pull/2069#issuecomment-914625846
<!--
Meta data
{
"version" : 1,
"metaDataEntries" : [ {
"hash" : "abc97417e9acc86dc4fa8750f1b658b6bcb08473",
"status" : "UNKNOWN",
"url" : "TBD",
"triggerID" : "abc97417e9acc86dc4fa8750f1b658b6bcb08473",
"triggerType" : "PUSH"
} ]
}-->
## CI report:
* abc97417e9acc86dc4fa8750f1b658b6bcb08473 UNKNOWN
<details>
<summary>Bot commands</summary>
@hudi-bot supports the following commands:
- `@hudi-bot run travis` re-run the last Travis build
- `@hudi-bot run azure` re-run the last Azure build
</details>
--
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]
> Cleanup spillable map files eagerly as part of close
> ----------------------------------------------------
>
> Key: HUDI-945
> URL: https://issues.apache.org/jira/browse/HUDI-945
> Project: Apache Hudi
> Issue Type: Bug
> Components: Writer Core
> Reporter: Balaji Varadarajan
> Assignee: Sreeram Ramji
> Priority: Major
> Labels: pull-request-available
> Fix For: 0.10.0
>
>
> Currently, files used by external spillable map are deleted on exits. For
> spark-streaming/deltastreamer continuous-mode cases which runs several
> iterations, it is better to eagerly delete files on closing the handles using
> it.
> We need to eagerly delete the files on following cases:
> # HoodieMergeHandle
> # HoodieMergedLogRecordScanner
> # SpillableMapBasedFileSystemView
--
This message was sent by Atlassian Jira
(v8.3.4#803005)