alias property names do not work correctly while bootstrapping from redpanda.yaml #13362
Labels
area/cloud-storage
Shadow indexing subsystem
kind/bug
Something isn't working
sev/low
Bugs which are non-functional paper cuts, e.g. typos, issues in log messages
Version & Environment
Redpanda version: > v23.2 (when property aliases were introduced):
What went wrong?
Aliases for properties can be used in a running redpanda cluster instead of the property name.
This feature is meant to evolve property names while allowing some backward compatibility.
edit: this should be fixed with #15605
Note that only fixing this is not enough: with delete_retention_ms -> log_retention_ms alias,
redpanda/tests/rptest/tests/cluster_config_test.py
Lines 125 to 154 in 1c3069e
cloud_storage_graceful_transfer_timeout
to 1235, but after reboot the value is reset to an earlier value:What should have happened instead?
alias names for properties should work in redpanda.yaml bootstrapping
The text was updated successfully, but these errors were encountered: