Skip to content

fix(hugegraph): expose claimed distributed shape in cluster schema - #3424

Merged
weicao merged 1 commit into
dev/hugegraph-release-1.0from
fix/hugegraph-cluster-schema-distributed
Aug 19, 2026
Merged

fix(hugegraph): expose claimed distributed shape in cluster schema#3424
weicao merged 1 commit into
dev/hugegraph-release-1.0from
fix/hugegraph-cluster-schema-distributed

Conversation

@weicao

@weicao weicao commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Summary

Child PR into dev/hugegraph-release-1.0.

The cluster chart already renders topology=distributed as pd=3/store=3/server=1. values.schema.json only described standalone replicas=1, so a form driven by the schema could not select the claimed distributed shape.

Add topology and lock distributed replica fields to the claimed 3/3/1. Horizontal scaling stays unsupported.

Test

python3 -m json.tool addons-cluster/hugegraph/values.schema.json
helm lint addons-cluster/hugegraph
helm template hg addons-cluster/hugegraph --set topology=distributed

Main PR: #3412

values.yaml already defaults to pd=3/store=3/server=1. The schema
only described standalone replicas, so forms could not select the
claimed distributed topology.
@weicao
weicao requested review from a team and leon-ape as code owners August 19, 2026 19:24
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 0.00%. Comparing base (f4b75a1) to head (15bc2d8).

Additional details and impacted files
@@                    Coverage Diff                    @@
##           dev/hugegraph-release-1.0   #3424   +/-   ##
=========================================================
  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 f9e598f into dev/hugegraph-release-1.0 Aug 19, 2026
7 checks passed
@weicao
weicao deleted the fix/hugegraph-cluster-schema-distributed branch August 19, 2026 19:53
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