Skip to content

Commit a61cedc

Browse files
authored
Remove verify from console interaction (#13076)
1 parent 9dcc8cc commit a61cedc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ydb/core/mind/bscontroller/console_interaction.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@ namespace NKikimr::NBsController {
243243
MakeRetrySession();
244244
return;
245245
}
246-
Y_VERIFY_DEBUG_S(generation == blockedGeneration + 1, "BlockedGeneration#" << blockedGeneration << " Tablet generation#" << generation);
247246
break;
248247
case NKikimrProto::BLOCKED:
249248
Self.PassAway();

0 commit comments

Comments
 (0)