-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
snuba_subscription_consumers KeyError #5514
Comments
the if you want to scale scheduler and executor, you need to run we can look into splitting up those docker containers further, but it would mean more complexity for smalll-scale deployments. |
Hello @untitaker , thanks for the response Can the |
Yup! snuba-commit-log should have 1 partition, and you should only run one scheduler. Executors can scale as needed. |
I'm seeing the same thing after running:
Can I get some clarification on how to address this in the kubernetes deployments? I'm not sure I follow the above conversation. Maybe this is a separate issue? My
|
Environment
I'm running snuba workers on different VMs in my sentry deployment (version 23.6.2).
My kafka deployment consist in a 3-node cluster (6 partitions on each topic)
Snuba ENV
Steps to Reproduce
6
snuba_subscription_consumer_event
worker (subscriptions-scheduler-executor --dataset events --entity events --auto-offset-reset=latest --no-strict-offset-reset --consumer-group=snuba-events-subscriptions-consumers --followed-consumer-group=snuba-consumers --delay-seconds=60 --schedule-ttl=60 --stale-threshold-seconds=900 --log-level=debug
)6
Expected Result
Worker runs.
Actual Result
Worker keeps restarting with this kind of error each time
The text was updated successfully, but these errors were encountered: