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 0668c6ad8 test(cluster): verify store network partition recovery
0668c6ad8 is described below
commit 0668c6ad8e4de2cae4c82b27c743c49a54766282
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 11:25:47 2026 +0800
test(cluster): verify store network partition recovery
---
.../rust-rewrite/compose-store0-network-partition-20260913.log | 4 ++++
docs/rust-rewrite-preflight-status.md | 2 ++
2 files changed, 6 insertions(+)
diff --git
a/docs/evidence/rust-rewrite/compose-store0-network-partition-20260913.log
b/docs/evidence/rust-rewrite/compose-store0-network-partition-20260913.log
new file mode 100644
index 000000000..a42463a2e
--- /dev/null
+++ b/docs/evidence/rust-rewrite/compose-store0-network-partition-20260913.log
@@ -0,0 +1,4 @@
+Date: 2026-09-13
+Scenario: disconnect hg-store0 from hugegraph-3x3_hg-net; wait 10s; check
store1/store2 and all PD; reconnect hg-store0; wait 15s; check all Store.
+Result: store1/store2 and pd0/pd1/pd2 healthy during store0 network partition;
all Store 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 3e3b80c70..332adc7f2 100644
--- a/docs/rust-rewrite-preflight-status.md
+++ b/docs/rust-rewrite-preflight-status.md
@@ -19,3 +19,5 @@
多节点故障复验(2026-09-13):完成 store0 停止/恢复和 pd0 网络断开/重接;剩余节点在故障期间健康,恢复后全节点健康。证据分别归档于
`compose-store0-fault-recovery-20260913.log`、`compose-pd0-network-partition-20260913.log`;这仍不等价于线性一致性、数据无损或成员变更证明。
服务层复验(2026-09-13):PD/Store 故障恢复后,三 Server 的 `/versions` 与 `/graphs` 共 6 次请求全部
HTTP 200,图列表包含 `hugegraph`;证据归档于
`compose-server-smoke-20260913.log`。这仍是健康/可达性证据,不替代事务、数据校验和线性一致性 Oracle。
+
+Store 网络分区复验(2026-09-13):断开并恢复 store0 网络连接;store1/store2 与三 PD 在分区期间健康,恢复后三
Store 健康。证据归档于 `compose-store0-network-partition-20260913.log`;尚未证明写入线性一致性和数据无损。