Skip to content

Commit

Permalink
Updates for Riak 2.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Oct 6, 2021
1 parent 8684cfc commit 1e7ef0d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
6 changes: 6 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Riak KV 2.9.10 Release Notes

Fix to critical issue in leveled when using (non-default, but recommended, option): [leveled_reload_recalc = enabled](https://github.com/basho/riak_kv/blob/33add2a29b6880b680a407dc91828736f54c7911/priv/riak_kv.schema#L1156-L1174)

If using this option, it is recommended to rebuild the ledger on each vnode at some stage after updating.

# Riak KV 2.9.9 Release Notes

Minor stability improvements to leveled backend - [see leveled release notes](https://github.com/martinsumner/leveled/releases/tag/0.9.24) for further details.
Expand Down
16 changes: 8 additions & 8 deletions rebar.config.lock
Original file line number Diff line number Diff line change
Expand Up @@ -111,16 +111,19 @@
"6bc5efe93bab327788bcde24374f16044b549dd8"}},
{leveled,".*",
{git,"https://github.com/martinsumner/leveled",
"e73b75d1bb2700f416b580b8b02d0fbb6f83e6cc"}},
"1d0a20c113bb1741aabd715f16f543b01e6d6082"}},
{kv_index_tictactree,".*",
{git,"https://github.com/martinsumner/kv_index_tictactree.git",
"8a08840b5965f307fceb1bee9f47183469f603d7"}},
"4ef767d1285418dccff5a1047a72e2672f7c7aa9"}},
{protobuffs,".*",
{git,"https://github.com/basho/erlang_protobuffs.git",
"43c549e6ccd4524245190a906bb4344039bd2995"}},
{riak_pb,".*",
{git,"git://github.com/basho/riak_pb.git",
"a8d599a87f5b83c5322cbf82e745eee02dcadd74"}},
{ibrowse,".*",
{git,"git://github.com/basho/ibrowse.git",
"653a9b3ddefe0a5a20548d3ef452e6b9b8d6b66c"}},
{mochiweb,".*",
{git,"git://github.com/basho/mochiweb.git",
"f22e7c3be471120a426e3337fb6525f0a89f17c3"}},
Expand All @@ -139,9 +142,6 @@
{hyper,".*",
{git,"git://github.com/basho/hyper",
"fdb62672000be1477e2c8b6d02289abe411baf91"}},
{ibrowse,".*",
{git,"git://github.com/basho/ibrowse.git",
"653a9b3ddefe0a5a20548d3ef452e6b9b8d6b66c"}},
{riakc,".*",
{git,"git://github.com/basho/riak-erlang-client",
"37676e86849893f5ceb993c2c74f50a2feb32371"}},
Expand All @@ -150,7 +150,7 @@
"b74f0adb0686848de9bd979408ed7ad87c81bf94"}},
{riak_kv,".*",
{git,"git://github.com/basho/riak_kv.git",
"6774ec6f4746b61f0aadd1fa6c7a0da50d2c7479"}},
"1a8b5f36e067311b7daed6edd2a12fd304d58608"}},
{erlydtl,".*",
{git,"git://github.com/erlydtl/erlydtl.git",
"d20b53f04837a1053ed18987f645cb60eae82453"}},
Expand All @@ -177,7 +177,7 @@
"5fc34891fe2a928a83587eac42f2390b424e88f1"}},
{riak_repl,".*",
{git,"git://github.com/basho/riak_repl.git",
"164aeac1fabfe1a4c8733f9057575f1b27517311"}},
"16dd1b057eafd5c647a3a28ff6cf47b561ca4f52"}},
{kvc,".*",
{git,"git://github.com/etrepum/kvc.git",
"5565fe51857747662410cc3c06362ebcf48a2f04"}},
Expand All @@ -186,7 +186,7 @@
"21c6e52ced3af294f2fe636039106068da12eeeb"}},
{yokozuna,".*",
{git,"git://github.com/basho/yokozuna.git",
"4e0f46338e45a27db867ee76341621694b407c5c"}},
"2fb5501923df7b2f5370878279fcd16ccfca1516"}},
{rebar_lock_deps_plugin,".*",
{git,"https://github.com/basho/rebar_lock_deps_plugin.git",
"8816f45ff38cd04d5c7741bd39166af58116dd44"}}]}.
Expand Down
2 changes: 1 addition & 1 deletion rel/reltool.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
%% ex: ft=erlang ts=4 sw=4 et
{sys, [
{lib_dirs, ["../deps"]},
{rel, "riak", "2.9.9",
{rel, "riak", "2.9.10",
[
kernel,
stdlib,
Expand Down

0 comments on commit 1e7ef0d

Please sign in to comment.