Skip to content

Commit 6149afe

Browse files
Leaking 'PartitionWriterCacheActor` (#4892)
1 parent b1d0aa2 commit 6149afe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/services/persqueue_v1/actors/partition_writer_cache_actor.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,8 @@ void TPartitionWriterCacheActor::Handle(TEvents::TEvPoisonPill::TPtr& ev, const
204204
for (auto& [_, writer] : Writers) {
205205
ctx.Send(writer->Actor, new TEvents::TEvPoisonPill());
206206
}
207+
208+
Die(ctx);
207209
}
208210

209211
auto TPartitionWriterCacheActor::GetPartitionWriter(const TString& sessionId, const TString& txId,

0 commit comments

Comments
 (0)