datayesJava2 commented on issue #17286:
URL: https://github.com/apache/doris/issues/17286#issuecomment-1510809591
> 注意,fe/be的节点配置文件是以追加模式写入的(吐槽),需要手动清理
这个怎么清理,第一次启动成功了,后面再启动时就报java.net.ConnectException: Connection refused
(Connection refused)错误
`
```powershell
``` mysql> show proc '/backends' \G;
*************************** 1. row ***************************
BackendId: 13003
Cluster: default_cluster
IP: 172.20.80.3
HostName: doris-be.doris_doris_net
HeartbeatPort: 9050
BePort: -1
HttpPort: -1
BrpcPort: -1
LastStartTime: NULL
LastHeartbeat: NULL
Alive: false
SystemDecommissioned: false
ClusterDecommissioned: false
TabletNum: 0
DataUsedCapacity: 0.000
AvailCapacity: 1.000 B
TotalCapacity: 0.000
UsedPct: 0.00 %
MaxDiskUsedPct: 0.00 %
RemoteUsedCapacity: 0.000
Tag: {"location" : "default"}
ErrMsg: java.net.ConnectException: Connection refused
(Connection refused)
Version:
Status:
{"lastSuccessReportTabletsTime":"N/A","lastStreamLoadTime":-1,"isQueryDisabled":false,"isLoadDisabled":false}
HeartbeatFailureCounter: 1
NodeRole:
1 row in set (0.01 sec)
`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]