mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
The db::config::object_storage_endpoints parameter is live-updateable, but when the update really happens, the new endpoints may fail to propagate to non-zero shards because of the way db::config sharding is implemented. Refs: #7316 Fixes: #26509 Backport to 2025.3 and 2025.4, AFAIK there are set ups with object storage configs for native backup Closes scylladb/scylladb#27689 * github.com:scylladb/scylladb: sstables/storage_manager: Fix configured endpoints observer test/object_store: Add test to validate how endpoint config update works