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. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20090319/d6676ad8/attachment.html>
Andrew McGill
2009-Mar-20 07:27 UTC
[Gluster-users] Unable to move file to cluster via Java?
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.