switch default buffer manager to concurrentBufferManager (AGAIN)

git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@1177 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
This commit is contained in:
sears 2010-09-22 19:28:07 +00:00
parent 392a097e44
commit 1c8c0fe0da

View file

@ -87,7 +87,7 @@ void logtable<TUPLE>::init_stasis() {
DataPage<datatuple>::register_stasis_page_impl();
// XXX Workaround Stasis' (still broken) default concurrent buffer manager
stasis_buffer_manager_size = 1024 * 1024; // 4GB = 2^10 pages:
stasis_buffer_manager_factory = stasis_buffer_manager_hash_factory;
//stasis_buffer_manager_factory = stasis_buffer_manager_hash_factory;
Tinit();