FastRestore:Send reply before assert fail
This commit is contained in:
parent
d9ea14ea6c
commit
422784d545
|
@ -117,8 +117,8 @@ ACTOR static Future<Void> handleSendMutationVectorRequest(RestoreSendVersionedMu
|
|||
TraceEvent(SevWarn, "FastRestoreApplierRestoreSendVersionedMutationsRequestTooLate")
|
||||
.detail("RequestBatchIndex", req.batchIndex)
|
||||
.detail("FinishedBatchIndex", self->finishedBatch.get());
|
||||
ASSERT(false); // Test to see if simulation can reproduce this
|
||||
req.reply.send(RestoreCommonReply(self->id(), true));
|
||||
ASSERT(false); // Test to see if simulation can reproduce this
|
||||
return Void();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue