This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/master by this push:
new 899dc8e0f doc(pd): add `initial-store-count` comments in
`application.yml` (#2587)
899dc8e0f is described below
commit 899dc8e0f0f882a42c9be8651e58c151a35353ef
Author: haohao0103 <[email protected]>
AuthorDate: Tue Jul 16 16:33:58 2024 +0800
doc(pd): add `initial-store-count` comments in `application.yml` (#2587)
PD cluster will assess the overall health of the cluster. If the number of
store nodes is less than the initial-store-count, the cluster will be
unavailable
---
hugegraph-pd/hg-pd-dist/src/assembly/static/conf/application.yml | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/hugegraph-pd/hg-pd-dist/src/assembly/static/conf/application.yml
b/hugegraph-pd/hg-pd-dist/src/assembly/static/conf/application.yml
index e673e97d7..eb8fda452 100644
--- a/hugegraph-pd/hg-pd-dist/src/assembly/static/conf/application.yml
+++ b/hugegraph-pd/hg-pd-dist/src/assembly/static/conf/application.yml
@@ -49,9 +49,9 @@ pd:
data-path: ./pd_data
# The check cycle of automatic expansion regularly checks the number of
partitions in each store and automatically balances the number of partitions
patrol-interval: 1800
- # The initial store list, grpc IP: grpc port, the store in the list is
automatically activated
+ # The minimum number of surviving store nodes, less than which the entire
cluster is unavailable
initial-store-count: 1
- # grpc IP:grpc port
+ # The initial store list, grpc IP: grpc port, the store in the list is
automatically activated
initial-store-list: 127.0.0.1:8500
raft:
@@ -70,7 +70,6 @@ store:
monitor_data_interval: 1 minute
# Retention time of monitoring data is 1 day; day, month, year
monitor_data_retention: 1 day
- initial-store-count: 1
partition:
# Default number of replicas per partition