mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-28 10:52:03 +08:00
Merge pull request #4189 from sfc-gh-satherton/feature-redwood
Feature redwood
This commit is contained in:
commit
fe281032d1
@ -1649,11 +1649,10 @@ public:
|
||||
|
||||
if (!cacheEntry.initialized()) {
|
||||
debug_printf("DWALPager(%s) issuing actual read of %s\n", filename.c_str(), toString(pageID).c_str());
|
||||
cacheEntry.readFuture = readPhysicalPage(this, (PhysicalPageID)pageID);
|
||||
cacheEntry.readFuture = forwardError(readPhysicalPage(this, (PhysicalPageID)pageID), errorPromise);
|
||||
cacheEntry.writeFuture = Void();
|
||||
}
|
||||
|
||||
cacheEntry.readFuture = forwardError(cacheEntry.readFuture, errorPromise);
|
||||
return cacheEntry.readFuture;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user