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 286332a commit 21b0c4dCopy full SHA for 21b0c4d
ydb/core/blobstorage/dsproxy/mock/model.h
@@ -139,9 +139,6 @@ namespace NFake {
139
const ui32 offset = size ? query.Shift : 0;
140
response.Buffer = TRope(data.Buffer.Position(offset), data.Buffer.Position(offset + size));
141
} else {
142
- // ensure this blob is not under GC
143
- Y_ABORT_UNLESS(!IsCollectedByBarrier(id), "Id# %s", id.ToString().data());
144
-
145
// reply with NODATA -- we haven't got this blob
146
response.Status = NKikimrProto::NODATA;
147
}
0 commit comments