Skip to content

Commit

Permalink
YQL-17434 Ignore TEvStatistics (ydb-platform#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
resetius authored Dec 20, 2023
1 parent f68eb91 commit 313d937
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class TTaskRunnerActor
hFunc(TEvPush, OnChannelPush);
hFunc(TEvSinkPop, OnSinkPop);
hFunc(TEvSinkPopFinished, OnSinkPopFinished);
IgnoreFunc(TEvStatistics);
default: {
auto message = TStringBuilder() << "Unexpected event: " << ev->GetTypeRewrite() << " (" << ev->GetTypeName() << ")" << " stageId: " << StageId;
auto issue = TIssue(message).SetCode(TIssuesIds::DQ_GATEWAY_NEED_FALLBACK_ERROR, TSeverityIds::S_ERROR);
Expand Down

0 comments on commit 313d937

Please sign in to comment.