refactor(producer): make capture plans immutable#2163
Open
jrusso1020 wants to merge 2 commits into
Open
Conversation
This was referenced Jul 10, 2026
Collaborator
Author
This was referenced Jul 10, 2026
jrusso1020
force-pushed
the
07-10-refactor_producer_make_capture_plans_immutable
branch
2 times, most recently
from
July 13, 2026 22:09
3402ef1 to
8f6d27f
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_unify_render_requests
branch
2 times, most recently
from
July 13, 2026 22:18
a2b9074 to
a955dbb
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_make_capture_plans_immutable
branch
from
July 13, 2026 22:18
8f6d27f to
e249db4
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_unify_render_requests
branch
from
July 13, 2026 23:08
a955dbb to
a7d8a90
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_make_capture_plans_immutable
branch
from
July 13, 2026 23:08
e249db4 to
7e67f17
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_unify_render_requests
branch
from
July 14, 2026 00:03
a7d8a90 to
46e7941
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_make_capture_plans_immutable
branch
from
July 14, 2026 00:03
7e67f17 to
1bf2e0c
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_unify_render_requests
branch
from
July 14, 2026 03:20
46e7941 to
eb1b74b
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_make_capture_plans_immutable
branch
from
July 14, 2026 03:20
1bf2e0c to
864beed
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_unify_render_requests
branch
from
July 14, 2026 17:03
eb1b74b to
711fcef
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_make_capture_plans_immutable
branch
from
July 14, 2026 17:03
864beed to
4dd9950
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_unify_render_requests
branch
from
July 14, 2026 17:11
711fcef to
a3546c2
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_make_capture_plans_immutable
branch
2 times, most recently
from
July 14, 2026 17:35
25bffba to
406554a
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_unify_render_requests
branch
from
July 14, 2026 17:35
a3546c2 to
25a96c1
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_make_capture_plans_immutable
branch
from
July 14, 2026 17:57
406554a to
fab40bd
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_unify_render_requests
branch
from
July 14, 2026 17:57
25a96c1 to
cd77f50
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_make_capture_plans_immutable
branch
from
July 14, 2026 18:06
fab40bd to
a4a115e
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_unify_render_requests
branch
from
July 14, 2026 18:06
cd77f50 to
1c04cc5
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_make_capture_plans_immutable
branch
from
July 14, 2026 19:37
a4a115e to
8134c99
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_unify_render_requests
branch
from
July 14, 2026 19:37
1c04cc5 to
4b7d2bf
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_make_capture_plans_immutable
branch
2 times, most recently
from
July 14, 2026 19:47
f66d284 to
7d48c5b
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_unify_render_requests
branch
2 times, most recently
from
July 14, 2026 19:55
69734b3 to
e08d6df
Compare
jrusso1020
force-pushed
the
07-10-refactor_producer_make_capture_plans_immutable
branch
from
July 14, 2026 19:55
7d48c5b to
2db2ea7
Compare
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.

What
Represent render routing as immutable CapturePlan variants with pure fallback transitions.
Why
The orchestrator mutated shared routing flags during fallback, making stage behavior order-dependent.
How
Add frozen SDR streaming, SDR disk, and HDR layered plans plus pure replanAfterFailure transitions consumed by stages.
Test plan