aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormonster <monster@ydb.tech>2023-10-16 15:50:45 +0300
committermonster <monster@ydb.tech>2023-10-16 16:15:18 +0300
commitd4f3485ebf6530953946184c62b06e3d92b8a5c8 (patch)
tree911fc67fdd185b0ba833c784aba9e5b261451bb5
parentbf3a78d565c0c2952ee010becf43b3af19378ad0 (diff)
downloadydb-d4f3485ebf6530953946184c62b06e3d92b8a5c8.tar.gz
add missing handle KIKIMR-18323
-rw-r--r--ydb/core/tx/schemeshard/schemeshard_impl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ydb/core/tx/schemeshard/schemeshard_impl.cpp b/ydb/core/tx/schemeshard/schemeshard_impl.cpp
index 3c7894ac042..a6db3dbee26 100644
--- a/ydb/core/tx/schemeshard/schemeshard_impl.cpp
+++ b/ydb/core/tx/schemeshard/schemeshard_impl.cpp
@@ -4448,6 +4448,7 @@ void TSchemeShard::StateWork(STFUNC_SIG) {
HFuncTraced(TEvPersQueue::TEvProposeTransactionAttachResult, Handle);
HFuncTraced(TEvPrivate::TEvProcessStatistics, Handle);
+ HFuncTraced(TEvPrivate::TEvStatFastBroadcastCheck, Handle);
HFuncTraced(NStat::TEvStatistics::TEvRegisterNode, Handle);
default: