updatePrev(store, first, prev);
if (concurrent) {
// keep track of whats flushed in another table, verify can use this info to run concurrently
Flushed flushed = flushedTable.newPersistent();
flushed.setCount(count);
flushedTable.put(id, flushed);
flushedTable.flush();
}
first = null;