- Jul 23, 2007
- 3
- 0
- 0
on an ESS, rename will occasionally report successful status, but this is misleading as one particular symptom seems to suggest: in my application, the next action after a rename is to get a file handle, and rarely this will result in "file not found". the same application is run on a single filesystem & this never happens.
is this due to what i perceive to be that rename merely makes a new link (or shadow), and then forks the actual move, which is rarely incompleted before parent process attempts to define a file handle for the new location?
this scenario is extremely difficult to faithfully reproduce
is this due to what i perceive to be that rename merely makes a new link (or shadow), and then forks the actual move, which is rarely incompleted before parent process attempts to define a file handle for the new location?
this scenario is extremely difficult to faithfully reproduce