srcGran = Granularity.FULL;
}
if (log.isDebugEnabled()) {
log.debug("Executing histogram rollup from {} for {} {}", new Object[] {
srcGran.shortName(),
singleRollupReadContext.getRange().toString(),
singleRollupReadContext.getLocator()});
}
Timer.Context timerContext = singleRollupReadContext.getExecuteTimer().time();