Skip to content

Commit

Permalink
additional info
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmorozov333 committed Jan 10, 2025
1 parent 020301c commit 7de3fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/tx/columnshard/columnshard__write.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ class TCommitOperation {
}
ArbiterColumnShard = locks.GetArbiterColumnShard();
if (!ReceivingShards.contains(ArbiterColumnShard)) {
return TConclusionStatus::Fail("arbiter is absent in receiving lists");
return TConclusionStatus::Fail("arbiter is absent in receiving lists: " + ::ToString(ArbiterColumnShard) + " in [" + JoinSeq(", ", ReceivingShards) + "]");
}
}

Expand Down

0 comments on commit 7de3fea

Please sign in to comment.