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 5dafab5dd docs(oracle): define graph operation history mapping
5dafab5dd is described below
commit 5dafab5dddb9e7a1cc7d53fc8438fc9d0ac4f519
Author: vaughn <[email protected]>
AuthorDate: Sun Sep 13 16:04:55 2026 +0800
docs(oracle): define graph operation history mapping
---
tools/raft-linearizability/README.md | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/tools/raft-linearizability/README.md
b/tools/raft-linearizability/README.md
index 2034115dc..07b834afa 100644
--- a/tools/raft-linearizability/README.md
+++ b/tools/raft-linearizability/README.md
@@ -21,3 +21,8 @@ For collected three-node histories, keep a stable report
envelope containing
`history`, and the checker output in `checker`. A ready-to-copy example is
`examples/three-node-sample.json`; the checker itself remains independent of
any service or cluster.
+
+For HugeGraph capture, map a committed vertex mutation to `write` and a vertex
+lookup to `read`, using the canonical vertex identifier as the register key.
+Record HTTP send/receive monotonic times plus status and body hash in metadata;
+the checker evaluates ordering and values only.