Edon-Du opened a new issue #5637:
URL: https://github.com/apache/incubator-doris/issues/5637
Environment:
Centos7
doris-version: master
test-step:
1. vim /etc/sysconfig/network-scripts/ifcfg-eth0
// newly added
IPADDR1="192.168.2.121"
PREFIX1="24"
GATEWAY1="192.168.101.237"
// Original
IPADDR="192.168.2.35"
PREFIX="24"
GATEWAY="192.168.2.1"
DNS1="192.168.2.1"
2. use ssh command specify host 192.168.2.121 connect success
3. execute command `alter system add backend '192.168.2.121:9050'`
4. execute command `show proc bankends \G` ,the information is shown below;
```md
*************************** 1. row ***************************
BackendId: 10002
Cluster: default_cluster
IP: 192.168.2.35
HostName: devhost
HeartbeatPort: 9050
BePort: 9060
HttpPort: 8040
BrpcPort: 8060
LastStartTime: 2021-04-12 16:59:29
LastHeartbeat: 2021-04-12 18:09:21
Alive: true
SystemDecommissioned: false
ClusterDecommissioned: false
TabletNum: 0
DataUsedCapacity: .000
AvailCapacity: 51.340 GB
TotalCapacity: 91.463 GB
UsedPct: 43.87 %
MaxDiskUsedPct: 43.87 %
ErrMsg:
Version: trunk-40f53ac
Status:
{"lastSuccessReportTabletsTime":"2021-04-12 18:08:57"}
*************************** 2. row
***************************
BackendId: 10006
Cluster: default_cluster
IP: 192.168.2.121
HostName: devhost
HeartbeatPort: 9050
BePort: -1
HttpPort: -1
BrpcPort: -1
LastStartTime: NULL
LastHeartbeat: NULL
Alive: false
SystemDecommissioned: false
ClusterDecommissioned: false
TabletNum: 0
DataUsedCapacity: .000
AvailCapacity: 1.000 B
TotalCapacity: .000
UsedPct: 0.00 %
MaxDiskUsedPct: 0.00 %
ErrMsg: actual backend local ip:
192.168.2.35 **①meet error **
Version:
Status:
{"lastSuccessReportTabletsTime":"N/A"}
```
as shown above ,the second BE ip addr point to the first BE '192.168.2.35'
address;
additon the one FE and the two BE in the machine had set priority_network
then how to deploy multiple BE on one machine ?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]