Skip to content

Commit

Permalink
GH6 (hibari/gdss-brick): Add new configuration brick_min_log_size_mb
Browse files Browse the repository at this point in the history
  • Loading branch information
norton committed Jun 3, 2011
1 parent 1a513c8 commit 32315b7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dialyze-ignore-warnings.txt
Expand Up @@ -16,7 +16,7 @@ leexinc.hrl:253: The pattern <Rest, Line, {'skip_token', Push}, Error> can never
leexinc.hrl:256: The pattern <Rest, Line, {'error', _S}, Error> can never match the type <_,_,'error',_>
yeccpre.hrl:49: Function return_error/2 will never be called
brick_chainmon.erl:1096: The created fun has no local return
brick_ets.erl:3022: The created fun has no local return
brick_ets.erl:3053: The created fun has no local return
brick_mboxmon.erl:313: The created fun has no local return
brick_server.erl:4995: The created fun has no local return
riak_err_handler.erl:161: Expression produces a value of type 'ok' | {'error',atom()}, but this value is unmatched
2 changes: 1 addition & 1 deletion dialyze-nospec-ignore-warnings.txt
Expand Up @@ -18,7 +18,7 @@ yeccpre.hrl:49: Function return_error/2 will never be called
brick_admin.erl:1315: Function bootstrap_scan_loop/0 has no local return
brick_admin.erl:1327: Function bootstrap_scan_loop2/0 has no local return
brick_chainmon.erl:1096: The created fun has no local return
brick_ets.erl:3022: The created fun has no local return
brick_ets.erl:3053: The created fun has no local return
brick_itimer.erl:213: Function start_interval_loop/1 has no local return
brick_itimer.erl:219: Function interval_loop/1 has no local return
brick_mboxmon.erl:313: The created fun has no local return
Expand Down
3 changes: 2 additions & 1 deletion rel/files/app.config
Expand Up @@ -53,7 +53,8 @@
{brick_do_op_too_old_timeout, 4500},
{brick_check_checkpoint_max_mb, 5120},
{brick_check_checkpoint_throttle_bytes, 1048576},
{brick_max_log_size_mb, 100},
{brick_max_log_size_mb, 300},
{brick_min_log_size_mb, 100},
{brick_scavenger_start_time, "3:00"},
{brick_scavenger_throttle_bytes, 2097152},
{brick_skip_live_percentage_greater_than, 90},
Expand Down
15 changes: 15 additions & 0 deletions relnotes/v0.1.7.txt
@@ -0,0 +1,15 @@

v0.1.7

This is a bug fix release for Hibari.

--- FIXES ---------------------------------------------------------------

- GH6 (hibari/gdss-brick): Add new configuration brick_min_log_size_mb
- GH8 (hibari/gdss-brick): private log - bad check for log file rotation

--- OTHERS --------------------------------------------------------------

N/A

_EOF_

0 comments on commit 32315b7

Please sign in to comment.