Extract the weight update connection status into ConnStatusManager - #2092
Extract the weight update connection status into ConnStatusManager#2092fzyzcjy wants to merge 1 commit into
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
92bf705 to
49ea3ff
Compare
3d87e99 to
b8b6630
Compare
49ea3ff to
8373464
Compare
b8b6630 to
6367dd2
Compare
317fd24 to
c7cb5fb
Compare
6367dd2 to
1a673a2
Compare
c7cb5fb to
67db33f
Compare
1a673a2 to
455c8cf
Compare
67db33f to
1fe4b83
Compare
455c8cf to
bdee610
Compare
1fe4b83 to
e6e22bb
Compare
c1e4ae3 to
ac49f23
Compare
1ac168f to
e85b5a4
Compare
d634602 to
f50283e
Compare
ca4f0c9 to
b42a664
Compare
f50283e to
d603def
Compare
b42a664 to
2bee3d2
Compare
d603def to
27c0b1c
Compare
2bee3d2 to
d6f19bf
Compare
2d52fd8 to
673f43d
Compare
2d9717b to
fa05891
Compare
861d65c to
c719e27
Compare
3f365ac to
85019eb
Compare
5533e1d to
d05581b
Compare
85019eb to
9aedaeb
Compare
d05581b to
dbbfe5d
Compare
1162ed9 to
b680915
Compare
dbbfe5d to
b22d43e
Compare
guapisolo
left a comment
There was a problem hiding this comment.
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.
b680915 to
a8aa2b2
Compare
b22d43e to
202a4bb
Compare
Part of #1837