NICTA / scoobi

A Scala productivity framework for Hadoop.
http://nicta.github.com/scoobi/
482 stars 97 forks source link

Temporary files not closed after test run? #271

Closed ebastien closed 10 years ago

ebastien commented 11 years ago

After running some Scooby local tests, I can still see the space used by temporary files even if the files have been deleted. I have to exit SBT for the space to be released. It looks as if the temporary files are being kept open somehow. I am using Scooby 0.7.0-RC2-cdh3-SNAPSHOT from the 31st of May.

etorreborre commented 11 years ago

Can you please give me a short piece of code showing the issue? Which file precisely is not being released?

ebastien commented 11 years ago

I will try to come up with a minimal test case in the coming days. For the time being it is difficult to know which file is not released as it is effectively deleted from the temporary directory.

etorreborre commented 11 years ago

Thanks, I'd like to confirm that temp files are really involved here. I'll have a look to see if anything obvious stands out.

etorreborre commented 11 years ago

I haven't seen anything by looking at the code so, yes, it would be nice to have a test case. Thanks.

etorreborre commented 10 years ago

Closing for now until I can get a test case to reproduce this issue.