From ce8e8c9d27b5182cd1efdcfb3dc5edaee4a8ab00 Mon Sep 17 00:00:00 2001 From: Taras Pashkin <32797206+tpashkin@users.noreply.github.com> Date: Wed, 11 Sep 2024 15:58:41 +0300 Subject: [PATCH] do not call Start on already started nbd endpoint (#1985) --- cloud/blockstore/libs/endpoint_proxy/server/server.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/cloud/blockstore/libs/endpoint_proxy/server/server.cpp b/cloud/blockstore/libs/endpoint_proxy/server/server.cpp index 1f501ac4de..3cce7f2f3e 100644 --- a/cloud/blockstore/libs/endpoint_proxy/server/server.cpp +++ b/cloud/blockstore/libs/endpoint_proxy/server/server.cpp @@ -575,8 +575,6 @@ struct TServer: IEndpointProxyServer Scheduler, ep.RequestStats, volumeStats); - - ep.Client->Start(); STORAGE_INFO(request.ShortDebugString().Quote() << " - Started DurableClient");