BYK
October 2, 2020, 5:28pm
4
I honestly don’t know what to do here. Seems like somehow this process got out of sync with Snuba producers and consumers. I don’t think this consumer has a specific volume you can reset.
~~I’d try resetting the topic/group offsets and see if it helps. You’d need to translate this to our setup: https://gist.github.com/marwei/cd40657c481f94ebe273ecc16601674b~~
And just like that, somebody actually documented this minutes ago:
In some cases, the Post Process Forwarder gets into a bad state and you need to do some manual cleanup.
From https://github.com/getsentry/onpremise/issues/478
(This is if you haven’t changed the default number of instances from the main docker-compose, and if you are in the onpremise directory)
Stop sentry
docker-compose stop
Start only Zookeeper and Kafka
docker start sentry_onpremise_kafka_1 sentry_onpremise_zookeeper_1
Hop into the Kafka instance interactively
docker exec -it sen…