Yao Yue
Yao Yue
So we can be less susceptible to clock drift and scheduler irregularities in the host in our time-sensitive tests, this causes the test to randomly fail about 10-20% of time,...
Start with hash related commands and other basics.
Current thoughts: `debug`: - `-DHAVE_ASSERT_LOG=on` - `-DHAVE_ASSERT_PANIC=on` - `-DHAVE_LOGGING=on` - `-DHAVE_STATS=on` - `-ggdb3 -O0` `release`: - `-DHAVE_ASSERT_LOG=on` - `-DHAVE_ASSERT_PANIC=off` - `-DHAVE_LOGGING=on` - `-DHAVE_STATS=on` - `-ggdb3 -O2` `bare`: - `-DHAVE_ASSERT_LOG=off` -...
connect is a fairly expensive operation for the cache server, at large volume it can easily overwhelm the server thread accepting new connections temporarily, leading to test instabilities. Since it's...
Learning about the real memory consumption of Twemcache is important to correctly estimate overhead and avoid paging. To many people's surprise, slab memory doesn't account for the entire heap size...