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

Error: Invalid value for '--auto-offset-reset': '' is not one of 'error', 'earliest', 'latest'. #1537

Closed
1 task done
patsevanton opened this issue Oct 14, 2024 · 0 comments

Comments

@patsevanton
Copy link
Contributor

patsevanton commented Oct 14, 2024

Issue submitter TODO list

  • I've searched for an already existing issues here

Describe the bug (actual behavior)

Error: Invalid value for '--auto-offset-reset': '' is not one of 'error', 'earliest', 'latest'.  

Expected behavior

no error

values.yaml

no values.yaml

Helm chart version

25.15.0

Steps to reproduce

helm install sentry -n test sentry/sentry --version 25.15.0  --wait --timeout=1000s
coalesce.go:237: warning: skipped value for kafka.config: Not a table.
NAME: sentry
LAST DEPLOYED: Mon Oct 14 14:45:22 2024
NAMESPACE: test
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
* When running upgrades, make sure to give back the `system.secretKey` value.

kubectl -n test get configmap sentry-sentry -o json | grep -m1 -Po '(?<=system.secret-key: )[^\\]*'

Screenshots

No response

Logs

│ 2024-10-14 09:03:25,462 Initializing Snuba...                                                                                                              │
│ 2024-10-14 09:03:27,302 Snuba initialization took 1.84157673898153s                                                                                        │
│ Usage: snuba subscriptions-scheduler-executor [OPTIONS]                                                                                                    │
│ Try 'snuba subscriptions-scheduler-executor --help' for help.                                                                                              │
│                                                                                                                                                            │
│ Error: Invalid value for '--auto-offset-reset': '' is not one of 'error', 'earliest', 'latest'.  

Additional context

k get pod -n test | grep -v Running
NAME                                                              READY   STATUS             RESTARTS        AGE
sentry-snuba-subscription-consumer-events-7f7b55b85c-9gnzm        0/1     CrashLoopBackOff   6 (2m46s ago)   8m46s
sentry-snuba-subscription-consumer-metrics-5dfcb5fb48-p7hww       0/1     CrashLoopBackOff   6 (2m41s ago)   8m46s
sentry-snuba-subscription-consumer-transactions-5cdf85bf896c74x   0/1     CrashLoopBackOff   6 (2m45s ago)   8m45s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant