Test logging of samples

To prompt the log the journal size needs to be reduced
This commit is contained in:
Martin Sumner 2017-11-20 15:31:31 +00:00
parent de60a55be2
commit faa5ef82aa
2 changed files with 4 additions and 4 deletions

View file

@ -329,9 +329,9 @@
{"CDB18", {"CDB18",
{info, "Handled return and write of hashtable"}}, {info, "Handled return and write of hashtable"}},
{"CDB19", {"CDB19",
{info, "Sample timings in microseconds for sample_count=~w" {info, "Sample timings in microseconds for sample_count=~w "
++ "totals of cycle_count=~w " ++ "with totals of cycle_count=~w "
++ "fetch_time=~w index_time=~w "}} ++ "fetch_time=~w index_time=~w"}}
]). ]).

View file

@ -82,7 +82,7 @@ many_put_fetch_head(_Config) ->
testutil:check_forobject(Bookie1, TestObject), testutil:check_forobject(Bookie1, TestObject),
ok = leveled_bookie:book_close(Bookie1), ok = leveled_bookie:book_close(Bookie1),
StartOpts2 = [{root_path, RootPath}, StartOpts2 = [{root_path, RootPath},
{max_journalsize, 500000000}, {max_journalsize, 50000000},
{max_pencillercachesize, 32000}, {max_pencillercachesize, 32000},
{sync_strategy, testutil:sync_strategy()}, {sync_strategy, testutil:sync_strategy()},
{compression_point, on_receipt}], {compression_point, on_receipt}],