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.
Attachments
Issue Links
Activity
Remote Link | New: This issue links to "Page (Whamcloud Community Wiki)" [ 28108 ] |
Remote Link | New: This issue links to "Page (Whamcloud Community Wiki)" [ 24559 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Reopened [ 4 ] | New: Resolved [ 5 ] |
I'm still hitting this on master: