if (next.ts instanceof LocalTransaction){
// HACK HACK HACK HACK HACK HACK
// We need to get a new txnId for ourselves, since the one that we
// were given before is now probably too far in the past
if(next.partition != next.ts.getBasePartition()){
ee.antiCacheMergeBlocks(next.catalog_tbl);
}
this.hstore_site.getTransactionInitializer().resetTransactionId(next.ts, next.partition);
if (debug.val) LOG.debug("restartin on local");
this.hstore_site.transactionInit(next.ts);