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

KAFKA-16139: Fix StreamsUpgradeTest #15199

Merged
merged 1 commit into from Jan 17, 2024

Conversation

cadonna
Copy link
Contributor

@cadonna cadonna commented Jan 16, 2024

Adds version 3.5 to the possible values for config upgrade_from.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

Adds version 3.5 to the possible values for config upgrade_from.
@cadonna
Copy link
Contributor Author

cadonna commented Jan 16, 2024

@mjsax Could you have a look since you reviewed also the PR that added upgrade tests to version 3.5?

@cadonna
Copy link
Contributor Author

cadonna commented Jan 16, 2024

I started Streams system tests here: https://jenkins.confluent.io/job/system-test-kafka-branch-builder/6034/

@mjsax
Copy link
Member

mjsax commented Jan 17, 2024

Is this fix sufficient? Don't we not also need to add 3.6 as "upgrade_from" version?

@mjsax mjsax added the streams label Jan 17, 2024
@mjsax
Copy link
Member

mjsax commented Jan 17, 2024

I just checked the test failures on #15151 (cf last comment) and it failed because 3.6 is missing.

@mjsax mjsax merged commit e563aad into apache:trunk Jan 17, 2024
1 check failed
mjsax pushed a commit that referenced this pull request Jan 17, 2024
Adds version 3.5 to the possible values for config upgrade_from.

Reviewers: Matthias J. Sax <matthias@confluent.io>
mjsax pushed a commit that referenced this pull request Jan 17, 2024
Adds version 3.5 to the possible values for config upgrade_from.

Reviewers: Matthias J. Sax <matthias@confluent.io>
@mjsax
Copy link
Member

mjsax commented Jan 17, 2024

Merged to trunk and cherry-picked to 3.7 and 3.6 branches.

@mjsax
Copy link
Member

mjsax commented Jan 17, 2024

Follow-up PR to add 3.6: #15207

mjsax added a commit to mjsax/kafka that referenced this pull request Jan 17, 2024
Follow up to apache#15199

Remove unnecessary import and add new member variable.
@mjsax mjsax mentioned this pull request Jan 17, 2024
@@ -71,6 +71,7 @@
import static org.apache.kafka.common.config.ConfigDef.Range.between;
import static org.apache.kafka.common.config.ConfigDef.ValidString.in;
import static org.apache.kafka.common.config.ConfigDef.parseType;
import static org.apache.kafka.streams.internals.UpgradeFromValues.UPGRADE_FROM_35;
Copy link
Member

Choose a reason for hiding this comment

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

After merging and doing the follow up PR to add 3.6, I realized that using this import is not what we want to do.

Call for review (follow up cleanup PR): #15208

mjsax added a commit to mjsax/kafka that referenced this pull request Jan 17, 2024
Follow up to apache#15199

Remove unnecessary import and add new member variable.
mjsax added a commit that referenced this pull request Jan 18, 2024
Follow up to #15199

Remove unnecessary import and add new member variable.

Reviewers: Walker Carlson <wcarlson@confluent.io>
dajac pushed a commit to dajac/kafka that referenced this pull request Jan 19, 2024
Adds version 3.5 to the possible values for config upgrade_from.

Reviewers: Matthias J. Sax <matthias@confluent.io>
showuon pushed a commit to showuon/kafka that referenced this pull request Jan 22, 2024
Adds version 3.5 to the possible values for config upgrade_from.

Reviewers: Matthias J. Sax <matthias@confluent.io>
gaurav-narula pushed a commit to gaurav-narula/kafka that referenced this pull request Jan 24, 2024
Adds version 3.5 to the possible values for config upgrade_from.

Reviewers: Matthias J. Sax <matthias@confluent.io>
yyu1993 pushed a commit to yyu1993/kafka that referenced this pull request Feb 15, 2024
Adds version 3.5 to the possible values for config upgrade_from.

Reviewers: Matthias J. Sax <matthias@confluent.io>
clolov pushed a commit to clolov/kafka that referenced this pull request Apr 5, 2024
Adds version 3.5 to the possible values for config upgrade_from.

Reviewers: Matthias J. Sax <matthias@confluent.io>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants