I am trying to install the sentry using ./install.sh.
After the install I am able to open the web page and create the project, than I try to use the client DNS key to send events to sentry from my C# project, but it is not doing anythings.
(I tried the “Create a sample event” which is working fine)
Then I started to check the containers
All the containers are up except for the below four
- sentry_onpremise_sentry-cleanup_1
- sentry_onpremise_snuba-cleanup_1
- sentry_onpremise_symbolicator-cleanup_1
- sentry_onpremise_relay_1
For those cleanup I assume they only run for a short while then it will restart again.
For relay, I am not sure it is normal behavior.
The only configration I changed is the stmp server, which is working fine, I try to invite new members, it did sent out the email.
Then I try to check the logs in each container
All the snuba containers complains about the connection to kafka fail. Not sure it is related to the missing events.
below is the log
2020-08-20 03:51:17,003 New partitions assigned: {Partition(topic=Topic(name='event-replacements'), index=0): 0}
2020-08-20 03:51:23,910 Partitions revoked: [Partition(topic=Topic(name='event-replacements'), index=0)]
+ '[' r = - ']'
+ snuba replacer --help
+ set -- snuba replacer --storage events --auto-offset-reset=latest --max-batch-size 3
+ set gosu snuba snuba replacer --storage events --auto-offset-reset=latest --max-batch-size 3
+ exec gosu snuba snuba replacer --storage events --auto-offset-reset=latest --max-batch-size 3
%3|1597895567.301|FAIL|rdkafka#consumer-1| [thrd:kafka:9092/bootstrap]: kafka:9092/bootstrap: Connect to ipv4#${myip}:9092 failed: Connection refused (after 0ms in state CONNECT)
%3|1597895568.299|FAIL|rdkafka#consumer-1| [thrd:kafka:9092/bootstrap]: kafka:9092/bootstrap: Connect to ipv4#${myip}:9092 failed: Connection refused (after 0ms in state CONNECT, 1 identical error(s) suppressed)
2020-08-20 03:53:00,310 New partitions assigned: {Partition(topic=Topic(name='event-replacements'), index=0): 0}
I also tried install the newer version from clean install, the same issues happens
- 20.7.2
- 20.8.0