Skip to content

Commit 31a6b06

Browse files
serbel324serg-belyakov
and
serg-belyakov
authored
Cherry-pick PDisk key fixes from main (#3361)
Co-authored-by: serg-belyakov <serg-belyakov@yandex-team.com>
1 parent 2d7bc95 commit 31a6b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/blobstorage/nodewarden/node_warden_impl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ bool NKikimr::ObtainPDiskKey(NPDisk::TMainKey *mainKey, const NKikimrProto::TKey
562562
const ui8 *key;
563563
ui32 keySize;
564564
keys[i].Key.GetKeyBytes(&key, &keySize);
565-
Y_VERIFY_DEBUG(keySize == sizeof(ui64));
565+
Y_VERIFY_DEBUG(keySize == 4 * sizeof(ui64));
566566
mainKey->Keys.push_back(*(ui64*)key);
567567
}
568568
mainKey->IsInitialized = true;

0 commit comments

Comments
 (0)