diff options
author | cherepashka <cherepashka@yandex-team.com> | 2024-04-26 12:55:39 +0300 |
---|---|---|
committer | cherepashka <cherepashka@yandex-team.com> | 2024-04-26 13:08:22 +0300 |
commit | 133e96d5c735e2dc94d64e91dae4bf86a8256895 (patch) | |
tree | 0eb2704b23d1878533fa14c4edca4db6e6096363 /yt | |
parent | c455f2fcfbdb29b94e5555c43149f4fd10692e11 (diff) | |
download | ydb-133e96d5c735e2dc94d64e91dae4bf86a8256895.tar.gz |
YT-18497: Trace ID in Sequoia
0a666171cff673bba38c08e240164ae20a0d2946
Diffstat (limited to 'yt')
-rw-r--r-- | yt/yt/core/rpc/service_detail.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/yt/yt/core/rpc/service_detail.h b/yt/yt/core/rpc/service_detail.h index 2c2f7f3b1c..da707d9080 100644 --- a/yt/yt/core/rpc/service_detail.h +++ b/yt/yt/core/rpc/service_detail.h @@ -426,7 +426,7 @@ protected: return ::NYT::NRpc::TServiceBase::TLiteHandler(); \ } \ return \ - BIND([=, this] ( \ + BIND_NO_PROPAGATE([=, this] ( \ const ::NYT::NRpc::IServiceContextPtr&, \ const ::NYT::NRpc::THandlerInvocationOptions&) \ { \ |