Re: Proposal: use Files.move instead of File.renameTo in FarmWarDeployer

2019-08-07 Thread Mark Thomas
On 06/08/2019 21:05, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > All, > > Someone recently had a problem where the FarmWarDeployer wouldn't work > on a secondary node because File.renameTo was failing -- likely due to > the underlying Java/OS refusing to re-

Proposal: use Files.move instead of File.renameTo in FarmWarDeployer

2019-08-06 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 All, Someone recently had a problem where the FarmWarDeployer wouldn't work on a secondary node because File.renameTo was failing -- likely due to the underlying Java/OS refusing to re-name a file across filesystems. I propose that we switch to usi