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

集群下查询偶尔出 TDengine ERROR (0x80000229): Invalid tsc input 异常 #29111

Open
h524k opened this issue Dec 12, 2024 · 3 comments
Open
Labels
bug Something isn't working

Comments

@h524k
Copy link

h524k commented Dec 12, 2024

环境:docker 20.10.7
版本:3.3.4.8
jdbc驱动版本:3.4.0
背景:定时器15s查询sql。SELECT LAST_ROW (*) FROM xxx WHERE xxx GROUP BY xxx; 每过一段时间出现一次TDengine ERROR (0x80000229): Invalid tsc input 异常,时间不定。
image
image

在程序出现异常的每个时间点,在涛思日志里面都能找到一个同时间的ERROR
image

在之前的 3.3.4.3 版本同样是每过一段时间出现一次异常,但是异常内容不一样。
ab529781976d6a6c5e2ca886e902756
6b7b98d317018be046a8f1d786b352b

@h524k h524k added the bug Something isn't working label Dec 12, 2024
@yu285
Copy link
Contributor

yu285 commented Dec 12, 2024

收到 我们看下 。

@h524k
Copy link
Author

h524k commented Dec 17, 2024

这是我们完整的sql语句
781ba4ee60c07dd52d3a9bb2a807a92

这是客户端的报错信息
image

这是服务端的报错信息
image

客户端的报错时间和服务端的报错时间是一致的,我们是通过一个15S的定时器,一直在执行这个SQL,然后就会不定时的出现上面的异常信息,然后我发现会出现这个异常查询SQL都是用了 LAST_ROW() 这个函数。会出现异常的版本是 3.3.4.3 和 3.3.4.8,我尝试使用3.3.3.0 这个版本,是没有出现过这个异常。

@h524k
Copy link
Author

h524k commented Dec 18, 2024

这是 taoslog 的一段报错日志
image

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