Skip to content

Commit cf09ac0

Browse files
Merge 87d905f into 13c6e2a
2 parents 13c6e2a + 87d905f commit cf09ac0

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

+2
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)