Files
getDomain/docs/ops_center_runtime/IMPLEMENTATION_STATUS.md
2026-04-19 03:00:53 +08:00

113 lines
2.6 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# IMPLEMENTATION_STATUS
更新时间2026-04-19 03:00 CST
## 当前真实状态
阶段判断:
- 海外单脑接管能力:约 `95%`
- 分布式检测真实执行能力:约 `94%`
- 距离“可稳定上线并放心用后台发起检测”:约 `93%~94%`
## 本轮最新结论
这轮只做了只读复查,结论更明确了:
- 中央接收 `detect_result_projection` 的代码已经就位
- `sync_agent` 自动产 `detect_result_projection` 的代码也已经就位
- 但 mainland 端当前仍未真正跑到新版 `domaincheck-sync-agent`
## 当前证据拆分
### 1. 代码闭环
已经完成:
- `detect_result_projection` 支持 `recent_domain_events`
- 中央 ingest 会把逐条事件写入 `detect_run_events`
- `sync_agent` 会自动产出 `detect_result_projection`
### 2. 真实运行闭环
当前仍未完成:
- `runtime_ingest` 持续刷新
- `detect_result_ingest` 没有刷新
- mainland `domain_*` 事件仍为 0
这说明:
- mainland 到中央的基础同步链是活的
- 但 mainland 目前还没有跑到新版 `sync_agent`
## 当前已闭合的问题
已闭合:
- 大陆 controller 无法 `pull_tasks`
- Detect 页面误判“大陆没跑”
- Detect 主统计口径不一致
- Runtime / Queue / Detect 主摘要不统一
- 中央逐条事件接收缺口
- `sync_agent` 自动产出结果投影缺口
## 当前唯一剩余问题
当前唯一剩余问题:
- mainland 节点尚未完成“拉新代码并重启 `domaincheck-sync-agent`
换句话说:
- 现在不是逻辑未实现
- 不是中央映射失败
- 也不是检测任务没跑
- 而是 mainland 仍在跑旧版 `sync_agent`
## 当前是否可以继续跑检测测试
当前结论:
- 可以继续跑检测测试
- 主统计和节点参与已经可信
- 但中央逐条账本仍不能视为 mainland 最终真相
## 当前是否建议直接上线
当前结论:
- 如果目标是:
- 后台稳定发起检测
- 看懂谁在跑
- 看懂整体任务推进
那已经基本可用
- 如果目标是:
- 中央逐条反映大陆每个域名的终态
那还差最后一个外部动作:
- mainland 拉新
- 重启 `domaincheck-sync-agent`
## 当前优先级判断
最高优先级:
- `J1-大陆逐条结果同步前置批`
当前不应继续推进:
- 新控制面功能
- 新模块
- 新页面
- 发布动作
- 与逐条结果同步无关的工作
## 完成下一轮后的预期
如果下一轮完成 mainland 拉新并重启 `domaincheck-sync-agent`,并验证贯通:
- mainland `domain_*` 会进入中央
- item 级统一才会真正可落地
- 整体可上线程度预计提升到 `95%~96%`