Dhfs-app: fix asyncFence if there were no transactions

This commit is contained in:
2025-04-24 15:14:03 +02:00
parent 1d9dc8ed4d
commit 75b484d5b2

View File

@@ -81,6 +81,7 @@ public class WritebackObjectPersistentStore {
lastTxId = s.id();
}
_lastCommittedId.set(lastTxId);
_lastWrittenId.set(lastTxId);
_pendingWrites.set(new PendingWriteData(TreePMap.empty(), lastTxId, lastTxId));
_ready = true;
}