[Gluster-users] Unable to move file to cluster via Java?

Andrew McGill list2008 at lunch.za.net
Fri Mar 20 07:27:38 UTC 2009


http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4073756

QOTD> 

In this case the renameTo method is failing because, unlike the Unix "mv"
command, the File.renameTo method is not specified to copy a file across
filesystems when necessary; it will only rename a file within a single
filesystem.


On Thursday 19 March 2009 12:44:33 Stas Oskin wrote:
> Hi.
>
> I'm testing the cluster and found out some strange issue.
>
> When I'm trying to move file to cluster via Java, the move fails. Moving it
> regularly works fine.
>
> The relevant Java code is:
>
> new File(tempFile).renameTo(new File(name))
>
> Any idea if there any issues for JVM and GlusterFS?
>
> Regards.






More information about the Gluster-users mailing list