feat(runtime-host): project peer Host reachability - #4275
Draft
M4n5ter wants to merge 1 commit into
Draft
Conversation
Generated-by: OpenAI Codex
6 tasks
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.
Summary
English
Project demanded Runtime Host connectivity as explicit ephemeral phases: discovery, connection, authentication, handshake, and ready waiting. Shared-Session targets remain sparse and become ready only after the authenticated Host handshake; membership or cached route knowledge alone never reports a usable Host.
Cancellation and target-generation fencing prevent a late connection attempt from publishing readiness after removal. This PR is stacked on #4274.
中文
将按需 Runtime Host 连接投影为明确的临时阶段:发现、连接、认证、握手和等待就绪。共享 Session target 保持稀疏,只有完成经过认证的 Host 握手后才会 ready;仅有 membership 或缓存路由绝不会被显示成可用 Host。
取消传播与 target generation fence 会阻止已移除连接的迟到结果发布 readiness。本 PR stack 在 #4274 之上。
Refs #3842
Refs #3843
Verification
English
中文
Review focus
Connection phases are ephemeral observations, not durable Mesh or mount state. Membership must not create all-to-all application streams.
AI use
Tool(s) and scope: OpenAI Codex — architecture planning, implementation, focused tests, and review.
Checklist
Does this PR entail a change in behavior?