log file when OOM appears

master
Michael Peter Christen 4 weeks ago
parent 3c88f87831
commit 7e8a1ef0e2

@ -811,7 +811,7 @@ public class HeapReader {
// the allocation of memory for the payload may fail
// this is bad because we must interrupt the iteration here but the
// process that uses the iteration may think that the iteraton has just been completed
log.severe("out of memory in LookAheadIterator.next0", ee);
log.severe("out of memory in LookAheadIterator.next0 for file " + this.blobFile.toString(), ee);
try {this.is.close();} catch (final IOException e) {}
return null;
}

Loading…
Cancel
Save