[
https://issues.apache.org/jira/browse/FELIX-2474?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12888958#action_12888958
]
Josh Holtzman commented on FELIX-2474:
--------------------------------------
The write permission is enabled while the file copy is in process, so that
won't work. The finder seems to copy in bursts, which creates a situation
where the file size has not changed between two fileinstall scans, but the file
is still being written. In my case, Increasing the polling time to 5 seconds
fixes this problem, so even multi-gigabyte media files that take minutes to
copy are no longer read prematurely.
> Fileinstall scanner's checksum not always sufficient
> ----------------------------------------------------
>
> Key: FELIX-2474
> URL: https://issues.apache.org/jira/browse/FELIX-2474
> Project: Felix
> Issue Type: Bug
> Components: File Install
> Affects Versions: fileinstall-3.0.0
> Reporter: Josh Holtzman
> Priority: Minor
>
> When doing a file copy using the Finder on a mac, the attributes used to
> generate the file's checksum do not change while the file is being copied.
> This results in fileinstall processing a file before it is fully copied.
> Both cp and scp work as expected.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.