From 42c1a70622c1e4a8e12b066055ea8043d9bcea19 Mon Sep 17 00:00:00 2001 From: Andrei Rykov Date: Wed, 3 Jan 2024 02:44:52 +0000 Subject: [PATCH] YDB-1713/hotkeys --- ydb/core/viewer/json_hotkeys.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ydb/core/viewer/json_hotkeys.h b/ydb/core/viewer/json_hotkeys.h index a920716745ea..0aad63c9ed44 100644 --- a/ydb/core/viewer/json_hotkeys.h +++ b/ydb/core/viewer/json_hotkeys.h @@ -101,6 +101,8 @@ class TJsonHotkeys : public TViewerPipeClient { ui64 datashardId = partitions.Get(tabletsOrder[i].second).GetDatashardId(); SendRequestToPipe(ConnectTabletPipe(datashardId), request.Release()); } + + RequestDone(); } void Handle(TEvDataShard::TEvGetDataHistogramResponse::TPtr& ev) {