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 2dd81cf50 test(cluster): archive pd0 fault evidence
2dd81cf50 is described below
commit 2dd81cf50840d8d8184577ab95fee945f55b625f
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 11:18:50 2026 +0800
test(cluster): archive pd0 fault evidence
---
docs/evidence/rust-rewrite/compose-pd0-fault-recovery-20260913.log | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/docs/evidence/rust-rewrite/compose-pd0-fault-recovery-20260913.log
b/docs/evidence/rust-rewrite/compose-pd0-fault-recovery-20260913.log
new file mode 100644
index 000000000..c86b4a148
--- /dev/null
+++ b/docs/evidence/rust-rewrite/compose-pd0-fault-recovery-20260913.log
@@ -0,0 +1,6 @@
+Date: 2026-09-13
+Compose: docker/docker-compose-3pd-3store-3server.yml
+Images: hugegraph/pd:latest, hugegraph/store:latest, hugegraph/server:latest
+Scenario: stop pd0; wait 8s; check pd1/pd2 /v1/health; start pd0; wait 12s;
check all PD /v1/health.
+Result: pd1 healthy during pd0 outage; pd2 healthy during pd0 outage;
pd0/pd1/pd2 healthy after recovery.
+Note: curl used --noproxy '*' to avoid host HTTP proxy intercepting localhost.