Commit 21c863b6 authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

closes #5669, increase the cachetable limit, it needs to be at least twice the...

closes #5669, increase the cachetable limit, it needs to be at least twice the size of the single pair that we have, otherwise, the evictor may sneak in when we are calling change_pair_attr, and catch the cachetable to have a size of 16, because we have added the new attr but not removed the old one

git-svn-id: file:///svn/toku/tokudb@50322 c7de825b-a66e-492c-adef-691d508d4ae1
parent 997977d4
......@@ -63,7 +63,7 @@ static void *run_expensive_fetch(void *arg) {
static void
run_test (void) {
const int test_limit = 12;
const int test_limit = 20;
int r;
void *ret;
CACHETABLE ct;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment