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 126a1f997 test(cluster): verify pd network partition recovery
126a1f997 is described below
commit 126a1f9979cc6a1f2c0ca95fff16229165f202e3
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 11:24:04 2026 +0800
test(cluster): verify pd network partition recovery
---
.../evidence/rust-rewrite/compose-pd0-network-partition-20260913.log | 5 +++++
docs/rust-rewrite-preflight-status.md | 2 ++
2 files changed, 7 insertions(+)
diff --git
a/docs/evidence/rust-rewrite/compose-pd0-network-partition-20260913.log
b/docs/evidence/rust-rewrite/compose-pd0-network-partition-20260913.log
new file mode 100644
index 000000000..38d0e4321
--- /dev/null
+++ b/docs/evidence/rust-rewrite/compose-pd0-network-partition-20260913.log
@@ -0,0 +1,5 @@
+Date: 2026-09-13
+Compose: docker/docker-compose-3pd-3store-3server.yml
+Scenario: disconnect hg-pd0 from hugegraph-3x3_hg-net; wait 10s; check
pd1/pd2; reconnect hg-pd0; wait 15s; check all PD.
+Result: pd1/pd2 healthy during pd0 network partition; all PD healthy after
reconnection.
+Note: reversible Docker network disconnect/connect; curl used --noproxy '*'.
diff --git a/docs/rust-rewrite-preflight-status.md
b/docs/rust-rewrite-preflight-status.md
index eb303b1e0..eab88ca0a 100644
--- a/docs/rust-rewrite-preflight-status.md
+++ b/docs/rust-rewrite-preflight-status.md
@@ -15,3 +15,5 @@
多节点镜像复核(2026-09-13):daemon 访问 Docker Hub 的 IPv4/IPv6
均超时;本地构建也无法开始,`hugegraph-pd/Dockerfile` 的 legacy builder 未提供自动 `BUILDPLATFORM`
参数,且基础镜像尚未缓存。该环境无法继续生成容器级证据,不能将 compose 配置解析成功当作集群通过。
镜像源复核(2026-09-13):USTC Docker Hub mirror TLS 失败,DaoCloud mirror 对
`hugegraph/pd:latest` 返回 403,阿里云公共地址需要账户专属 ACR 加速器;已恢复 daemon
默认配置,避免把不可验证的第三方镜像源固化进开发环境。
+
+多节点故障复验(2026-09-13):完成 store0 停止/恢复和 pd0 网络断开/重接;剩余节点在故障期间健康,恢复后全节点健康。证据分别归档于
`compose-store0-fault-recovery-20260913.log`、`compose-pd0-network-partition-20260913.log`;这仍不等价于线性一致性、数据无损或成员变更证明。