| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
docs(api): config_refresh 明确代价与低峰期建议; 补齐 config-plane-api 三轮特性同步 Co-authored-by: wangmingqi<wangmingqi@huawei.com> # message auto-generated for no-merge-commit merge: !545 merge develop into develop docs(api): config_refresh 明确代价与低峰期建议; 补齐 config-plane-api 三轮特性同步 Created-by: wangmingqi Commit-by: wangmingqi Merged-by: cyz95 Description: Paired: [GitHub #208](https://github.com/openJiuwen-ai/agent-runtime/pull/208) ↔ [GitCode !545](https://gitcode.com/openJiuwen/agent-runtime/merge_requests/545) <!-- Thanks for sending a pull request! Here are some tips for you: 1) If this is your first time, please read our contributor guidelines: https://gitcode.com/openJiuwen/community/blob/master/CONTRIBUTING.md 2) If you want to contribute your code but don't know who will review and merge, please add label openjiuwen-assistant to the pull request, we will find and do it as soon as possible. --> **What type of PR is this?** <!-- 选择下面一种标签替换下方 /kind <label>,可选标签类型有: - /kind bug - /kind task - /kind feature - /kind refactor - /kind clean_code 如PR描述不符合规范,修改PR描述后需要/check-pr重新检查PR规范。 --> /kind <label> **Self-checklist**:(**请自检,在[ ]内打上x,我们将检视你的完成情况,否则会导致pr无法合入**) + - [ ] **设计**:PR对应的方案是否已经经过Maintainer评审,方案检视意见是否均已答复并完成方案修改 + - [ ] **测试**:PR中的代码是否已有UT/ST测试用例进行充分的覆盖,新增测试用例是否随本PR一并上库或已经上库 + - [ ] **验证**:PR描述信息中是否已包含对该PR对应的Feature、Refactor、Bugfix的预期目标达成情况的详细验证结果描述 + - [ ] **接口**:是否涉及对外接口变更,相应变更已得到接口评审组织的通过,API对应的注释信息已经刷新正确 + - [ ] **文档**:是否涉及官网文档修改,如果涉及请及时提交资料到Doc仓 <!-- **Special notes for your reviewers**: --> <!-- + - [ ] 是否导致无法前向兼容 --> <!-- + - [ ] 是否涉及依赖的三方库变更 --> <!-- bot4-pr-sync-meta schema_version: 1 source: gitcode gitcode_repo: openJiuwen/agent-runtime gitcode_mr: 545 github_repo: openJiuwen-ai/agent-runtime github_pr: 208 github_branch: sync/pr-545 --> See merge request: openJiuwen/agent-runtime!545 | 1 天前 | |
fix(session-manager): 冷启动中失败误标 max_pods 封顶——新增 PodsStartingUp 分流文案 pc=1 时 follower 等待室上限 pc-1=0,deploy 锁输家全部快失败,此前统一映射 MaxPodsReached → 客户端看到 "reached max_pods=400" 而实际 total 远未达上限, 误导排障(2026-09-21 测试环境实录:4 用户突发,暖池 2 个服务前 2 个,后 2 个 在 autoscale 持锁部署期间快失败,真因 deploy followers full(0))。 - errors.py:新增 RM 内部异常 PodsStartingUp(PODS_STARTING_UP,503)—— 语义"新 Pod 冷启动中,稍后即有",区别于 MaxPodsReached"额度用尽" - RM _follow_leader:等待室满/等待超时两处 raise 改抛 PodsStartingUp (英文真因 detail 保留进日志);SM _acquire_pod 新增映射分支: 文案 "Pod 冷启动中,暂时没有可用 Pod,请稍后再试",真封顶仍报 max_pods=N - 测试:dual e2e test_deploy_follower_cap_strict_fast_fail 增加文案回归断言 - 文档:同步 HLD 错误码表/acquire 走向表、RM 设计 §7、SM spec 映射行、 service-core 错误码清单 uv run pytest:574 passed, 9 skipped Co-Authored-By: Claude <noreply@anthropic.com> | 13 小时前 | |
feat(session-manager): session.create 临时 key 原子改绑(LUA_REBIND + /api/session/rebind) Co-authored-by: wangmingqi<wangmingqi@huawei.com> # message auto-generated for no-merge-commit merge: !548 merge develop into develop feat(session-manager): session.create 临时 key 原子改绑(LUA_REBIND + /api/session/rebind) Created-by: wangmingqi Commit-by: wangmingqi Merged-by: ZYQ5333 Description: Paired: [GitHub #211](https://github.com/openJiuwen-ai/agent-runtime/pull/211) ↔ [GitCode !548](https://gitcode.com/openJiuwen/agent-runtime/merge_requests/548) <!-- Thanks for sending a pull request! Here are some tips for you: 1) If this is your first time, please read our contributor guidelines: https://gitcode.com/openJiuwen/community/blob/master/CONTRIBUTING.md 2) If you want to contribute your code but don't know who will review and merge, please add label openjiuwen-assistant to the pull request, we will find and do it as soon as possible. --> **What type of PR is this?** <!-- 选择下面一种标签替换下方 /kind <label>,可选标签类型有: - /kind bug - /kind task - /kind feature - /kind refactor - /kind clean_code 如PR描述不符合规范,修改PR描述后需要/check-pr重新检查PR规范。 --> /kind <label> **Self-checklist**:(**请自检,在[ ]内打上x,我们将检视你的完成情况,否则会导致pr无法合入**) + - [ ] **设计**:PR对应的方案是否已经经过Maintainer评审,方案检视意见是否均已答复并完成方案修改 + - [ ] **测试**:PR中的代码是否已有UT/ST测试用例进行充分的覆盖,新增测试用例是否随本PR一并上库或已经上库 + - [ ] **验证**:PR描述信息中是否已包含对该PR对应的Feature、Refactor、Bugfix的预期目标达成情况的详细验证结果描述 + - [ ] **接口**:是否涉及对外接口变更,相应变更已得到接口评审组织的通过,API对应的注释信息已经刷新正确 + - [ ] **文档**:是否涉及官网文档修改,如果涉及请及时提交资料到Doc仓 <!-- **Special notes for your reviewers**: --> <!-- + - [ ] 是否导致无法前向兼容 --> <!-- + - [ ] 是否涉及依赖的三方库变更 --> <!-- bot4-pr-sync-meta schema_version: 1 source: gitcode gitcode_repo: openJiuwen/agent-runtime gitcode_mr: 548 github_repo: openJiuwen-ai/agent-runtime github_pr: 211 github_branch: sync/pr-548 --> See merge request: openJiuwen/agent-runtime!548 | 1 天前 | |
fix(session-manager): 冷启动中失败误标 max_pods 封顶——新增 PodsStartingUp 分流文案 pc=1 时 follower 等待室上限 pc-1=0,deploy 锁输家全部快失败,此前统一映射 MaxPodsReached → 客户端看到 "reached max_pods=400" 而实际 total 远未达上限, 误导排障(2026-09-21 测试环境实录:4 用户突发,暖池 2 个服务前 2 个,后 2 个 在 autoscale 持锁部署期间快失败,真因 deploy followers full(0))。 - errors.py:新增 RM 内部异常 PodsStartingUp(PODS_STARTING_UP,503)—— 语义"新 Pod 冷启动中,稍后即有",区别于 MaxPodsReached"额度用尽" - RM _follow_leader:等待室满/等待超时两处 raise 改抛 PodsStartingUp (英文真因 detail 保留进日志);SM _acquire_pod 新增映射分支: 文案 "Pod 冷启动中,暂时没有可用 Pod,请稍后再试",真封顶仍报 max_pods=N - 测试:dual e2e test_deploy_follower_cap_strict_fast_fail 增加文案回归断言 - 文档:同步 HLD 错误码表/acquire 走向表、RM 设计 §7、SM spec 映射行、 service-core 错误码清单 uv run pytest:574 passed, 9 skipped Co-Authored-By: Claude <noreply@anthropic.com> | 13 小时前 |