Skip to content

Commit 075fbde

Browse files
committed
test abort
1 parent 6ca9cd5 commit 075fbde

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ydb/core/tablet_flat/flat_stat_table_btree_index_histogram.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ class TTableHistogramBuilderBtreeIndex {
106106
closedDataSize += dataSize;
107107
return true;
108108
} else if (Y_UNLIKELY(State == ENodeState::Initial)) {
109+
Y_ABORT("Close first");
109110
State = ENodeState::Closed;
110111
closedRowCount += GetRowCount();
111112
closedDataSize += GetDataSize();

0 commit comments

Comments
 (0)