Skip to content

Commit 21b0c4d

Browse files
authored
Remove excessive check from DS proxy mock (#13207)
1 parent 286332a commit 21b0c4d

File tree

1 file changed

+0
-3
lines changed
  • ydb/core/blobstorage/dsproxy/mock

1 file changed

+0
-3
lines changed

ydb/core/blobstorage/dsproxy/mock/model.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,6 @@ namespace NFake {
139139
const ui32 offset = size ? query.Shift : 0;
140140
response.Buffer = TRope(data.Buffer.Position(offset), data.Buffer.Position(offset + size));
141141
} else {
142-
// ensure this blob is not under GC
143-
Y_ABORT_UNLESS(!IsCollectedByBarrier(id), "Id# %s", id.ToString().data());
144-
145142
// reply with NODATA -- we haven't got this blob
146143
response.Status = NKikimrProto::NODATA;
147144
}

0 commit comments

Comments
 (0)