Ensure release checksums are verifiable#1886
Merged
Merged
Conversation
This was referenced May 1, 2026
This was referenced May 7, 2026
oferchen
added a commit
that referenced
this pull request
May 13, 2026
#3988) * feat(transfer): bypass ReorderBuffer when delay-updates is off (#1886) Add passthrough mode to both ReorderBuffer (engine) and BoundedReorderBuffer (transfer) that skips sequence-based reordering. When --delay-updates is disabled, files are committed immediately upon completion, making strict file-list ordering unnecessary. The bypass eliminates per-item ring buffer and BTreeMap overhead by routing items through a lightweight FIFO queue. Wire the bypass through DeltaConsumer::spawn_bypass(), ParallelDeltaPipeline::new_bypass(), and ThresholdDeltaPipeline::new_bypass() so callers can opt in based on transfer configuration. * fix(transfer): remove unused bypass_queue field from BoundedReorderBuffer
2 tasks
oferchen
added a commit
that referenced
this pull request
May 13, 2026
…#4015) Audit confirms that ThresholdDeltaPipeline::new_bypass routes through ParallelDeltaPipeline::new_bypass -> DeltaConsumer::spawn_bypass -> ReorderBuffer::passthrough end-to-end, statically avoiding the spill-aware ordered path designed for task #1884. The constructor choice at the dispatcher boundary is the single decision point, and selecting it based on ServerConfig::write::delay_updates is the correct caller-side signal.
oferchen
added a commit
that referenced
this pull request
May 18, 2026
#3988) * feat(transfer): bypass ReorderBuffer when delay-updates is off (#1886) Add passthrough mode to both ReorderBuffer (engine) and BoundedReorderBuffer (transfer) that skips sequence-based reordering. When --delay-updates is disabled, files are committed immediately upon completion, making strict file-list ordering unnecessary. The bypass eliminates per-item ring buffer and BTreeMap overhead by routing items through a lightweight FIFO queue. Wire the bypass through DeltaConsumer::spawn_bypass(), ParallelDeltaPipeline::new_bypass(), and ThresholdDeltaPipeline::new_bypass() so callers can opt in based on transfer configuration. * fix(transfer): remove unused bypass_queue field from BoundedReorderBuffer
oferchen
added a commit
that referenced
this pull request
May 18, 2026
…#4015) Audit confirms that ThresholdDeltaPipeline::new_bypass routes through ParallelDeltaPipeline::new_bypass -> DeltaConsumer::spawn_bypass -> ReorderBuffer::passthrough end-to-end, statically avoiding the spill-aware ordered path designed for task #1884. The constructor choice at the dispatcher boundary is the single decision point, and selecting it based on ServerConfig::write::delay_updates is the correct caller-side signal.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Testing
https://chatgpt.com/codex/tasks/task_e_69063558f6848323b482d8f5ae02c816