Commit cbd29e9 1 parent 413bc94 commit cbd29e9 Copy full SHA for cbd29e9
File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -1171,6 +1171,10 @@ Status CompactionMixin::modify_rowsets() {
1171
1171
});
1172
1172
}
1173
1173
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 ();
1174
1178
if (_tablet->tablet_state () == TABLET_RUNNING &&
1175
1179
merged_missed_rows_size != missed_rows_size && need_to_check_missed_rows) {
1176
1180
std::stringstream ss;
Original file line number Diff line number Diff line change
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
+
You can’t perform that action at this time.
0 commit comments