We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55d122b commit 4ff35feCopy full SHA for 4ff35fe
ydb/library/yql/providers/dq/actors/result_actor_base.h
@@ -212,6 +212,8 @@ namespace NYql::NDqs::NExecutionHelpers {
212
if (ev->Get()->Record.IssuesSize() == 0) { // weird way used by writer to acknowledge it's death
213
DoFinish();
214
} else {
215
+ WaitingAckFromFRW = false;
216
+ WriteQueue.clear();
217
Y_ABORT_UNLESS(ev->Get()->Record.GetStatusCode() != NYql::NDqProto::StatusIds::SUCCESS);
218
TBase::Send(ExecuterID, ev->Release().Release());
219
}
0 commit comments