Skip to content
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

(v3.0.7.1 ARM) running SQL statements with the native Go connection throws the error "success" #25467

Closed
NicholasHua opened this issue Apr 24, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@NicholasHua
Copy link

详细描述
我在ARM64操作系统上,安装了3.0.7.1的TDENGINE,并且服务正常启动,但是我的go应用程序在执行批量sql语句时,会报一个success的err,实际执行结果并没有成功执行sql,我在相同版本的x86操作系统环境上,并没有该问题,sql执行正常,没有err报错。

环境信息
-操作系统:OpenEuler 22.03 (LTS-SP2)
-内核版本:5.10.0-153.12.0.92.oe2203sp2.aarch64
-服务版本:TDengine-server-3.0.7.1-Linux-arm64
-客户端版本:TDengine-client-3.0.7.1-Linux-arm64

期望结果
go代码程序使用原生连接,正常执行sql

关键信息
867e64cf1fe19ea13d2d123d91146dc

补充内容
打印日志记录:
2024-04-24T10:03:12.695+0800 ERROR tde/tde.go:62 failed to batch insert metrics, err:[0x0] success
2024-04-24T10:03:12.695+0800 ERROR writer/writer.go:113 batch metrics insert failed, err: [0x0] success
2024-04-24T10:03:14.002+0800 DEBUG cache/service_cache.go:217 service metas update success, service map is map[]
2024-04-24T10:03:19.002+0800 DEBUG cache/service_cache.go:217 service metas update success, service map is map[]

@NicholasHua NicholasHua added the bug Something isn't working label Apr 24, 2024
@NicholasHua NicholasHua changed the title 3.0.7.1 ARM版本,使用go原生连接执行批量查询,报success的error 3.0.7.1 ARM版本,使用go原生连接执行sql语句,报success的error Apr 24, 2024
@danielclow danielclow changed the title 3.0.7.1 ARM版本,使用go原生连接执行sql语句,报success的error (v3.0.7.1 ARM) running SQL statements with the native Go connection throws the error "success" Apr 26, 2024
@yu285
Copy link
Contributor

yu285 commented May 9, 2024

我们可以使用通用的linux 服务器,切换到 3.3.0.0 上尝试吗。3.0.7.1 比较久了,如果有问题也基本都解决了。

@yu285 yu285 closed this as completed May 17, 2024
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

2 participants