Skip to content

Commit

Permalink
Riak 3.0.15 Preview (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Feb 15, 2023
1 parent 994efa8 commit 6eefccc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
@@ -1,3 +1,7 @@
# Riak KV 3.0.15 Release Notes

Fix to an issue introduced with the `auto_check` feature for TictacAAE full-sync in [Riak KV 3.0.10](#riak-kv-3010-release-notes).

# Riak KV 3.0.14 Release Notes

This release [fixes an issue](https://github.com/martinsumner/leveled/issues/393) whereby a failure to signal and handle back-pressure correctly by the leveled backend can cause a backlog within the store. In particular this can be triggered by handoffs (e.g. due to cluster admin operations), and lead to partition transfers stalling almost completely. The issue existed in previous releases, by may have been exacerbated by refactoring in [Riak KV 3.0.13](#riak-kv-3013-release-notes).
Expand Down
6 changes: 3 additions & 3 deletions rebar.config
Expand Up @@ -11,13 +11,13 @@
{deps, [
{lager_syslog, {git, "https://github.com/basho/lager_syslog.git", {tag, "3.1.1"}}},
{cluster_info, {git, "https://github.com/basho/cluster_info.git", {tag, "2.1.0"}}},
{riak_kv, {git, "https://github.com/basho/riak_kv.git", {tag, "riak_kv-3.0.14"}}},
{riak_kv, {git, "https://github.com/basho/riak_kv.git", {tag, "riak_kv-3.0.15"}}},
{riak_auth_mods, {git, "https://github.com/basho/riak_auth_mods.git", {tag, "riak_kv-3.0.10"}}},
{riaknostic, {git, "https://github.com/basho/riaknostic.git", {tag, "riak_kv-3.0.10"}}},

% {yokozuna, {git, "https://github.com/basho/yokozuna.git", {branch, "develop-3.0"}}},

{riak_repl, {git, "https://github.com/basho/riak_repl.git", {tag, "riak_kv-3.0.14"}}}
{riak_repl, {git, "https://github.com/basho/riak_repl.git", {tag, "riak_kv-3.0.15"}}}
]}.

{project_plugins, [
Expand Down Expand Up @@ -46,7 +46,7 @@
]}
]}.

{relx, [{release, {riak, "3.0.14"},
{relx, [{release, {riak, "3.0.15"},
[kernel,
stdlib,
lager,
Expand Down
4 changes: 2 additions & 2 deletions rebar.lock
Expand Up @@ -123,7 +123,7 @@
2},
{<<"riak_kv">>,
{git,"https://github.com/basho/riak_kv.git",
{ref,"cdaf80eb75c2070cd569c88b0cb3e47e140a39de"}},
{ref,"ed93f69c1e345620534c36282ba7fc08f8d9ed26"}},
0},
{<<"riak_pb">>,
{git,"https://github.com/basho/riak_pb.git",
Expand All @@ -135,7 +135,7 @@
1},
{<<"riak_repl">>,
{git,"https://github.com/basho/riak_repl.git",
{ref,"a1b5ec0836d2ed4d24e00012a0b405a7e51c94ff"}},
{ref,"1b3f602861a5e8045e13fcd8b1f4f5efae5cfefa"}},
0},
{<<"riak_sysmon">>,
{git,"https://github.com/basho/riak_sysmon.git",
Expand Down

0 comments on commit 6eefccc

Please sign in to comment.