Bug fix, metadata read futures were moved to a vector but then not waited on.
This commit is contained in:
parent
dac1827d23
commit
9ef9041fba
|
@ -538,6 +538,8 @@ public:
|
|||
metaReads.push_back(store(bc->logEndVersion().get(), metaLogEnd));
|
||||
}
|
||||
|
||||
Void _ = wait(waitForAll(metaReads));
|
||||
|
||||
TraceEvent("BackupContainerMetadata")
|
||||
.detail("URL", bc->getURL())
|
||||
.detail("ExpiredEndVersion", metaExpiredEnd.orDefault(-1))
|
||||
|
|
Loading…
Reference in New Issue