Skip to content

Commit

Permalink
conf: 1. open replication_factor,2. open dn_metric_prometheus_reporte…
Browse files Browse the repository at this point in the history
…r_port (apache#11922)
  • Loading branch information
CritasWang authored Jan 18, 2024
1 parent eae4d01 commit 7e51623
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 7e51623

Please sign in to comment.