Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9223372036854775807
Description
Size error: expected 0x659000 stat 0x145d12 seek 0x659000
LOG DUMP (849 total operations):
Full logs could be found here:
The problem might be related to following cases:
1) Client A try to ftruncate file to file_size.
2) Client B Direct Write (punch hole )to update new_file_size.
3) Client A try to stat file to check whether it could get new_file_size, but got old file_size instead.