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

c/config_manager: populate configuration status on members notification #13964

Merged
merged 1 commit into from
Oct 6, 2023

Conversation

mmaslankaprv
Copy link
Member

@mmaslankaprv mmaslankaprv commented Oct 5, 2023

When member is added to the cluster cluster::configuration_manager should be immediately aware of it instead of waiting for the first status update.

Wired up cluster member added notification to update cluster configuration reconciliation status with initial state for joining member.

Fixes: #13497
Fixes: #13503

Backports Required

  • none - not a bug fix
  • none - this is a backport
  • none - issue does not exist in previous branches
  • none - papercut/not impactful enough to backport
  • v23.2.x
  • v23.1.x
  • v22.3.x

Release Notes

  • none

When member is added to the cluster `cluster::configuration_manager`
should be immediately aware of it instead of waiting for the first
status update.

Wired up cluster member added notification to update cluster
configuration reconciliation status with initial state for joining
member.

Fixes: redpanda-data#13497
Fixes: redpanda-data#13503

Signed-off-by: Michal Maslanka <michal@redpanda.com>
@vbotbuildovich
Copy link
Collaborator

@andijcr
Copy link
Contributor

andijcr commented Oct 6, 2023

the debug build has this failure in kafka_server_rpfixture.fetch_one": seastar::timed_out_error: timedout
it's not in the issue tracker

@mmaslankaprv
Copy link
Member Author

the debug build has this failure in kafka_server_rpfixture.fetch_one": seastar::timed_out_error: timedout it's not in the issue tracker

The error is unrelated i will submit a PR fixing it

@mmaslankaprv mmaslankaprv merged commit 3650c2f into redpanda-data:dev Oct 6, 2023
23 of 25 checks passed
@mmaslankaprv mmaslankaprv deleted the fix-13497 branch October 6, 2023 12:22
@vbotbuildovich
Copy link
Collaborator

/backport v23.2.x

@vbotbuildovich
Copy link
Collaborator

/backport v23.1.x

@vbotbuildovich
Copy link
Collaborator

Oops! Something went wrong.

Workflow run logs.

@vbotbuildovich
Copy link
Collaborator

Failed to create a backport PR to v23.1.x branch. I tried:

git remote add upstream https://github.com/redpanda-data/redpanda.git
git fetch --all
git checkout -b backport-pr-13964-v23.1.x-471 remotes/upstream/v23.1.x
git cherry-pick -x 57c8d7a639b2548a55c20017b3e6f6855389961e

Workflow run logs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants