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

conf: 1. open replication_factor,2. open dn_metric_prometheus_report and set value to 9092 #11922

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Show file tree
Hide file tree
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 @@ -276,7 +276,7 @@ dn_seed_config_node=127.0.0.1:10710

# The port of prometheus reporter of metric module
# Datatype: int
# dn_metric_prometheus_reporter_port=9091
dn_metric_prometheus_reporter_port=9092

# The type of internal reporter in metric module, used for checking flushed point number
# Options: [MEMORY, IOTDB]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# Used for indicate cluster name and distinguish different cluster.
# Datatype: string
# cluster_name=defaultCluster
cluster_name=defaultCluster

####################
### Replication configuration
Expand All @@ -39,7 +39,7 @@
# Default number of schema replicas
# Can not be changed after the first start
# Datatype: int
# schema_replication_factor=1
schema_replication_factor=1

# SchemaRegion consensus protocol type.
# This parameter is unmodifiable after ConfigNode starts for the first time.
Expand All @@ -52,7 +52,7 @@
# Default number of data replicas
# Can not be changed after the first start
# Datatype: int
# data_replication_factor=1
data_replication_factor=1

# DataRegion consensus protocol type.
# This parameter is unmodifiable after ConfigNode starts for the first time.
Expand Down
Loading