IOException ioe = new IOException(failures
+ " failures downloading "
+ TezRuntimeUtils.getTaskAttemptIdentifier(
inputContext.getSourceVertexName(), srcAttempt.getInputIdentifier().getInputIndex(),
srcAttempt.getAttemptNumber()));
ioe.fillInStackTrace();
shuffle.reportException(ioe);
}
failedShuffleCounter.increment(1);
checkAndInformAM(failures, srcAttempt, readError);