matrixorigin / matrixone

Hyperconverged cloud-edge native database
https://docs.matrixorigin.cn/en
Apache License 2.0
1.78k stars 275 forks source link

[Bug]: the some tcp port of the MO conflicts with the Enterprise WeChat #2050

Closed daviszhen closed 2 years ago

daviszhen commented 2 years ago

Is there an existing issue for the same bug?

Environment

- Version or commit-id (e.g. v0.1.0 or 8b23a93):fcad137da8907cf445ff2132ec410d53664b27fa
- Hardware parameters:mac pro
- OS type:mac os
- Others:

Actual Behavior

The mo-server can not boot.

With error "{"level":"FATAL","time":"2022/03/28 21:23:12.304357 +0800","name":"cube.prophet","caller":"prophet/prophet.go:127","msg":"fail to start embed etcd","node":"node0","error":"listen tcp 127.0.0.1:50000: bind: address already in use"}"

The port 50000 has been occupied by the Enterprise WeChat. So, the mo-server and the Enterprise WeChat can not coexist in the same host.

Expected Behavior

The mo-server starts and accepts the service.

Steps to Reproduce

No response

Additional information

No response

daviszhen commented 2 years ago

But, we need the Enterprise WeChat. We need to solve the problem.