We've got two servers having a directory mapped via NFS to each of them.
Process on server A (shell script) places file into mapped drive.
Java process on server B regularly polls mapped drive and processes the file as soon as it is found. After file is processed - it is renamed (and deleted by cron'ed process on server A afterwards)
The file is a small .properties file. Everything works well for couple of cycles. After that server A and server B start to see contents of mapped drive differently. We disabled NFS caching and attribute lookup. Problem is still there.
If I go to a server which has broken view and do:
ls
I'll see stalled files. BUT, if I do it again - correct file listing is printed.
We'd appreciate any help on the issue.