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

sentry ingest consumer transactions max batch size #2986

Open
letnab opened this issue Apr 22, 2024 · 3 comments
Open

sentry ingest consumer transactions max batch size #2986

letnab opened this issue Apr 22, 2024 · 3 comments

Comments

@letnab
Copy link

letnab commented Apr 22, 2024

Environment

self-hosted (https://develop.sentry.dev/self-hosted/)

What are you trying to accomplish?

increase the number of events processed
sentry ingest consumer transactions

How are you getting stuck?

Now the application reads about 100-150 messages from Kafka. This is very little. The lag in Kafka is growing. As soon as it reaches 1 million the application crashes with an error
arroyo.errors.OffsetOutOfRange: KafkaError{code=_AUTO_OFFSET_RESET,val=-140,str="fetch failed due to requested offset not available on the broker: Broker: Offset out of range (broker 1)"}

there is no max-batch-size parameter anymore

Where in the product are you?

Issues

Link

No response

DSN

No response

Version

24.4.1

@getsantry
Copy link

getsantry bot commented Apr 22, 2024

Assigning to @getsentry/support for routing ⏲️

@dalnoki dalnoki transferred this issue from getsentry/sentry Apr 22, 2024
@aldy505
Copy link
Collaborator

aldy505 commented Apr 23, 2024

Usually this happens because some of your processor containers (on the docker-compose.yml it's something around sentry worker, sentry post-processor, snuba consumer or sentry consumer) don't have enough processing power. I'd suggest to increase your CPU cores for this one.

For the Kafka offset out of range problem, you should see #2951

@getsantry
Copy link

getsantry bot commented May 15, 2024

This issue has gone three weeks without activity. In another week, I will close it.

But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community, I will leave it alone ... forever!


"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀

@getsantry getsantry bot added the Stale label May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Waiting for: Community
Status: No status
Development

No branches or pull requests

2 participants