We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1f3c02 commit 020301cCopy full SHA for 020301c
ydb/core/tx/columnshard/columnshard__write.cpp
@@ -327,7 +327,7 @@ class TCommitOperation {
327
return TConclusionStatus::Fail("no arbiter info in request");
328
}
329
ArbiterColumnShard = locks.GetArbiterColumnShard();
330
- if (!ReceivingShards.contains(*ArbiterColumnShard)) {
+ if (!ReceivingShards.contains(ArbiterColumnShard)) {
331
return TConclusionStatus::Fail("arbiter is absent in receiving lists");
332
333
0 commit comments