int partitionCount = qc.getQueues().length;
int[][] inputIndicesList = this.groupIntegers(partitionCount, readerCount);
int[] inputIndices = inputIndicesList[readerIndex];
LOG.info("TimeTunnel init prepare partitionCount:"+partitionCount+", readerCount:"+readerCount+", readerIndex:"+readerIndex+","+String.valueOf(inputIndices));
_inStreamInput = new TTLogSimpleInput(_log, curTime, inputIndices);
}
catch (Throwable e){
LOG.error("TimeTunnel open fail ",e);
throw new IOException("parse timestamp failed...., ts=" + this._reseekTimestamp,e);