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

[fix][broker] Do not migrate internal topics during Blue-Green Migration when ExtensibleLoadBalancer is used #22478

Merged
merged 2 commits into from
Apr 11, 2024

Conversation

heesung-sn
Copy link
Contributor

@heesung-sn heesung-sn commented Apr 11, 2024

Motivation

Since the internal topics of ExtensibleLoadBalancer(bundle state, broker, and bundle load topics) will be auto-created in the green cluster, we don't need to migrate them.

Modifications

  • Skip the internal topics of ExtensibleLoadBalancer(bundle state, broker, and bundle load topics) during blue-green migration.

Verifying this change

  • Make sure that the change passes the CI checks.

Does this pull request potentially affect one of the following parts:

If the box was checked, please highlight the changes

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • The metrics
  • Anything that affects deployment

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Matching PR in forked repository

PR in forked repository:

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Apr 11, 2024
@heesung-sn heesung-sn merged commit 094742d into apache:master Apr 11, 2024
51 of 52 checks passed
heesung-sn added a commit that referenced this pull request Apr 11, 2024
…ion when ExtensibleLoadBalancer is used (#22478)

(cherry picked from commit 094742d)
@heesung-sn heesung-sn added this to the 3.3.0 milestone Apr 11, 2024
@heesung-sn
Copy link
Contributor Author

can't cherry-pick this to 3.0 and 3.1 as this relies on this PR, #21368

@heesung-sn heesung-sn self-assigned this Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants