File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ydb/core/mind/bscontroller Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ namespace NKikimr::NBsController {
239
239
switch (status) {
240
240
case NKikimrProto::OK:
241
241
if (generation <= blockedGeneration) {
242
- Self.PassAway ( );
242
+ Self.HandlePoison ( TActivationContext::AsActorContext () );
243
243
return ;
244
244
}
245
245
if (generation == blockedGeneration + 1 && NeedRetrySession) {
@@ -249,7 +249,7 @@ namespace NKikimr::NBsController {
249
249
Y_VERIFY_DEBUG_S (generation == blockedGeneration + 1 , " BlockedGeneration#" << blockedGeneration << " Tablet generation#" << generation);
250
250
break ;
251
251
case NKikimrProto::BLOCKED:
252
- Self.PassAway ( );
252
+ Self.HandlePoison ( TActivationContext::AsActorContext () );
253
253
break ;
254
254
case NKikimrProto::DEADLINE:
255
255
case NKikimrProto::RACE:
You can’t perform that action at this time.
0 commit comments