[docs] conductor docs#2970
Conversation
There was a problem hiding this comment.
Code Review
This pull request reorganizes and updates the documentation for Mooncake Conductor, including its architecture, HTTP API, usage, and KV events in both English and Chinese. The review feedback highlights a missing navigation link in the English index page and untranslated English paragraphs in the Chinese usage guide, both of which are addressed with actionable code suggestions.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| conductor-architecture-design | ||
| usage | ||
| ``` |
There was a problem hiding this comment.
The English toctree list is missing the indexer-api-design reference, which is present in the Chinese version. This causes the HTTP API reference page to be omitted from the Conductor section navigation in English.
| conductor-architecture-design | |
| usage | |
| ``` | |
| conductor-architecture-design | |
| usage | |
| indexer-api-design |
| 查看缓存共享组合和已注册的推理 rank: | ||
|
|
||
| ```bash | ||
| curl -sS http://127.0.0.1:13333/global_view | ||
| ``` | ||
|
|
||
| 对应结果中出现 `"engine-a":[0,1]`,说明检查成功。Mooncake 不会作为另一个推理实例出现。收到实时事件后,`prefix_count` 可能增加,但仅凭这个计数无法判断每个块来自哪个缓存位置。 | ||
|
|
||
| ## 查询 | ||
|
|
There was a problem hiding this comment.
These paragraphs in the Chinese documentation are untranslated and left in English. They should be translated to Chinese to ensure consistency and completeness.
| 查看缓存共享组合和已注册的推理 rank: | |
| ```bash | |
| curl -sS http://127.0.0.1:13333/global_view | |
| ``` | |
| 对应结果中出现 `"engine-a":[0,1]`,说明检查成功。Mooncake 不会作为另一个推理实例出现。收到实时事件后,`prefix_count` 可能增加,但仅凭这个计数无法判断每个块来自哪个缓存位置。 | |
| ## 查询 | |
| Mooncake 订阅。在 /services 和 /global_view 中核对配置的种子和派生的根摘要。对于静态配置,订阅会并发启动,因此在两项检查都通过前,请保持产生缓存的流量暂停。 | |
| 8. 允许缓存流量,确认 Mooncake 发布端计数增加,并查询一个已知的 token 前缀。共享的 CPU 或 Disk 计数必须出现在兼容的 vLLM 实例下,而不是 Mooncake 注册名称下。 | |
| [Conductor 使用指南](../conductor/usage.md)提供了完整的注册和查询命令。 |
Description
modify conductor docs
Module
mooncake-transfer-engine)mooncake-store)mooncake-ep)mooncake-pg)mooncake-integration)mooncake-p2p-store)mooncake-wheel)mooncake-common)mooncake-rl)Type of Change
How Has This Been Tested?
Test commands:
# Example: bash scripts/run_ci_test.shTest results:
Checklist
./scripts/code_format.shpre-commit run --all-filesand all hooks passAI Assistance Disclosure