diff --git a/dialyze-ignore-warnings.txt b/dialyze-ignore-warnings.txt index 45bdd44..7e43637 100644 --- a/dialyze-ignore-warnings.txt +++ b/dialyze-ignore-warnings.txt @@ -16,7 +16,7 @@ leexinc.hrl:253: The pattern can never leexinc.hrl:256: The pattern 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 diff --git a/dialyze-nospec-ignore-warnings.txt b/dialyze-nospec-ignore-warnings.txt index 21a2eb5..30ec781 100644 --- a/dialyze-nospec-ignore-warnings.txt +++ b/dialyze-nospec-ignore-warnings.txt @@ -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 diff --git a/rel/files/app.config b/rel/files/app.config index fbdaec0..c008e00 100644 --- a/rel/files/app.config +++ b/rel/files/app.config @@ -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}, diff --git a/relnotes/v0.1.7.txt b/relnotes/v0.1.7.txt new file mode 100644 index 0000000..26bb4c8 --- /dev/null +++ b/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_