OpenRiak / riak_kv

Riak Key/Value Store
0 stars 0 forks source link

Allow for tree format to be pinned back to previous version #41

Closed martinsumner closed 1 month ago

martinsumner commented 1 month ago

Maybe required when using per-bucket AAE in a rolling upgrade.

This could be achieved using riak_core_capability, but as it is a one-off need with a relatively minor impact in a small subset of configurations, allow it be managed through manual configuration instead. This makes the removal easier as well (the history of riak_core_capability is that some temporary changes can have end up with a long-term presence in the code).

martinsumner commented 1 month ago

https://github.com/nhs-riak/riak_test/pull/25