found + documented bug (in the middle of big cleanup, so did not fix it)
git-svn-id: svn+ssh://svn.corp.yahoo.com/yahoo/yrl/labs/pnuts/code/logstore@522 8dad8b1f-cf64-0410-95b6-bcf113ffbcfe
This commit is contained in:
parent
18cb8848f1
commit
648a725920
1 changed files with 1 additions and 0 deletions
|
@ -344,6 +344,7 @@ void* memMergeThread(void*arg)
|
|||
//force write the new region to disk
|
||||
recordid scratch_alloc_state = scratch_tree->get_tree_state();
|
||||
//TlsmForce(xid,scratch_root,logtree::force_region_rid, &scratch_alloc_state);
|
||||
// XXX When called by merger_check (at least), we hold a pin on a page that should be forced. This causes stasis to abort() the process.
|
||||
logtree::force_region_rid(xid, &scratch_alloc_state);
|
||||
//force write the new datapages
|
||||
DataPage<datatuple>::force_region_rid(xid, <able->get_dpstate1());
|
||||
|
|
Loading…
Reference in a new issue