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

Investigate hundreds of rollbacks per second in postgres #88307

Closed
matejminar opened this issue Mar 31, 2025 · 1 comment
Closed

Investigate hundreds of rollbacks per second in postgres #88307

matejminar opened this issue Mar 31, 2025 · 1 comment
Assignees

Comments

@matejminar
Copy link
Member

No description provided.

vgrozdanic added a commit that referenced this issue Apr 2, 2025
Tries to fix the problem of a couple of hundred rollbacks per second:
https://app.datadoghq.com/s/FH6-Y3/tmu-9re-83a

Current theory is that we are optimistically creating some records and
that the creation fails most of the times. By adding this metrics, this
theory can be either confirmed or debunked by adding these metrics.

The metrics will be removed in a couple of weeks when the investigation
is finished

part of #88307
@vgrozdanic
Copy link
Member

andrewshie-sentry pushed a commit that referenced this issue Apr 8, 2025
Tries to fix the problem of a couple of hundred rollbacks per second:
https://app.datadoghq.com/s/FH6-Y3/tmu-9re-83a

Current theory is that we are optimistically creating some records and
that the creation fails most of the times. By adding this metrics, this
theory can be either confirmed or debunked by adding these metrics.

The metrics will be removed in a couple of weeks when the investigation
is finished

part of #88307
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants