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

[BUG] jpa expired data clean error #2310

Closed
1 task
zjh-Github opened this issue Jul 18, 2024 · 3 comments · Fixed by #2329
Closed
1 task

[BUG] jpa expired data clean error #2310

zjh-Github opened this issue Jul 18, 2024 · 3 comments · Fixed by #2329
Labels
bug Something isn't working

Comments

@zjh-Github
Copy link

zjh-Github commented Jul 18, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

delete a half data

Expected Behavior

truncate table

Steps To Reproduce

No response

Environment

HertzBeat version(s):v1.6.0

Debug logs

image

Anything else?

No response

@pwallk
Copy link
Contributor

pwallk commented Jul 19, 2024

The delNum argument is not passed correctly, and pgsql does not support the update | delete limit syntax
5629581dc103694470adc6dbf70b0c2

@pwallk
Copy link
Contributor

pwallk commented Jul 19, 2024

When an exception occurs, it will truncate table

@pwallk
Copy link
Contributor

pwallk commented Jul 19, 2024

I can fix it @tomsun28

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
Development

Successfully merging a pull request may close this issue.

2 participants