diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 74662c454..2e1f75cf3 100644 --- a/RELEASE-NOTES.md +++ b/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). diff --git a/rebar.config b/rebar.config index 5f200062b..40dd81d8c 100644 --- a/rebar.config +++ b/rebar.config @@ -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, [ @@ -46,7 +46,7 @@ ]} ]}. -{relx, [{release, {riak, "3.0.14"}, +{relx, [{release, {riak, "3.0.15"}, [kernel, stdlib, lager, diff --git a/rebar.lock b/rebar.lock index 8d013331a..363f9040e 100644 --- a/rebar.lock +++ b/rebar.lock @@ -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", @@ -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",