mirror of https://github.com/apache/activemq.git
fix missed sync of recovery file
This commit is contained in:
parent
0514fcf882
commit
4141d6a223
|
@ -1091,7 +1091,7 @@ public class PageFile {
|
|||
if (enableDiskSyncs) {
|
||||
// Sync to make sure recovery buffer writes land on disk..
|
||||
if (enableRecoveryFile) {
|
||||
writeFile.sync();
|
||||
recoveryFile.sync();
|
||||
}
|
||||
writeFile.sync();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue