mcengija
mcengija
Hey @jiayuebao the command I used was a cachebench test e.g. `./cachelib/bin/cachebench --json_test_config cachelib/cachebench/test_configs/feature_stress/dram_cache.json` and `./cachelib/bin/cachebench --json_test_config cachelib/cachebench/test_configs/consistency/ram-withdeletes.json` There is a slight change with build-cachelib folder though. Within ccmake the...
Hey @jiayuebao I haven't had a chance yet. I was planning on attempting the suggestion above with switching to `folly::SharedMutex` on Wednesday. Finishing a few other requested tests by the...
Hey, small update with the build. It was failing and unfortunately @byrnedj was out sick for the week, so we decided to put a hold on it, while I worked...
@jiayuebao quick question for you... What version of TSAN, clang (or gcc) did you use when trying to replicate the results? In addition, its difficult to debug another locktype when...
Hey @jiayuebao, I can build all the necessary dependencies successfully. The only one that doesn't build is cachelib. This is because when switching from `folly:DistributedMutex` to `folly:SharedMutex` build error of...
Hey @jiayuebao sorry for the delay. The code was refactored this week and we had time to review on Thursday. @byrnedj and I went through and reviewed it and he...