Skip to content

Commit 70cb67b

Browse files
Leaking 'PartitionWriterCacheActor` (ydb-platform#4892)
1 parent af13d43 commit 70cb67b

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
@@ -199,6 +199,8 @@ void TPartitionWriterCacheActor::Handle(TEvents::TEvPoisonPill::TPtr& ev, const
199199
for (auto& [_, writer] : Writers) {
200200
ctx.Send(writer->Actor, new TEvents::TEvPoisonPill());
201201
}
202+
203+
Die(ctx);
202204
}
203205

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

0 commit comments

Comments
 (0)