Skip to content

Extract the weight update connection status into ConnStatusManager - #2092

Open
fzyzcjy wants to merge 1 commit into
tom/refactor-miles/op13-93from
tom/refactor-miles/op13-94
Open

Extract the weight update connection status into ConnStatusManager#2092
fzyzcjy wants to merge 1 commit into
tom/refactor-miles/op13-93from
tom/refactor-miles/op13-94

Conversation

@fzyzcjy

@fzyzcjy fzyzcjy commented Aug 3, 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/op13-93 branch from 92bf705 to 49ea3ff Compare August 3, 2026 23:44
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch 2 times, most recently from 3d87e99 to b8b6630 Compare August 4, 2026 00:39
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch from 49ea3ff to 8373464 Compare August 4, 2026 00:39
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch from b8b6630 to 6367dd2 Compare August 4, 2026 02:36
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch 2 times, most recently from 317fd24 to c7cb5fb Compare August 4, 2026 06:56
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch from 6367dd2 to 1a673a2 Compare August 4, 2026 06:56
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch from c7cb5fb to 67db33f Compare August 4, 2026 07:29
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch from 1a673a2 to 455c8cf Compare August 4, 2026 07:29
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch from 67db33f to 1fe4b83 Compare August 4, 2026 07:36
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch from 455c8cf to bdee610 Compare August 4, 2026 07:36
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch from 1fe4b83 to e6e22bb Compare August 6, 2026 03:49
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch 2 times, most recently from c1e4ae3 to ac49f23 Compare August 6, 2026 07:04
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch from 1ac168f to e85b5a4 Compare August 9, 2026 23:33
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch 2 times, most recently from d634602 to f50283e Compare August 10, 2026 00:44
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch from ca4f0c9 to b42a664 Compare August 10, 2026 06:05
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch from f50283e to d603def Compare August 10, 2026 06:05
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch from b42a664 to 2bee3d2 Compare August 10, 2026 16:07
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch from d603def to 27c0b1c Compare August 10, 2026 16:07
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch from 2bee3d2 to d6f19bf Compare August 10, 2026 16:34
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch 2 times, most recently from 2d52fd8 to 673f43d Compare August 12, 2026 02:48
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch from 2d9717b to fa05891 Compare August 12, 2026 09:32
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch 6 times, most recently from 861d65c to c719e27 Compare August 13, 2026 03:11
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch from 3f365ac to 85019eb Compare August 13, 2026 03:25
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch 2 times, most recently from 5533e1d to d05581b Compare August 13, 2026 06:01
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch from 85019eb to 9aedaeb Compare August 13, 2026 06:01
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch from d05581b to dbbfe5d Compare August 13, 2026 06:40
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch from 1162ed9 to b680915 Compare August 14, 2026 04:45
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch from dbbfe5d to b22d43e 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.

Approved in the #1837 stack: #2094 completes the snapshot-aware contract and #2150 normalizes the import ordering before #2176; both remain intact through #2649.

[P2] Non-blocking cross-stack conflict: #2756's own diff does not directly share changed paths, but its stacked base has replaced these updater files and still uses protocol-owned _connection_stale; replaying #2092 fails, and taking the #2756-base side wholesale would lose the post-success reconnect commit, so a failed trainer-stale reconnect could be treated as fresh. When cascading #2756, keep its unified updater but port ConnStatusManager into it and mark reconnected only after protocol.connect() plus _registered_adapters.clear() succeed.

@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-93 branch from b680915 to a8aa2b2 Compare August 29, 2026 12:38
@fzyzcjy
fzyzcjy force-pushed the tom/refactor-miles/op13-94 branch from b22d43e to 202a4bb Compare August 29, 2026 12:38
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