diff options
| author | hor911 <[email protected]> | 2023-10-13 22:40:28 +0300 |
|---|---|---|
| committer | hor911 <[email protected]> | 2023-10-13 23:01:44 +0300 |
| commit | 4dbbacd431dd13ad681804cd76ca0f678a0bff5a (patch) | |
| tree | 47dbcf4a6c499ad93d5445bbd44ee0ef272bf33a | |
| parent | 296f5582e413e50f45230d3deb464c7e8dd9d27a (diff) | |
Use ExecutionID from TraceID from FQ Proxy
| -rw-r--r-- | ydb/core/kqp/run_script_actor/kqp_run_script_actor.cpp | 4 |
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 90d39fcc3be..99ad58c00ad 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"; |
