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 383f91c commit f1d5957Copy full SHA for f1d5957
ydb/core/blobstorage/vdisk/defrag/defrag_quantum.cpp
@@ -94,8 +94,8 @@ namespace NKikimr {
94
95
Compact();
96
97
- // auto hugeStat = GetHugeStat();
98
- // Y_ABORT_UNLESS(hugeStat.LockedChunks.size() < 100);
+ auto hugeStat = GetHugeStat();
+ Y_DEBUG_ABORT_UNLESS(hugeStat.LockedChunks.size() < 100);
99
}
100
101
Send(ParentActorId, new TEvDefragQuantumResult(std::move(stat)));
0 commit comments