UnifyFS icon indicating copy to clipboard operation
UnifyFS copied to clipboard

report error to client when read request fails

Open dsikich opened this issue 6 years ago • 0 comments

Describe the problem you're observing

The client hangs after writing data, then trying to read it in the same program. It works if you close the file in between, but it should at least error out if the data has not been synced yet.

Describe how to reproduce the problem

Run a client application that writes data to a UnifyCR intercepted path, then try to read that data back without closing the file handle before the read. When you do this the client just hangs. This should report an error if the read lookup fails.

dsikich avatar Jul 18 '18 01:07 dsikich