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

Insert record with multiple timestamp cols may cause insert error invalid timestamp #26493

Open
johnnylc opened this issue Jul 9, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@johnnylc
Copy link

johnnylc commented Jul 9, 2024

Bug Description
When stable created with multiple timestamp cols, for example ts device_ts data_ts local_ts ...,
When perform a insert action using Springboot jdbc, and set the data_ts and local_ts using the same timestamp string like "2024-07-09 23:00:00:000".
Occasionally, the insert may fail and the error log of Springboot says " invalid timestamp near xxxxxx".

It happens many times, and when it happens I try to not set local_ts, just set the data_ts using the same timestamp string, then the record could be inserted successfully.

Environment (please complete the following information):

  • OS: Windows 10 Docker
  • Memory: 128G, CPU: Intel Xeon Silver 4210 X 2
  • TDengine Version 3.3.0.3
@johnnylc johnnylc added the bug Something isn't working label Jul 9, 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
1 participant