Skip to content

Commit

Permalink
fix(compactor): fix unneccessary compactor meta grpc stream re-creati…
Browse files Browse the repository at this point in the history
…on (#16783)
  • Loading branch information
hzxa21 authored May 16, 2024
1 parent 93c221d commit 8c37e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/src/hummock/compactor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ pub fn start_compactor(
&request_sender,
);

continue 'start_stream;
continue 'consume_stream;
}

running_task_parallelism
Expand Down

0 comments on commit 8c37e4e

Please sign in to comment.