Bound native retrieval reads after policy admission - #49
Merged
Odenknight merged 2 commits intoSep 9, 2026
Merged
Odenknight merged 2 commits into
Odenknight merged 2 commits into
Conversation
Odenknight
marked this pull request as ready for review
September 9, 2026 01:57
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.
Native filesystem retrieval currently reads admitted sources serially. This change allows four concurrent reads only for Engine-created native readers, after source/chunk policy, filters and temporal admission. It preserves every filesystem and citation check, drains outstanding reads, and retains serial custom-callback and repeated-path behavior.
Two alternating serial/native trials on the same static128-source public fixture measured native p9594–97ms versus serial182–196ms, with all reads inside the timer and identical results across200queries. The earlier Windows soak p95534ms failure remains unexplained; this improvement does not invalidate that failed evidence.
Validation:87retrieval/security tests pass on each Windows Node22/24, including three new deterministic bound/order/drain/compatibility tests. Typecheck, build, package, license, nomenclature and governed-inventory checks pass. Exact-commit hosted checks are starting.
This PR targets the qualification branch behind #48, so its five-file delta can be reviewed independently. The live ea05531 candidate and Linux soak remain unchanged. Adoption requires qualification of f7d80e6 and its newly packed artifact, including new soak evidence; prior-source results cannot transfer. No tag or package publication is requested by this PR.
Refs #44 and #48. Details: docs/NATIVE-RETRIEVAL-READ-REMEDIATION.md.