Skip to content

Commit

Permalink
Fix false-positive assertion in RecoverLostData mode (#13161)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexander Rutkovsky <alexvru@ydb.tech>
  • Loading branch information
SammyVimes and alexvru authored Jan 3, 2025
1 parent 7bd4196 commit 56e8b11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ydb/core/blobstorage/vdisk/syncer/blobstorage_syncer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,6 @@ namespace NKikimr {
GInfo = msg->NewInfo;

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

Expand Down

0 comments on commit 56e8b11

Please sign in to comment.