-
-
Notifications
You must be signed in to change notification settings - Fork 31
Closed
Description
In the method Sorter#_merge(), the list of data readers is never closed. Which means the finally block where the input files are deleted, the files won't be deleted until the GC finally notices the open files are no longer used, then closes them and deletes the files.
I'm using the merge-sort as part of a much large, long running process which means the files may be left open, and on disk, for a significant period of time.
Metadata
Metadata
Assignees
Labels
No labels