We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48abdf1 commit 8409077Copy full SHA for 8409077
.gitignore
@@ -10,3 +10,4 @@ logs/*
10
.build/
11
.vscode/
12
.CHANGELOG
13
+vendor/
internal/task/task/checker/common.go
@@ -126,7 +126,7 @@ func getServiceListenAddresses(dc *topology.DeployConfig) []Address {
126
if dc.GetEnableExternalServer() {
127
address = append(address, Address{
128
Role: ROLE_CHUNKSERVER,
129
- IP: dc.GetListenIp(),
+ IP: dc.GetListenExternalIp(),
130
Port: dc.GetListenExternalPort(),
131
})
132
}
0 commit comments