feat: add backend-local Remote Write foundation - #493
Merged
Merged
Conversation
zzylol
force-pushed
the
feat/asapquery-compatibility-profile-runtime
branch
from
September 3, 2026 20:47
545de76 to
83c7a67
Compare
zzylol
changed the base branch from
main
to
feat/generic-post-asap-dag-compiler
September 3, 2026 20:48
zzylol
force-pushed
the
feat/generic-post-asap-dag-compiler
branch
from
September 4, 2026 03:05
19ce07d to
efa0de4
Compare
zzylol
force-pushed
the
feat/asapquery-compatibility-profile-runtime
branch
from
September 4, 2026 03:06
83c7a67 to
33ce19e
Compare
zzylol
force-pushed
the
feat/generic-post-asap-dag-compiler
branch
from
September 4, 2026 03:25
efa0de4 to
54601e1
Compare
zzylol
force-pushed
the
feat/asapquery-compatibility-profile-runtime
branch
from
September 4, 2026 03:25
33ce19e to
4983454
Compare
zzylol
changed the base branch from
feat/generic-post-asap-dag-compiler
to
main
September 4, 2026 03:43
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.
Stack order
This branch is rebased onto #494. #495 is based on this branch and contains only the strict boot/install delta.
Scope
This is the compatibility profile backend-local ingest foundation, not all six design phases. It adds the
asapqueryprofile, Prometheus fallback startup check, Remote Write v1 wire validation, bounded retry deduplication, request-atomic queue admission, config-driven precompute routing, and receiver metrics.Verification
The rebased stack passes formatting, data-plane binary check, 959 data-plane library tests (single-threaded), 630 control-plane library tests, 3 binary/profile tests, focused Remote Write HTTP tests, and has no ignored Rust E2Es.
Deferred to #495
This PR retains the initial streaming-config bootstrap. #495 replaces it with atomic PhysicalPlan startup/install, a backend-local PrecomputePlan contract, plan-scoped deduplication, readiness gating, and #494 QueryPlan-DAG serving. Canonical startup compilation from serialized QueryWorkload/DataWorkload and a complete Collector-free warm-result process E2E remain explicit follow-ups; the stack does not claim all six phases.