Skip to content

Commit

Permalink
additional coredumps info (#11960)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 authored Nov 27, 2024
1 parent bbdc254 commit 423f428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/engines/portions/data_accessor.h
Original file line number Diff line number Diff line change
Expand Up @@ -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();
}
}
Expand Down

0 comments on commit 423f428

Please sign in to comment.