From 423f42888a57c1c9efb07ff9efb88202b8b5f923 Mon Sep 17 00:00:00 2001 From: ivanmorozov333 Date: Wed, 27 Nov 2024 12:40:01 +0300 Subject: [PATCH] additional coredumps info (#11960) --- ydb/core/tx/columnshard/engines/portions/data_accessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ydb/core/tx/columnshard/engines/portions/data_accessor.h b/ydb/core/tx/columnshard/engines/portions/data_accessor.h index 9e8f608385b7..cb428880bd84 100644 --- a/ydb/core/tx/columnshard/engines/portions/data_accessor.h +++ b/ydb/core/tx/columnshard/engines/portions/data_accessor.h @@ -30,7 +30,7 @@ class TPortionDataAccessor { entityId = i.GetEntityId(); chunkIdx = 0; } else { - AFL_VERIFY(i.GetChunkIdx() == chunkIdx + 1); + AFL_VERIFY(i.GetChunkIdx() == chunkIdx + 1)("chunk", i.GetChunkIdx())("idx", chunkIdx); chunkIdx = i.GetChunkIdx(); } }