Skip to content

Commit

Permalink
fix unschedule group
Browse files Browse the repository at this point in the history
Signed-off-by: Little-Wallace <[email protected]>
  • Loading branch information
Little-Wallace committed Mar 8, 2024
1 parent b2476b3 commit ff39dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta/src/hummock/manager/compaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ impl HummockManager {
}
};
}
if generated_task_count < pull_task_count && meet_error {
if generated_task_count < pull_task_count && !meet_error {
// no compact_task to be picked
for group in groups {
self.compaction_state.unschedule(group, task_type);
Expand Down

0 comments on commit ff39dae

Please sign in to comment.