We have a few instances of a java program running independently but writing to the same log file.
Infrequently we got Stale NFS file handle error when log file was being rotated and written by multiple process instances.
We are now thinking of having separate log file per instance. Has anybody already got this issue and has a better fix.
Thanks Nayn