+ ",Seconds elapsed since start :" + (timeSinceStart)
+ ",Overall Row Rate:" + seedingRate.getRate() +
", NumRows Fetched so far:" + numRead +
". TotalEventSize :" + numBytes);
lastTime = currTime;
seedingRate.resume();
}
} catch (Exception e) {
LOG.fatal("NumRead :" + numRead + ", Got Exception while processing generic record :" + record, e);
throw new RuntimeException(e);
}