Fix minor merge issues

This commit is contained in:
Ed Hennis
2026-07-15 11:21:43 -04:00
parent 94c7873df0
commit c0cd461e81

View File

@@ -208,7 +208,7 @@ DatabaseRotatingImp::fetchNodeObject(
{
JLOG(j_.warn()) << "Rotating: copy node for ledger " << ledgerSeq
<< " from archive to writable backend: " << hash;
++copyForwardCount_;
copyForwardCount_.fetch_add(1, std::memory_order_relaxed);
}
writable->store(nodeObject);
}