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 640fbfc21 test(cluster): verify cross-server data visibility
640fbfc21 is described below

commit 640fbfc21eb2e276cb1c679582f6dce0baa5846f
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 11:35:26 2026 +0800

    test(cluster): verify cross-server data visibility
---
 .../rust-rewrite/compose-cross-server-visibility-20260913.log         | 4 ++++
 docs/rust-rewrite-preflight-status.md                                 | 2 ++
 2 files changed, 6 insertions(+)

diff --git 
a/docs/evidence/rust-rewrite/compose-cross-server-visibility-20260913.log 
b/docs/evidence/rust-rewrite/compose-cross-server-visibility-20260913.log
new file mode 100644
index 000000000..dda592957
--- /dev/null
+++ b/docs/evidence/rust-rewrite/compose-cross-server-visibility-20260913.log
@@ -0,0 +1,4 @@
+Date: 2026-09-13
+Scenario: POST unique property key, vertex label, and vertex through server0; 
GET the committed vertex through server0/server1/server2.
+Result: all three reads returned id=rust-gate-20260913, 
label=rust_gate_vl_20260913, property rust_gate_pk_20260913=committed.
+Note: test data uses unique names and is retained as an auditable fixture in 
the running volume.
diff --git a/docs/rust-rewrite-preflight-status.md 
b/docs/rust-rewrite-preflight-status.md
index 697f50d46..c2e293d0c 100644
--- a/docs/rust-rewrite-preflight-status.md
+++ b/docs/rust-rewrite-preflight-status.md
@@ -23,3 +23,5 @@
 Store 网络分区复验(2026-09-13):断开并恢复 store0 网络连接;store1/store2 与三 PD 在分区期间健康,恢复后三 
Store 健康。证据归档于 `compose-store0-network-partition-20260913.log`;尚未证明写入线性一致性和数据无损。
 
 本机代理修复(2026-09-13):将 shell 与 Docker daemon 的 `NO_PROXY/no_proxy` 固化为 
`localhost,127.0.0.1,::1`,避免 `127.*` 通配写法导致本地健康请求被代理拦截;Docker 重启后集群可恢复,直接请求 PD 
`/v1/health` 返回 HTTP 200。
+
+跨 Server 数据可见性复验(2026-09-13):通过 server0 创建唯一 schema 与 vertex,从 
server0/server1/server2 读取均返回相同 id、label 和 property;证据归档于 
`compose-cross-server-visibility-20260913.log`。该结果证明基本复制可见性,不替代并发事务、线性一致性或故障期间写入验证。

Reply via email to