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

Gary D. Gregory commented on IO-774:
------------------------------------

Hello [~danblum] 

Indeed, I ran it on Windows. This is unlikely to be addressed if you don't 
provide a better test or instructions. If there is something we could actually 
do that is, which is unclear to me at least.

Perhaps you can provide a Docker image and step-by-step instructions that 
define the environment necessary to replicate the issue?

> FileUtils.forceDelete may silently not delete directories
> ---------------------------------------------------------
>
>                 Key: IO-774
>                 URL: https://issues.apache.org/jira/browse/IO-774
>             Project: Commons IO
>          Issue Type: Bug
>          Components: Utilities
>    Affects Versions: 2.11.0
>         Environment: I am using CentOS 7 and Java 8.
>            Reporter: Daniel Blum
>            Priority: Minor
>         Attachments: FileUtilsTest.java
>
>
> Using Linux on NFS, if a file is in use and you delete it, the original file 
> is in fact deleted but a ".nfs" file will be left in the directory until the 
> thread or process using the file releases its handle. This prevents the 
> directory containing from being deleted. The upshot is that if forceDelete is 
> called on a directory and there is a file anywhere underneath it which 
> something has open, some of the tree will not be deleted with no exception 
> being thrown.
> I have attached a simple program which demonstrates the issue.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to