Skip to content

Commit cbd29e9

Browse files
committed
r
1 parent 413bc94 commit cbd29e9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

be/src/olap/compaction.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1171,6 +1171,10 @@ Status CompactionMixin::modify_rowsets() {
11711171
});
11721172
}
11731173

1174+
LOG(INFO) << "sout: cumulative compaction: the merged rows(" << _stats.merged_rows
1175+
<< "), filtered rows(" << _stats.filtered_rows
1176+
<< ") is not equal to missed rows(" << missed_rows_size
1177+
<< ") in rowid conversion, tablet_id: " << _tablet->tablet_id();
11741178
if (_tablet->tablet_state() == TABLET_RUNNING &&
11751179
merged_missed_rows_size != missed_rows_size && need_to_check_missed_rows) {
11761180
std::stringstream ss;

cit.sh

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
git add .
3+
git commit -m "r"
4+
git log -1
5+
git push origin delete-dm-when-compact-0304
6+

0 commit comments

Comments
 (0)