Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
haohao0103 committed Jul 15, 2024
1 parent 03b40a5 commit 2fd4b69
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 2fd4b69

Please sign in to comment.