-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 2.5.4
-
Component/s: Concurrency
-
None
-
Storage Execution
-
Fully Compatible
-
ALL
-
None
-
0
-
None
-
None
-
None
-
None
-
None
-
None
I don't think fsync command is downgrading to 'R' as intended. There is a call to
global.downgrade();
in doRealWork(), but before that point, syncDataAndTruncateJournal() flushes everything before that point.