I had to change the location of my system tmp dir from a local location to NFS. I then found LoadHelper DESTROY function, which essentially only removes the temporary directory, started giving some errors (can’t remove dir since it’s not empty), although it seems the temp directory was actually completely removed.
I commented out this single rmtree line and everything seems to work fine. N traces are left in the tempdir. Also, I’m not sure why is this rmtree call needed - doesn’t tempdir cleanups after itself?
Hi,
I had to change the location of my system tmp dir from a local location to NFS. I then found LoadHelper DESTROY function, which essentially only removes the temporary directory, started giving some errors (can’t remove dir since it’s not empty), although it seems the temp directory was actually completely removed.
I commented out this single rmtree line and everything seems to work fine. N traces are left in the tempdir. Also, I’m not sure why is this rmtree call needed - doesn’t tempdir cleanups after itself?
Shahar
original LH ticket
This ticket has 0 attachment(s).