文件最后提交记录最后更新时间
!248 fix(function_proxy):修复低可靠实例状态异常后,重试请求相应的messageid与请求requestID不一致,导致请求超时的问题 From: @linziqi_qwer Reviewed-by: @yuchaow See merge request: openeuler/yuanrong-functionsystem!2481 个月前
fix: 低可靠实例退出时,可能出现instanceInfoMap_数据无法被清理,proxy会卡在等待实例退出的循环中无法停止 低可靠实例,不保证master接管实例后proxy重启的恢复,因此可以跳过 Signed-off-by: linziqi <linziqi1@huawei.com>1 个月前
fix(metrics): tolerate missing HCCN device IPs HCCN IP collection can fail on nodes where hccn_tool does not return an address for every selected NPU. Treat the per-device miss as debug noise and avoid failing group device info generation solely because the IP vector is shorter than the selected real IDs. Constraint: Requested to keep hccn_tool parsing behavior unchanged Rejected: Parse hccn_tool output in C++ | user requested no parser changes Confidence: medium Scope-risk: narrow Tested: git diff --check Not-tested: bash run.sh test -j 4 could not configure in clean worktree because vendor/src third-party sources and generated libraries were missing Signed-off-by: robbluo <luowenyu4@huawei.com>12 天前
feat(functionsystem): integrate Bazel build, POSIX APIs, and runtime launcher add Bazel workspace and build targets across core components migrate runtime-related protobuf definitions from proto/inner to proto/posix introduce runtime launcher, quota/snapshot management, and related tests Signed-off-by: ChamberlainJI <jichenglin1@huawei.com>2 个月前
feat(functionsystem): integrate Bazel build, POSIX APIs, and runtime launcher add Bazel workspace and build targets across core components migrate runtime-related protobuf definitions from proto/inner to proto/posix introduce runtime launcher, quota/snapshot management, and related tests Signed-off-by: ChamberlainJI <jichenglin1@huawei.com>2 个月前
fix(function_proxy): fix codecheck violations and optimize header includes - Replace full #include with forward declarations for LocalSchedSrv, SnapCtrl, TraefikRegistry, and FunctionAgentMgr in instance_ctrl.h, instance_ctrl_actor.h, snap_ctrl.h, and snap_ctrl_actor.h to reduce compilation dependencies - Replace make_shared<IOEventActor> with shared_ptr<IOEventActor>(new ...) to support restricted constructor access in singleton actor pattern - Add static to constexpr local variable killDelayMs in exec_session_actor.cpp per codecheck static constexpr requirement fixture references accordingly Signed-off-by: ChamberlainJI <jichenglin1@huawei.com>2 个月前