aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhor911 <hor911@ydb.tech>2023-10-13 22:40:28 +0300
committerhor911 <hor911@ydb.tech>2023-10-13 23:01:44 +0300
commit4dbbacd431dd13ad681804cd76ca0f678a0bff5a (patch)
tree47dbcf4a6c499ad93d5445bbd44ee0ef272bf33a
parent296f5582e413e50f45230d3deb464c7e8dd9d27a (diff)
downloadydb-4dbbacd431dd13ad681804cd76ca0f678a0bff5a.tar.gz
Use ExecutionID from TraceID from FQ Proxy
-rw-r--r--ydb/core/kqp/run_script_actor/kqp_run_script_actor.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/ydb/core/kqp/run_script_actor/kqp_run_script_actor.cpp b/ydb/core/kqp/run_script_actor/kqp_run_script_actor.cpp
index 90d39fcc3b..99ad58c00a 100644
--- a/ydb/core/kqp/run_script_actor/kqp_run_script_actor.cpp
+++ b/ydb/core/kqp/run_script_actor/kqp_run_script_actor.cpp
@@ -56,9 +56,7 @@ public:
, LeaseDuration(leaseDuration)
, QueryServiceConfig(queryServiceConfig)
, Counters(counters)
- {
- Request.SetTraceId(ExecutionId);
- }
+ { }
static constexpr char ActorName[] = "KQP_RUN_SCRIPT_ACTOR";