On Wed, May 20, 2009 at 10:22 PM, Stas Oskin <stas.os...@gmail.com> wrote:
>>
>> You should only use this if you plan on manually closing FileSystems
>> yourself from within your own shutdown hook. It's somewhat of an advanced
>> feature, and I wouldn't recommend using this patch unless you fully
>> understand the ramifications of modifying the shutdown sequence.
>
>
> Standard dfs.close() would do the trick, no?

After you've performed your application shutdown actions you should
call FileSystem's closeAll() method.

>
>
>> Just uploaded a patch based on branch 18 for you to that JIRA.
>>
>
> Thanks a lot!
>

Reply via email to