mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
Prevent error from delay actor.
This commit is contained in:
parent
28707de343
commit
dc1700d728
@ -3277,6 +3277,9 @@ ACTOR Future<bool> asyncPrepareVersionsForCommit_impl(StorageServerDisk* self, S
|
||||
if (durable.isError()) {
|
||||
throw durable.getError();
|
||||
}
|
||||
if (durableMinDelay.isError()) {
|
||||
throw durableMinDelay.getError();
|
||||
}
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user