Skip to content

Commit 616eb98

Browse files
author
bulatman
committed
YT-22713: Fix the loss of original error in retrying channel
commit_hash:3baf0b19e0ee4df8ceb16ad17bd19f522cffe06f
1 parent 0a8e48a commit 616eb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yt/yt/core/rpc/retrying_channel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class TRetryingChannel
227227
}));
228228

229229
if (!RetryChecker_.Run(error)) {
230-
ResponseHandler_->HandleError(std::move(error));
230+
ReportError(error);
231231
return;
232232
}
233233

0 commit comments

Comments
 (0)