try {
if (debug.val)
LOG.debug(String.format("Asking EE to read in evicted blocks from table %s on partition %d: %s",
next.catalog_tbl.getName(), next.partition, Arrays.toString(next.block_ids)));
ee.antiCacheReadBlocks(next.catalog_tbl, next.block_ids, next.tuple_offsets);
if (debug.val)
LOG.debug(String.format("Finished reading blocks from partition %d",
next.partition));
} catch (SerializableException ex) {