Skip to content

Commit

Permalink
YDB Import 502
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-ydb-importer committed Dec 20, 2023
1 parent 4f47a6c commit 1cf5622
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ namespace NYql::NDqs::NExecutionHelpers {
if (ev->Get()->Record.IssuesSize() == 0) { // weird way used by writer to acknowledge it's death
DoFinish();
} else {
WaitingAckFromFRW = false;
WriteQueue.clear();
Y_ABORT_UNLESS(ev->Get()->Record.GetStatusCode() != NYql::NDqProto::StatusIds::SUCCESS);
TBase::Send(ExecuterID, ev->Release().Release());
}
Expand Down

0 comments on commit 1cf5622

Please sign in to comment.