Skip to content

Upgrade 9.1.2 -> 10 fails (Kafka error)  #402

@fbhdk

Description

@fbhdk

Important Details

How are you running Sentry?

  • On-Premise docker [Version 10]
  • Saas (sentry.io)
  • Other [briefly describe your environment]

Description

Ran into this bug: getsentry/sentry#17422
Now that it has been fixed thi shappens:

Applying sentry.0024_auto_20191230_2052...Events to process: 22961

06:54:05 [WARNING] sentry.eventstream.kafka.backend: Could not publish message (error: KafkaError{code=MSG_SIZE_TOO_LARGE,val=10,str="Broker: Message size too large"}): <cimpl.Message object at 0x7fd6a4ab35d0>
06:54:05 [WARNING] sentry.eventstream.kafka.backend: Could not publish message (error: KafkaError{code=MSG_SIZE_TOO_LARGE,val=10,str="Broker: Message size too large"}): <cimpl.Message object at 0x7fd6a4ab35d0>

The same Kafka-error shows up many times and after quite a while it will continue:
Event migration done. Migrated 22961 of 22961 events.

  • and then eventually finish migrations.

Steps to Reproduce

  1. git checkout master --force
  2. git pull
  3. mv sentry/config.example.yml sentry/config.yml (insert security key)
  4. ./install.sh
  5. Wait

There are no special configurations. Dataset is in an existing postgres 9.6 container.

What you expected to happen

No errors

Possible Solution

Maybe some limits in terms of message size limit should be altered somewhere?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions