Skip to content

Commit 65fb266

Browse files
authored
ReconnectPeriod has been fixed for pq_read_actor (#13921) (#13941)
1 parent 8663e7c commit 65fb266

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/library/yql/providers/pq/async_io/dq_pq_read_actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ class TDqPqReadActor : public NActors::TActor<TDqPqReadActor>, public NYql::NDq:
288288

289289
if (!InflightReconnect && ReconnectPeriod != TDuration::Zero()) {
290290
Metrics.ReconnectRate->Inc();
291-
Schedule(ReconnectPeriod, new TEvPrivate::TEvSourceDataReady());
291+
Schedule(ReconnectPeriod, new TEvPrivate::TEvReconnectSession());
292292
InflightReconnect = true;
293293
}
294294

0 commit comments

Comments
 (0)