Skip to content

Commit 423f428

Browse files
additional coredumps info (#11960)
1 parent bbdc254 commit 423f428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/tx/columnshard/engines/portions/data_accessor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class TPortionDataAccessor {
3030
entityId = i.GetEntityId();
3131
chunkIdx = 0;
3232
} else {
33-
AFL_VERIFY(i.GetChunkIdx() == chunkIdx + 1);
33+
AFL_VERIFY(i.GetChunkIdx() == chunkIdx + 1)("chunk", i.GetChunkIdx())("idx", chunkIdx);
3434
chunkIdx = i.GetChunkIdx();
3535
}
3636
}

0 commit comments

Comments
 (0)