Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yegorskii committed Mar 26, 2024
1 parent a989001 commit f724995
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions cloud/blockstore/libs/storage/volume_proxy/volume_proxy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,12 @@ void TVolumeProxyActor::HandleDescribeResponse(
*conn,
volumeDescr.GetVolumeTabletId(),
msg->Path);

if (auto it = BaseDiskIdToTabletId.find(conn->DiskId);
it != BaseDiskIdToTabletId.end())
{
it->second.ConnectFailures = 0;
}
}

template <typename TMethod>
Expand Down

0 comments on commit f724995

Please sign in to comment.