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

cluster/config_manager: use property's main name in store_delta #15725

Conversation

andijcr
Copy link
Contributor

@andijcr andijcr commented Dec 18, 2023

prevents a proprety set via alias and main name to appear twice in the _raw_values map.

also take care of cleaning up aliases in the map. this can happen when reusing a snapshot during an upgrade scenario, where an old property becomes an alias of a new property

Fixes #13362

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.3.x
  • v23.2.x
  • v23.1.x

Release Notes

  • none

prevents a proprety set via alias and main name to appear twice in the
_raw_values map.

also take care of cleaning up aliases in the map. this can happen when
reusing a snapshot during an upgrade scenario, where an old property
becomes an alias of a new property
@andijcr andijcr merged commit 3011453 into redpanda-data:dev Dec 18, 2023
20 of 23 checks passed
@vbotbuildovich
Copy link
Collaborator

/backport v23.3.x

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