Skip to content

Move has_new_engines to RolloutServer - #1882

Open
fzyzcjy wants to merge 1 commit into
tom/refactor-miles/op5-17from
tom/refactor-miles/op5-25
Open

Move has_new_engines to RolloutServer#1882
fzyzcjy wants to merge 1 commit into
tom/refactor-miles/op5-17from
tom/refactor-miles/op5-25

Conversation

@fzyzcjy

@fzyzcjy fzyzcjy commented Jul 28, 2026

Copy link
Copy Markdown
Collaborator

Part of #1837

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-17 branch from 7493517 to cfe8621 Compare July 28, 2026 13:31
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-25 branch 3 times, most recently from eaae7fb to 81bc995 Compare August 4, 2026 00:39
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-17 branch from 0e9f0d5 to 5510389 Compare August 4, 2026 06:57
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-25 branch from 81bc995 to 465bc35 Compare August 4, 2026 06:58
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-17 branch from 5510389 to c70d67b Compare August 6, 2026 07:03
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-25 branch from 465bc35 to 360f52d Compare August 6, 2026 07:03
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-17 branch from c70d67b to 00bb032 Compare August 10, 2026 06:07
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-25 branch from 360f52d to 2f35ca3 Compare August 10, 2026 06:07
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-17 branch from 00bb032 to a3a3f81 Compare August 10, 2026 16:07
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-25 branch 4 times, most recently from 94f5ea7 to 62842c9 Compare August 12, 2026 14:31
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-17 branch 2 times, most recently from 167d712 to ff2dd3a Compare August 12, 2026 23:56
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-25 branch 3 times, most recently from c6a11aa to dcbc1e6 Compare August 13, 2026 03:25
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-17 branch from 81fdc60 to d0044dd Compare August 13, 2026 06:01
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-25 branch from dcbc1e6 to 013fd45 Compare August 13, 2026 06:01
Lift has_new_engines from ServerGroup to RolloutServer: recover now returns
the cells it restarted, and the server aggregates the flag from what startup
and recovery report instead of polling the groups. This is behaviour
preserving -- the group already set the flag itself on both paths -- but it
puts the flag next to the only consumer that reads it.

Drop the two registration tests along with it: they assert a skip for a
missing router and for external engines, and neither gate exists any more now
that a router is assumed to be present and external mode raises before a cell
is ever allocated.
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-17 branch from d0044dd to 33ff0ae Compare August 14, 2026 04:46
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op5-25 branch from 013fd45 to 260e5e7 Compare August 14, 2026 04:46

@guapisolo guapisolo left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Approving in stack context. The migration residue is removed in #1883, and the partial-recovery dirty-state gap is replaced by the snapshot/connection-status source of truth in #2094. Both fixes land before safe merge checkpoint #1 (#2176).

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.

2 participants