Skip to content

Commit 5b006e4

Browse files
authored
Fix false-positive assertion in RecoverLostData mode (#8736)
1 parent 11433e1 commit 5b006e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,6 @@ namespace NKikimr {
577577
GInfo = msg->NewInfo;
578578

579579
// reconfigure guid recovery actor
580-
Y_ABORT_UNLESS(RecoverLostDataId != TActorId());
581580
ctx.Send(RecoverLostDataId, msg->Clone());
582581
}
583582

0 commit comments

Comments
 (0)