Commit d57e80a
chore!: Bind real config address for Thrift and Raft services (#16717)
* chore: Bind real internal address for Thrift and Raft services
* keep ExternalRpcAddress use config value
* Update iotdb-core/datanode/src/main/java/org/apache/iotdb/db/service/ExternalRPCService.java
Co-authored-by: Haonan <hhaonan@outlook.com>
---------
Co-authored-by: Haonan <hhaonan@outlook.com>
(cherry picked from commit 8dbf200)1 parent 2f3fcbc commit d57e80a
2 files changed
Lines changed: 12 additions & 4 deletions
File tree
- iotdb-core
- consensus/src/main/java/org/apache/iotdb/consensus/ratis
- node-commons/src/main/java/org/apache/iotdb/commons/service
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
Lines changed: 11 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
274 | | - | |
275 | | - | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
276 | 279 | | |
277 | 280 | | |
278 | 281 | | |
279 | 282 | | |
280 | | - | |
281 | | - | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
282 | 289 | | |
283 | 290 | | |
284 | 291 | | |
| |||
0 commit comments