taosdata/TDengine

how can i make my tdengine cluster accessible over the internet

Open

#22,820 opened on Sep 10, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C (5,002 forks)batch import
help wantedquestion

Repository metrics

Stars
 (24,849 stars)
PR merge metrics
 (Avg merge 1d 1h) (4 merged PRs in 30d)

Description

我在内网里定义了 3个电脑,对应内网host td1.xxx.com td2.xxx.com td3.xxx.com

在公网域名也映射域名 td1.xxx.com td2.xxx.com td3.xxx.com 到对应服务器的公网IP

通过这样的方式,可以从公网域名连上 tdengine 集群, 但是 select 经常延迟50秒以上

排除了网络问题, ping的时候没有掉包之类的

show dnodes; 也全部是 ready 状态, 不知道是不是这样映射方式不对

Contributor guide