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

Prometheus data write error. #3632

Closed
FengZh61 opened this issue Apr 3, 2024 · 2 comments
Closed

Prometheus data write error. #3632

FengZh61 opened this issue Apr 3, 2024 · 2 comments
Labels
C-bug Category Bugs

Comments

@FengZh61
Copy link

FengZh61 commented Apr 3, 2024

What type of bug is this?

Unexpected error

What subsystems are affected?

Write Protocols

Minimal reproduce step

When I access very little Prometheus data, it runs fine, when I access a lot of data, there are failures to write.
1.txt
report-ed85ec80-5801-4ac1-96c5-c538ed669861.txt
This is the first situation I've encountered where Prometheus has errors and greptimedb has errors on this side when I look at the data.
2.txt
gp.log
This is the second scenario I encountered where I created a new bucket to store the data. Also accessing Prometheus, which has a large amount of data, there is a problem with data writes, as well as problems with table structure creation and updates.

What did you expect to see?

Large amount of data can be written successfully

What did you see instead?

Large amounts of data writes can fail to be written, and it appears that before this write is processed, the next write task starts again, and these two are in direct conflict.

What operating system did you use?

Centos 7.6

What version of GreptimeDB did you use?

0.7.0

Relevant log output and stack trace

No response

@tisonkun tisonkun added the C-bug Category Bugs label Apr 3, 2024
@waynexia
Copy link
Member

waynexia commented Apr 7, 2024

This looks like a bug that was fixed in #3576. It should be fixed in our newest version.

@waynexia
Copy link
Member

waynexia commented Apr 9, 2024

Close as finished. Feel free to reopen if there is any update

@waynexia waynexia closed this as completed Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category Bugs
Projects
None yet
Development

No branches or pull requests

3 participants