Skip to content

Commit

Permalink
do not call Start on already started nbd endpoint (#1985)
Browse files Browse the repository at this point in the history
  • Loading branch information
tpashkin committed Sep 11, 2024
1 parent 727c461 commit ce8e8c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cloud/blockstore/libs/endpoint_proxy/server/server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -575,8 +575,6 @@ struct TServer: IEndpointProxyServer
Scheduler,
ep.RequestStats,
volumeStats);

ep.Client->Start();
STORAGE_INFO(request.ShortDebugString().Quote()
<< " - Started DurableClient");

Expand Down

0 comments on commit ce8e8c9

Please sign in to comment.