Details
-
Bug
-
Resolution: Fixed
-
Major
-
None
-
3
-
9223372036854775807
Description
If FS hit an error and journal aborted, commited callback will called with non zero errno. But lustre ignore a error flag and update a last_rcvd / last_commited values. If any reply executed in same time clients will have a new last_commited updates and flush a requests from un-commited queue.
But it data isn't on persistent storage and need to be replayed after fail to avoid data corruption.