Skip to content

Commit

Permalink
Patch to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsumner committed Jun 21, 2019
1 parent c8d862a commit 05632a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Riak KV 2.9.0 Release Notes - Patch 2

An [issue](https://github.com/martinsumner/leveled/issues/285) with leveled holding references to binaries whatcould cause severe memory depletion, when a consecutive series of very large objects are received by a vnode.

# Riak KV 2.9.0 Release Notes - Patch 1

An [issue](https://github.com/basho/riak_kv/issues/1699) was discovered whereby leveled would leak file descriptors under heavy write pressure (e.g. handoffs).
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
{node_package, ".*", {git, "https://github.com/basho/node_package.git", {tag, "4.0.2"}}},
{lager_syslog, ".*", {git, "git://github.com/basho/lager_syslog.git", {tag, "3.0.3"}}},
{cluster_info, ".*", {git, "git://github.com/basho/cluster_info.git", {tag, "2.0.5"}}},
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {tag, "riak_kv-2.9.0p1"}}},
{riak_kv, ".*", {git, "git://github.com/basho/riak_kv.git", {tag, "riak_kv-2.9.0p2"}}},
{riak_control, ".*", {git, "git://github.com/basho/riak_control.git", {branch, "develop-2.9"}}},
{riaknostic, ".*", {git, "git://github.com/basho/riaknostic.git", {tag, "2.1.7"}}},
{riak_auth_mods, ".*", {git, "git://github.com/basho/riak_auth_mods.git", {tag, "2.1.0"}}},
Expand Down
6 changes: 3 additions & 3 deletions rebar.config.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@
"6bc5efe93bab327788bcde24374f16044b549dd8"}},
{leveled,".*",
{git,"https://github.com/martinsumner/leveled.git",
"da599018900f30014c73254adce4c2f35a498b99"}},
"b2d4d766cddf7c07ee2fbe51245c1e1164a9aed0"}},
{kv_index_tictactree,".*",
{git,"https://github.com/martinsumner/kv_index_tictactree.git",
"8caeab0b38a93617887f36b9544e2534efa1c2a3"}},
"55b6a7dd301e948b4518bcb57c6624f3bafc0053"}},
{protobuffs,".*",
{git,"https://github.com/basho/erlang_protobuffs.git",
"43c549e6ccd4524245190a906bb4344039bd2995"}},
Expand Down Expand Up @@ -141,7 +141,7 @@
"fdb62672000be1477e2c8b6d02289abe411baf91"}},
{riak_kv,".*",
{git,"git://github.com/basho/riak_kv.git",
"1c725b3e714d92cd1d1163f23a09a9641f362743"}},
"eeeb143e57949b05e8de04a3dfe3e0d094a66d8e"}},
{erlydtl,".*",
{git,"git://github.com/erlydtl/erlydtl.git",
"d20b53f04837a1053ed18987f645cb60eae82453"}},
Expand Down

0 comments on commit 05632a4

Please sign in to comment.