Skip to content

Commit

Permalink
Merge pull request #964 from martinsumner/develop-2.9
Browse files Browse the repository at this point in the history
Update leveled
  • Loading branch information
martinsumner authored Apr 2, 2019
2 parents 5c1d45f + b6a6e06 commit 9075c7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions doc/Release 2.9 Series - Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,10 @@ There is also a small fix to poolboy to prevent a crash log from appearing on sh

RC6 fixes some security issues within yokozuna, and completes a full run through of the yokozuna tests. It resolves an issue with HTTP security features crashing Riak which was introduced as part of the RC2 mochiweb uplift to fix the 2i index changes. It also transitions the eleveldb branch used to point back to the `basho` repository, with a fix that allows eleveldb to be deployed on recent OSX versions. An OSX-specific issue with `make test` failing on `eper` and `riak_ensemble` unit tests is also resolved.

#### Release 2.9.0 RC7

A customer volume test revealed that the beam would not fully garbage collect memory held by leveled_sst file processes within leveled (leaving 4MB of unlinked memory associated with the process), in some circumstances. This is similar to the problem partially-resolved in RC5. A more comprehensive fix has now been added for RC7, with a process-specific GC call now made each time a non-L0 file transitions to the read state, and stays in that state for more thna 10s.

#### Transition Configuration Guidance

This section contains some initial notes to assist with planning and configuration for Transition of pre-2.9 releases to 2.9:
Expand Down
2 changes: 1 addition & 1 deletion rebar.config.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"6bc5efe93bab327788bcde24374f16044b549dd8"}},
{leveled,".*",
{git,"https://github.com/martinsumner/leveled.git",
"055854c04974da584c2c454ae74bd85ebb951030"}},
"9ab401c694524fc55eb981b7823363c2728f5829"}},
{kv_index_tictactree,".*",
{git,"https://github.com/martinsumner/kv_index_tictactree.git",
"4c392e4a6ecfacf0c5bf8c0949416d1887db1e52"}},
Expand Down

0 comments on commit 9075c7d

Please sign in to comment.