Skip to content

Commit 9892962

Browse files
committed
add comment
1 parent 22eec50 commit 9892962

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ydb/core/fq/libs/compute/ydb/status_tracker_actor.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,8 @@ class TStatusTrackerActor : public TBaseComputeActor<TStatusTrackerActor> {
275275
}
276276

277277
void Handle(NActors::TEvents::TEvUndelivered::TPtr& ev) {
278+
// Pinger may end (with ydb_run_actor); no one sends a poison pill to this status tracker.
279+
// Therefore we'll finish ourselves.
278280
LOG_W("TEvUndelivered, from " << ev->Sender << ", reason " << ev->Get()->Reason);
279281
FailedAndPassAway();
280282
}

0 commit comments

Comments
 (0)