We have a production system where we are generating 1000s of XML files each having the max size of 150MB everyday to NFS storage mounted to our applications servers. Both NFS and application servers are running on Solaris 10 operating system.
We are using JAXB(Java XML API) to generate the XML files.
The application server have no errors reported but once a while generated XML files are corrupted like missing tags and not completed properly. We are suspecting the issue is because of the NFS storage as we have ruled out other possibilities of application issues(Not able to reproduce and rerunning the job generating the file without any issue).
Can anyone suggest how can we make sure there is no issue with NFS writing? or any other suggestion on how we can debug the issue?
Regards, Mayuran