mirror of
https://github.com/usatiuk/dhfs.git
synced 2025-10-29 04:57:48 +01:00
Dhfs-app: fix asyncFence if there were no transactions
This commit is contained in:
@@ -81,6 +81,7 @@ public class WritebackObjectPersistentStore {
|
|||||||
lastTxId = s.id();
|
lastTxId = s.id();
|
||||||
}
|
}
|
||||||
_lastCommittedId.set(lastTxId);
|
_lastCommittedId.set(lastTxId);
|
||||||
|
_lastWrittenId.set(lastTxId);
|
||||||
_pendingWrites.set(new PendingWriteData(TreePMap.empty(), lastTxId, lastTxId));
|
_pendingWrites.set(new PendingWriteData(TreePMap.empty(), lastTxId, lastTxId));
|
||||||
_ready = true;
|
_ready = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user