We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
环境: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 异常,时间不定。
在程序出现异常的每个时间点,在涛思日志里面都能找到一个同时间的ERROR
在之前的 3.3.4.3 版本同样是每过一段时间出现一次异常,但是异常内容不一样。
The text was updated successfully, but these errors were encountered:
收到 我们看下 。
Sorry, something went wrong.
这是我们完整的sql语句
这是客户端的报错信息
这是服务端的报错信息
客户端的报错时间和服务端的报错时间是一致的,我们是通过一个15S的定时器,一直在执行这个SQL,然后就会不定时的出现上面的异常信息,然后我发现会出现这个异常查询SQL都是用了 LAST_ROW() 这个函数。会出现异常的版本是 3.3.4.3 和 3.3.4.8,我尝试使用3.3.3.0 这个版本,是没有出现过这个异常。
这是 taoslog 的一段报错日志
No branches or pull requests
环境: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 异常,时间不定。
在程序出现异常的每个时间点,在涛思日志里面都能找到一个同时间的ERROR
在之前的 3.3.4.3 版本同样是每过一段时间出现一次异常,但是异常内容不一样。
The text was updated successfully, but these errors were encountered: