We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e79db commit e566060Copy full SHA for e566060
ydb/core/blobstorage/dsproxy/dsproxy_patch.cpp
@@ -585,6 +585,11 @@ class TBlobStorageGroupPatchRequest : public TBlobStorageGroupRequestActor {
585
Become(&TBlobStorageGroupPatchRequest::MovedPatchState);
586
IsMovedPatch = true;
587
std::optional<ui32> subgroupIdx = 0;
588
+ ReceivedResponseFlags.resize(VDisks.size(), false);
589
+ ErrorResponseFlags.resize(VDisks.size(), false);
590
+ EmptyResponseFlags.resize(VDisks.size(), false);
591
+ ForceStopFlags.resize(VDisks.size(), false);
592
+ SlowFlags.resize(VDisks.size(), false);
593
594
if (OkVDisksWithParts) {
595
ui32 okVDiskIdx = RandomNumber<ui32>(OkVDisksWithParts.size());
0 commit comments