aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsenya0x5f <senya0x5f@yandex-team.com>2023-10-31 13:52:34 +0300
committersenya0x5f <senya0x5f@yandex-team.com>2023-10-31 14:18:21 +0300
commitde18d54bbe2af1b06ec711dcddf037f3df372909 (patch)
tree168e62aef2ddc1c43f9bab41608f439790d7c7b7
parent08b33bb3ed7001c64c5a1fc18371b9065f76e8b3 (diff)
downloadydb-de18d54bbe2af1b06ec711dcddf037f3df372909.tar.gz
KIKIMR-19898 Fix GC in dsproxy mock
-rw-r--r--ydb/core/blobstorage/dsproxy/mock/model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ydb/core/blobstorage/dsproxy/mock/model.h b/ydb/core/blobstorage/dsproxy/mock/model.h
index e700affb11..3c65b79d7c 100644
--- a/ydb/core/blobstorage/dsproxy/mock/model.h
+++ b/ydb/core/blobstorage/dsproxy/mock/model.h
@@ -368,7 +368,7 @@ namespace NFake {
std::make_pair(id.Generation(), id.Step()) <= it->second.MakeCollectPair();
}
- void DoCollection(ui32 tablet, ui32 channel, bool force, ui32 Gen, ui32 Step) {
+ void DoCollection(ui64 tablet, ui32 channel, bool force, ui32 Gen, ui32 Step) {
TLogoBlobID id(tablet, 0, 0, channel, 0, 0);
auto it = Blobs.lower_bound(id);
while (it != Blobs.end() && it->first.TabletID() == tablet &&