Skip to content

TDengine ERROR (0x80000020): some vnode/qnode/mnode(s) out of service #30291

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
GeminiJJ opened this issue Mar 20, 2025 · 4 comments
Closed

TDengine ERROR (0x80000020): some vnode/qnode/mnode(s) out of service #30291

GeminiJJ opened this issue Mar 20, 2025 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@GeminiJJ
Copy link

我在服务器上部署了TDengine什么配置也没有改过
服务器端口映射了16030:6030
yml配置
tdengine:
type: ${spring.datasource.type}
driver-class-name: com.taosdata.jdbc.TSDBDriver
url: jdbc:TAOS://183.xx.xx.xx:16030/test
username: root
password: taosdata

我能启动项目正常连接
但我在进行insert动作

Image Image 为什么我就一直报这0x80000020 如果我换成自己内网的td完全没问题,我换成了服务器的公网地址就一直有这个问题 那我将服务部署到服务器配置改成服务器的内网地址它就正常能接收 我macos环境也好 windows环境也好 本地去连接服务器进行insert就报some vnode/qnode/mnode(s) out of service
@GeminiJJ GeminiJJ added the bug Something isn't working label Mar 20, 2025
@GeminiJJ
Copy link
Author

Image
我taos能远程连接啊

@Aironchu
Copy link

我在3.0.3.0 也发现了类似的事情。
后台我通过重启客户端程序之后,insert就没有报这个错误了
我是因为多个服务端节点中down了2个之后,才开始产生这个问题

@yu285
Copy link
Contributor

yu285 commented Mar 31, 2025

端口映射改为 16030:16030 再试试 。

@yu285 yu285 self-assigned this Mar 31, 2025
@GeminiJJ
Copy link
Author

端口映射改为 16030:16030 重新尝试 。

好的,谢谢解答

@yu285 yu285 closed this as completed May 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants