You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@reef.apache.org by "Andrew Chung (JIRA)" <ji...@apache.org> on 2016/05/12 22:15:13 UTC

[jira] [Commented] (REEF-1361) IFileDeSerializer does not have a Dispose function

    [ https://issues.apache.org/jira/browse/REEF-1361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282146#comment-15282146 ] 

Andrew Chung commented on REEF-1361:
------------------------------------

[~dkm2110] what is the status of this item?

> IFileDeSerializer does not have a Dispose function
> --------------------------------------------------
>
>                 Key: REEF-1361
>                 URL: https://issues.apache.org/jira/browse/REEF-1361
>             Project: REEF
>          Issue Type: Improvement
>          Components: REEF.NET IO
>         Environment: C#
>            Reporter: Dhruv Mahajan
>
> Currently {{IFileDeserializer}} does not inherit {{IDisposable}} class to dispose unmanaged resources like files. This becomes necessary in case it decides to add some disk based cache and writes a cache to the disk at some temporary location. This cache then needs to be deleted once {{IInputPartition}} is being disposed by calling the {{IFileDeserializer.Dispose()}} in {{IInputPartition.Dispose()}}.
> The aim of this JIRA is to introduce the dispose functionality in  {{IFileDeserializer}} and modify {{FileSystemInputPartition}} to use it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)