Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(storage): provide end index for compactor iter to reduce io #17426

Merged
merged 11 commits into from
Jul 26, 2024
2 changes: 0 additions & 2 deletions src/storage/hummock_test/src/compactor_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -803,7 +803,6 @@ pub(crate) mod tests {
filter_key_extractor_manager,
)
.await;

hummock_manager_ref
.report_compact_task(
result_task.task_id,
Expand Down Expand Up @@ -1932,7 +1931,6 @@ pub(crate) mod tests {
..Default::default()
};
let (ret, fast_ret) = run_fast_and_normal_runner(compact_ctx.clone(), task).await;

let mut fast_tables = Vec::with_capacity(fast_ret.len());
let mut normal_tables = Vec::with_capacity(ret.len());
let mut stats = StoreLocalStatistic::default();
Expand Down
Loading
Loading