[ 
https://issues.apache.org/jira/browse/MAHOUT-1467?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Suneel Marthi updated MAHOUT-1467:
----------------------------------

    Resolution: Fixed
      Assignee: Suneel Marthi
        Status: Resolved  (was: Patch Available)

Patch committed to trunk.

> ClusterClassifier readPolicy leaks file handles
> -----------------------------------------------
>
>                 Key: MAHOUT-1467
>                 URL: https://issues.apache.org/jira/browse/MAHOUT-1467
>             Project: Mahout
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: 0.9
>            Reporter: Avi Shinnar
>            Assignee: Suneel Marthi
>             Fix For: 1.0
>
>         Attachments: MAHOUT-1467.patch
>
>
> The org.apache.mahout.clustering.classify.ClusterClassifier.readPolicy method 
> leaks file handles.
> This leak causes a serious problems in setups that reuse JVMs for multiple 
> tasks (as with "mapred.job.reuse.jvm.num.tasks").
> In more detail:
> The org.apache.mahout.clustering.classify.ClusterClassifier class has  static 
> methods to read policies: readPolicy.
> It opens a SequenceFile.Reader and reads from it, and then neglects to close 
> it.
> suggested fix:
> add a call to reader.close() before the return statement in readPolicy



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to