Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc(pd): add initial-store-count comments in application.yml #2587

Merged
merged 1 commit into from
Jul 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: remove store.initial-store-count in other similar conf files


partition:
# Default number of replicas per partition
Expand Down
Loading