Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
garenshi committed Jan 7, 2025
1 parent f937d4c commit ed41588
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions be/src/olap/olap_server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1073,9 +1073,6 @@ Status StorageEngine::_submit_compaction_task(TabletSharedPtr tablet,
"task, tablet_id="
<< tablet->tablet_id() << ", tablet_state=" << tablet->tablet_state();
_pop_tablet_from_submitted_compaction(tablet, compaction_type);
if (!force) {
_permit_limiter.release(permits);
}
return;
}
tablet->compaction_stage = CompactionStage::EXECUTING;
Expand Down

0 comments on commit ed41588

Please sign in to comment.