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

Bump default Kafka dev service image to redpanda v22.1.7 #27617

Merged
merged 1 commit into from
Aug 31, 2022

Conversation

ozangunalp
Copy link
Contributor

Fixes #27352

@quarkus-bot

This comment has been minimized.

@ozangunalp ozangunalp added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Aug 31, 2022
@geoand
Copy link
Contributor

geoand commented Aug 31, 2022

Not sure the test failures are related, but I would be cautious about merging with these failures

@ozangunalp
Copy link
Contributor Author

@geoand yes test failures are related. They pass with redpanda v21.11.15 but fail with v22.x.
I am looking at it.

@geoand geoand removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Aug 31, 2022
@ozangunalp ozangunalp force-pushed the redpanda_version_bump branch from f440310 to 9b53e29 Compare August 31, 2022 16:47
@@ -57,6 +57,7 @@ protected void containerIsStarting(InspectContainerResponse containerInfo, boole
command += "--memory 1G --overprovisioned --reserve-memory 0M ";
command += String.format("--kafka-addr %s ", getKafkaAddresses());
command += String.format("--advertise-kafka-addr %s ", getKafkaAdvertisedAddresses());
command += "--set redpanda.auto_create_topics_enabled=true ";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seriously! Wow... that's a big change of behavior!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I edited the description because I couldn't make our tests work with v22.2.2. I get NotLeaderOrFollowerException from record send. I suspect producer metadata are not in sync after topic creation.

@ozangunalp ozangunalp changed the title Bump default Kafka dev service image to redpanda v22.2.2 Bump default Kafka dev service image to redpanda v22.1.7 Aug 31, 2022
@cescoffier cescoffier merged commit 4d3549f into quarkusio:main Aug 31, 2022
@quarkus-bot quarkus-bot bot added this to the 2.13 - main milestone Aug 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RedPanda + kafka-streams stop working in upstream
3 participants