Skip to content

Commit

Permalink
chore: change metrics_addr to resolve address already in use error
Browse files Browse the repository at this point in the history
  • Loading branch information
paomian committed Mar 27, 2023
1 parent 1dd054b commit 09c4b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datanode/src/datanode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,12 @@ impl Default for DatanodeOptions {
rpc_runtime_size: 8,
mysql_addr: "127.0.0.1:4406".to_string(),
mysql_runtime_size: 2,
metrics_addr: "127.0.0.1:5000".to_string(),
meta_client_options: None,
wal: WalConfig::default(),
storage: ObjectStoreConfig::default(),
compaction: CompactionConfig::default(),
procedure: None,
metrics_addr: "127.0.0.1:4000".to_string(),
}
}
}
Expand Down

0 comments on commit 09c4b1e

Please sign in to comment.