Skip to content

Commit 8dedbce

Browse files
authored
Merge 8e8f6a0 into 9e26730
2 parents 9e26730 + 8e8f6a0 commit 8dedbce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/blobstorage/groupinfo/blobstorage_groupinfo.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -821,8 +821,8 @@ TVDiskID TBlobStorageGroupInfo::GetVDiskInSubgroup(ui32 idxInSubgroup, ui32 hash
821821
}
822822

823823
ui32 TBlobStorageGroupInfo::GetOrderNumber(const TVDiskID &vdisk) const {
824-
Y_VERIFY_S(vdisk.GroupID == GroupID, "Expected GroupID# " << GroupID << ", given GroupID# " << vdisk.GroupID);
825-
Y_VERIFY_S(vdisk.GroupGeneration == GroupGeneration, "Expected GroupGeneration# " << GroupGeneration
824+
Y_VERIFY_DEBUG_S(vdisk.GroupID == GroupID, "Expected GroupID# " << GroupID << ", given GroupID# " << vdisk.GroupID);
825+
Y_VERIFY_DEBUG_S(vdisk.GroupGeneration == GroupGeneration, "Expected GroupGeneration# " << GroupGeneration
826826
<< ", given GroupGeneration# " << vdisk.GroupGeneration);
827827
return Topology->GetOrderNumber(vdisk);
828828
}

0 commit comments

Comments
 (0)