if (retval != 0) {
log.info("Failed to fadvise in TableSaveFile, this is harmless: " + retval);
}
positionAtLastFAdvise = position;
} catch (Throwable t) {
log.info("Exception attempting fadvise", t);
}
}
/*
* Limit the number of chunk materialized into memory at one time