From a6b0fe0c7d16c9412bb8d9de50cbed53a6c42bbc Mon Sep 17 00:00:00 2001 From: yumkam Date: Tue, 12 Nov 2024 15:15:12 +0300 Subject: [PATCH] Fix busy-wait in async compute actor (#11507) (cherry picked from commit 75b75e9d58fb78a90617b31ebe7489b1cfc165a0) --- ydb/library/yql/dq/actors/compute/dq_async_compute_actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/library/yql/dq/actors/compute/dq_async_compute_actor.cpp b/ydb/library/yql/dq/actors/compute/dq_async_compute_actor.cpp index f6629fc5b5e1..598f4052345f 100644 --- a/ydb/library/yql/dq/actors/compute/dq_async_compute_actor.cpp +++ b/ydb/library/yql/dq/actors/compute/dq_async_compute_actor.cpp @@ -440,7 +440,7 @@ class TDqAsyncComputeActor : public TDqComputeActorBase