Skip to content

Commit

Permalink
Fix buffer actor tablet pipe leak (ydb-platform#14046)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikvas0 authored Jan 31, 2025
1 parent 59315fe commit dcb89a5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ydb/core/kqp/runtime/kqp_write_actor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1945,6 +1945,8 @@ class TKqpBufferWriteActor :public TActorBootstrapped<TKqpBufferWriteActor>, pub
info.WriteTableActor->Terminate();
}
}

Send(MakePipePerNodeCacheID(false), new TEvPipeCache::TEvUnlink(0));
TActorBootstrapped<TKqpBufferWriteActor>::PassAway();
}

Expand Down

0 comments on commit dcb89a5

Please sign in to comment.