Skip to content

feat(hugegraph): add distributed PD/Store/Server topology - #3414

Merged
weicao merged 1 commit into
dev/hugegraph-release-1.0from
feat/hugegraph-distributed-topology
Aug 18, 2026
Merged

feat(hugegraph): add distributed PD/Store/Server topology#3414
weicao merged 1 commit into
dev/hugegraph-release-1.0from
feat/hugegraph-distributed-topology

Conversation

@weicao

@weicao weicao commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Summary

Child PR for #3412. Adds a distributed topology: PD + Store + Server.

This follows addon-api ClusterDefinition rules: topology expresses composition and provision order; Store/PD multi-replica is a Raft group, not sharding; standalone stays the only default.

What landed

  • Topology distributed with component names pd / store / server
  • Orders: first stage pd,store (PD needs Store FQDNs at start; Store waits for PD health), then server
  • CmpDs hugegraph-pd-*, hugegraph-store-*, hugegraph-server-*
  • Standalone compDef regex narrowed to ^hugegraph-[0-9] so it cannot match the new CmpDs
  • Official hugegraph/pd|store|server:1.7.0 images and HG_* env from podFQDNs
  • Example examples/hugegraph/cluster-distributed.yaml

Not claimed

  • Distributed backup/restore
  • Store scale-in / rebalance
  • PD/Store roleProbe or switchover
  • TLS / reconfigure / Hubble

Evidence

  • addons/hugegraph/tests/contract_test.sh PASS
  • kubeblocks-tests static 19/0/0 against this chart

Pins

Item Pin
Base dev/hugegraph-release-1.0 @ 3634d7b8
Child head aa6b3fe
PD/Store/Server images docker.io/hugegraph/{pd,store,server}:1.7.0

Add a second ClusterDefinition topology for HugeGraph 1.7.0 using official
pd/store/server images and HG_* startup env. Standalone stays the default.
Backup remains standalone-only. Store scale-in and distributed restore are
not claimed.
@weicao
weicao requested review from a team, ahjing99, leon-ape and shanshanying as code owners August 18, 2026 17:46
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (3634d7b) to head (aa6b3fe).

Additional details and impacted files
@@                    Coverage Diff                    @@
##           dev/hugegraph-release-1.0   #3414   +/-   ##
=========================================================
  Coverage                       0.00%   0.00%           
=========================================================
  Files                             69      69           
  Lines                           7275    7275           
=========================================================
  Misses                          7275    7275           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@weicao
weicao merged commit 4069790 into dev/hugegraph-release-1.0 Aug 18, 2026
10 of 12 checks passed
@weicao
weicao deleted the feat/hugegraph-distributed-topology branch August 18, 2026 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants