Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
kaijchen committed Nov 28, 2024
1 parent 4a5c428 commit b3b08f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion be/src/olap/rowset_builder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Status RowsetBuilder::check_tablet_version_count() {
if (injection) {
// do not return if injection
} else if (!_tablet->exceed_version_limit(config::max_tablet_version_num - 100) ||
GlobalMemoryArbitrator::is_exceed_soft_mem_limit(GB_EXCHANGE_BYTE)) {
GlobalMemoryArbitrator::is_exceed_soft_mem_limit(GB_EXCHANGE_BYTE)) {
return Status::OK();
}
//trigger compaction
Expand Down

0 comments on commit b3b08f9

Please sign in to comment.