This is an automated email from the ASF dual-hosted git repository.
zyxxoo pushed a commit to branch refactor/rust-rewrite-design
in repository https://gitbox.apache.org/repos/asf/hugegraph.git
The following commit(s) were added to refs/heads/refactor/rust-rewrite-design
by this push:
new fff2f24de docs(test): record container runner limitation
fff2f24de is described below
commit fff2f24de699714f9c08e648cfb6c1f77246776f
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 10:58:42 2026 +0800
docs(test): record container runner limitation
---
docs/rust-rewrite-preflight-status.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/docs/rust-rewrite-preflight-status.md
b/docs/rust-rewrite-preflight-status.md
index 5e948a52c..0490794cf 100644
--- a/docs/rust-rewrite-preflight-status.md
+++ b/docs/rust-rewrite-preflight-status.md
@@ -11,3 +11,5 @@
环境复核(2026-09-13):仓库已有 `docker/docker-compose-3pd-3store-3server.yml`,但当前 WSL
发行版未启用 Docker CLI/WSL integration(`docker: command not
found`)。因此三节点故障、分区和跨进程恢复无法在本环境产生有效执行证据;待 Docker Desktop WSL integration 或等价 CI
runner 可用后,按矩阵执行。
环境复核更新(2026-09-13):已在 WSL2 Ubuntu 24.04 安装原生 Docker Engine 29.1.3 与 Compose
2.40.3,daemon active;`docker compose -f
docker/docker-compose-3pd-3store-3server.yml config --services` 成功解析
`pd0..pd2`、`store0..store2`、`server0..server2`、`hubble`。此前 Docker
不可用的阻断已解除,下一步进入容器启动与多节点健康检查。
+
+多节点镜像复核(2026-09-13):daemon 访问 Docker Hub 的 IPv4/IPv6
均超时;本地构建也无法开始,`hugegraph-pd/Dockerfile` 的 legacy builder 未提供自动 `BUILDPLATFORM`
参数,且基础镜像尚未缓存。该环境无法继续生成容器级证据,不能将 compose 配置解析成功当作集群通过。