Skip to content

Spawn merge pipeline from new compactor#6284

Merged
nadav-govari merged 3 commits intonadav/feature-split-mergesfrom
nadav/pr4
Apr 13, 2026
Merged

Spawn merge pipeline from new compactor#6284
nadav-govari merged 3 commits intonadav/feature-split-mergesfrom
nadav/pr4

Conversation

@nadav-govari
Copy link
Copy Markdown
Collaborator

Description

Refactors the MergeScratch to not use the tracking objects that the MergePlanner used to keep track of ongoing merges, since merges are now one shots and are tracked in short-lived objects directly.

I'm trying to keep the existing stuff from breaking so that we can still run CI on these PRs. As a result there will be a decent amount of dead code that I'll need to go back and change.

How was this PR tested?

Unit tests. Nothing to really test significantly yet.

.set_throughput_limiter_opt(self.io_throughput_limiter.clone())
.set_component("split_downloader_merge");
let merge_executor_io_controls =
split_downloader_io_controls.clone().set_component("merger");
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: throughput throttling

Base automatically changed from nadav/pr3 to nadav/feature-split-merges April 13, 2026 17:37
@nadav-govari nadav-govari merged commit 40b307c into nadav/feature-split-merges Apr 13, 2026
4 checks passed
@nadav-govari nadav-govari deleted the nadav/pr4 branch April 13, 2026 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant