jixinchi commented on PR #163:
URL: https://github.com/apache/jclouds/pull/163#issuecomment-1761444184

   Hi! I'm using s3proxy built on the latest jclouds. The provider 
configuration is "filesystem", and basedir configuration is a directory where a 
NAS is mounted.
   
   When I performed a multipart upload, I found that files such as 
".nfs00000000100000bf00000005" remained in the directory after uploading. Each 
file corresponded to one part and the files could not be deleted. The error 
"Device Busy" was reported. These files will disappear automatically after 
restarting s3proxy.
   
   I suspected that the file handle may not released, and eventually I found 
this PR. I restored this workaround code about FileInputStream, then my problem 
was solved. So I would like to ask why this workaround was deleted. Is there a 
better solution to solve my problem?
   
   Thank you very much!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@jclouds.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to